1bea4f105Sopenharmony_ci{
2bea4f105Sopenharmony_ci  "module": {
3bea4f105Sopenharmony_ci    "name": "audiopicker",
4bea4f105Sopenharmony_ci    "type": "feature",
5bea4f105Sopenharmony_ci    "description": "$string:module_desc",
6bea4f105Sopenharmony_ci    "mainElement": "AudiopickerAbility",
7bea4f105Sopenharmony_ci    "deviceTypes": [
8bea4f105Sopenharmony_ci      "default",
9bea4f105Sopenharmony_ci      "tablet"
10bea4f105Sopenharmony_ci    ],
11bea4f105Sopenharmony_ci    "deliveryWithInstall": true,
12bea4f105Sopenharmony_ci    "installationFree": false,
13bea4f105Sopenharmony_ci    "pages": "$profile:main_pages",
14bea4f105Sopenharmony_ci    "requestPermissions": [
15bea4f105Sopenharmony_ci      {
16bea4f105Sopenharmony_ci        "name": "ohos.permission.INTERNET"
17bea4f105Sopenharmony_ci      },
18bea4f105Sopenharmony_ci      {
19bea4f105Sopenharmony_ci        "name": "ohos.permission.GET_NETWORK_INFO"
20bea4f105Sopenharmony_ci      },
21bea4f105Sopenharmony_ci      {
22bea4f105Sopenharmony_ci        "name": "ohos.permission.GET_WIFI_INFO"
23bea4f105Sopenharmony_ci      },
24bea4f105Sopenharmony_ci      {
25bea4f105Sopenharmony_ci        "name": "ohos.permission.ACCESS_NOTIFICATION_POLICY"
26bea4f105Sopenharmony_ci      },
27bea4f105Sopenharmony_ci      {
28bea4f105Sopenharmony_ci        "name": "ohos.permission.WRITE_AUDIO",
29bea4f105Sopenharmony_ci        "reason": "$string:media_permission",
30bea4f105Sopenharmony_ci        "usedScene": {
31bea4f105Sopenharmony_ci          "abilities": [
32bea4f105Sopenharmony_ci            "audioPickerUIExtensionAbility"
33bea4f105Sopenharmony_ci          ],
34bea4f105Sopenharmony_ci          "when": "always"
35bea4f105Sopenharmony_ci        }
36bea4f105Sopenharmony_ci      },
37bea4f105Sopenharmony_ci      {
38bea4f105Sopenharmony_ci        "name": "ohos.permission.READ_AUDIO",
39bea4f105Sopenharmony_ci        "reason": "$string:media_permission",
40bea4f105Sopenharmony_ci        "usedScene": {
41bea4f105Sopenharmony_ci          "abilities": [
42bea4f105Sopenharmony_ci            "audioPickerUIExtensionAbility"
43bea4f105Sopenharmony_ci          ],
44bea4f105Sopenharmony_ci          "when": "always"
45bea4f105Sopenharmony_ci        }
46bea4f105Sopenharmony_ci      }
47bea4f105Sopenharmony_ci    ],
48bea4f105Sopenharmony_ci    "extensionAbilities": [
49bea4f105Sopenharmony_ci      {
50bea4f105Sopenharmony_ci        "name": "audiopicker",
51bea4f105Sopenharmony_ci        "srcEntry": "./ets/audiopickerability/AudioPickerUIExtensionAbility.ets",
52bea4f105Sopenharmony_ci        "description": "$string:audiopicker_desc",
53bea4f105Sopenharmony_ci        "label": "$string:audiopicker_label",
54bea4f105Sopenharmony_ci        "type": "sysPicker/audioPicker",
55bea4f105Sopenharmony_ci        "exported": true
56bea4f105Sopenharmony_ci      }
57bea4f105Sopenharmony_ci    ]
58bea4f105Sopenharmony_ci  }
59bea4f105Sopenharmony_ci}