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