• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "ohos.acts.multimedia.audio.audiocapturer",
4        "vendor": "example",
5        "version": {
6            "code": 1,
7            "name": "1.0"
8        },
9        "apiVersion": {
10            "compatible": 5,
11            "target": 5,
12            "releaseType": "Beta1"
13        }
14    },
15    "deviceConfig": {},
16    "module": {
17        "package": "ohos.acts.multimedia.audio.audiocapturer",
18        "name": ".entry",
19        "deviceType": [
20            "tablet",
21            "default",
22            "phone",
23            "2in1"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "entry",
28            "moduleType": "entry"
29        },
30        "reqPermissions": [
31            {
32                "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
33                "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
34            },
35            {
36                "name": "ohos.permission.MICROPHONE",
37                "reason": "use ohos.permission.MICROPHONE"
38            },
39            {
40                "name": "ohos.permission.MANAGE_AUDIO_CONFIG",
41                "reason": "use ohos.permission.MANAGE_AUDIO_CONFIG"
42            }
43        ],
44        "abilities": [
45            {
46                "skills": [
47                    {
48                        "entities": [
49                            "entity.system.home"
50                        ],
51                        "actions": [
52                            "action.system.home"
53                        ]
54                    }
55                ],
56                "orientation": "unspecified",
57                "formsEnabled": false,
58                "name": ".MainAbility",
59                "srcLanguage": "js",
60                "srcPath": "MainAbility",
61                "icon": "$media:icon",
62                "description": "$string:MainAbility_desc",
63                "label": "$string:MainAbility_label",
64                "type": "page",
65                "visible": true,
66                "launchType": "standard"
67            },
68            {
69                "orientation": "unspecified",
70                "formsEnabled": false,
71                "name": ".TestAbility",
72                "srcLanguage": "js",
73                "srcPath": "TestAbility",
74                "icon": "$media:icon",
75                "description": "$string:TestAbility_desc",
76                "label": "$string:TestAbility_label",
77                "type": "page",
78                "visible": true,
79                "launchType": "standard"
80            }
81        ],
82        "js": [
83            {
84                "pages": [
85                    "pages/index/index"
86                ],
87                "name": "default",
88                "window": {
89                    "designWidth": 720,
90                    "autoDesignWidth": false
91                }
92            },
93            {
94                "pages": [
95                    "pages/index/index"
96                ],
97                "name": ".TestAbility",
98                "window": {
99                    "designWidth": 720,
100                    "autoDesignWidth": false
101                }
102            }
103        ],
104        "testRunner": {
105            "name": "OpenHarmonyTestRunner",
106            "srcPath": "TestRunner"
107        },
108        "mainAbility": ".MainAbility",
109        "srcPath": ""
110    }
111}