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