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