• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.ohos.acecollaboration",
4    "vendor": "ohos",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    },
9    "apiVersion": {
10      "compatible": 7,
11      "releaseType": "Release",
12      "target": 7
13    }
14  },
15  "deviceConfig": {},
16  "module": {
17    "package": "com.ohos.acecollaboration",
18    "name": ".MyApplication",
19    "srcPath": "",
20    "mainAbility": "com.ohos.acecollaboration.MainAbility",
21    "deviceType": [
22      "default",
23      "tablet",
24      "2in1",
25      "wearable"
26    ],
27    "reqPermissions": [
28      {
29        "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
30      },
31      {
32        "name": "ohos.permission.GET_BUNDLE_INFO"
33      }
34    ],
35    "distro": {
36      "deliveryWithInstall": true,
37      "moduleName": "entry",
38      "moduleType": "entry",
39      "installationFree": false
40    },
41    "abilities": [
42      {
43        "skills": [
44          {
45            "entities": [
46              "entity.system.home"
47            ],
48            "actions": [
49              "action.system.home"
50            ]
51          }
52        ],
53        "visible": true,
54        "srcPath": "MainAbility",
55        "srcLanguage": "ets",
56        "name": "com.ohos.acecollaboration.MainAbility",
57        "icon": "$media:icon",
58        "description": "$string:mainability_description",
59        "label": "$string:entry_MainAbility",
60        "type": "page",
61        "launchType": "standard"
62      },
63      {
64        "orientation": "unspecified",
65        "visible": true,
66        "srcPath": "TestAbility",
67        "name": ".TestAbility",
68        "srcLanguage": "ets",
69        "icon": "$media:icon",
70        "description": "$string:TestAbility_desc",
71        "formsEnabled": false,
72        "label": "$string:TestAbility_label",
73        "type": "page",
74        "launchType": "standard"
75      },
76      {
77        "orientation": "unspecified",
78        "srcPath": "MainAbility2",
79        "name": ".MainAbility2",
80        "srcLanguage": "ets",
81        "icon": "$media:icon",
82        "description": "$string:description_mainability2",
83        "formsEnabled": false,
84        "label": "$string:entry_MainAbility2",
85        "type": "page",
86        "launchType": "standard"
87      },
88      {
89        "srcPath": "ServiceAbility",
90        "name": ".ServiceAbility",
91        "icon": "$media:icon",
92        "srcLanguage": "ets",
93        "description": "$string:description_serviceability",
94        "type": "service"
95      },
96      {
97        "srcPath": "ServiceAbility2",
98        "name": ".ServiceAbility2",
99        "icon": "$media:icon",
100        "srcLanguage": "ets",
101        "description": "$string:description_serviceability2",
102        "type": "service"
103      },
104      {
105        "srcPath": "ServiceAbility3",
106        "name": ".ServiceAbility3",
107        "icon": "$media:icon",
108        "srcLanguage": "ets",
109        "description": "$string:description_serviceability3",
110        "type": "service"
111      },
112      {
113        "srcPath": "ServiceAbility4",
114        "name": ".ServiceAbility4",
115        "icon": "$media:icon",
116        "srcLanguage": "ets",
117        "description": "$string:description_serviceability4",
118        "type": "service"
119      },
120      {
121        "srcPath": "ServiceAbility5",
122        "name": ".ServiceAbility5",
123        "icon": "$media:icon",
124        "srcLanguage": "ets",
125        "description": "$string:description_serviceability5",
126        "type": "service"
127      },
128      {
129        "srcPath": "ServiceAbility6",
130        "name": ".ServiceAbility6",
131        "icon": "$media:icon",
132        "srcLanguage": "ets",
133        "description": "$string:description_serviceability6",
134        "type": "service"
135      },
136      {
137        "srcPath": "ServiceAbility7",
138        "name": ".ServiceAbility7",
139        "icon": "$media:icon",
140        "srcLanguage": "ets",
141        "description": "$string:description_serviceability7",
142        "type": "service"
143      }
144    ],
145    "js": [
146      {
147        "mode": {
148          "syntax": "ets",
149          "type": "pageAbility"
150        },
151        "pages": [
152          "pages/index"
153        ],
154        "name": "MainAbility",
155        "window": {
156          "designWidth": 720,
157          "autoDesignWidth": false
158        }
159      },
160      {
161        "mode": {
162          "syntax": "ets",
163          "type": "pageAbility"
164        },
165        "pages": [
166          "pages/index"
167        ],
168        "name": ".MainAbility2",
169        "window": {
170          "designWidth": 720,
171          "autoDesignWidth": false
172        }
173      },
174      {
175        "mode": {
176          "syntax": "ets",
177          "type": "pageAbility"
178        },
179        "pages": [
180          "pages/index"
181        ],
182        "name": ".TestAbility",
183        "window": {
184          "designWidth": 720,
185          "autoDesignWidth": false
186        }
187      }
188    ],
189    "defPermissions": [
190      {
191        "name": "com.ohos.acecollaboration.DataAbilityShellProvider.PROVIDER"
192      }
193    ]
194  }
195}