• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "ohos.acts.dataObject",
4        "vendor": "example",
5        "version": {
6            "code": 1000000,
7            "name": "1.0.0"
8        },
9        "apiVersion": {
10            "compatible": 4,
11            "target": 5
12        }
13    },
14    "deviceConfig": {},
15    "module": {
16        "package": "ohos.acts.dataObject",
17        "name": ".entry",
18        "mainAbility": ".MainAbility",
19        "deviceType": [
20            "default",
21            "tablet",
22            "phone",
23            "2in1"
24        ],
25        "distro": {
26            "deliveryWithInstall": true,
27            "moduleName": "entry",
28            "moduleType": "entry",
29            "installationFree": false
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        "abilities": [
49            {
50                "skills": [
51                    {
52                        "entities": [
53                            "entity.system.home"
54                        ],
55                        "actions": [
56                            "action.system.home"
57                        ]
58                    }
59                ],
60                "orientation": "unspecified",
61                "formsEnabled": false,
62                "name": ".MainAbility",
63                "srcLanguage": "js",
64                "srcPath": "MainAbility",
65                "icon": "$media:icon",
66                "description": "$string:MainAbility_desc",
67                "label": "$string:MainAbility_label",
68                "type": "page",
69                "visible": true,
70                "launchType": "standard"
71            },
72            {
73                "orientation": "unspecified",
74                "formsEnabled": false,
75                "name": ".TestAbility",
76                "srcLanguage": "js",
77                "srcPath": "TestAbility",
78                "icon": "$media:icon",
79                "description": "$string:TestAbility_desc",
80                "label": "$string:TestAbility_label",
81                "type": "page",
82                "visible": true,
83                "launchType": "standard"
84            }
85        ],
86        "js": [
87            {
88                "pages": [
89                    "pages/index/index"
90                ],
91                "name": "default",
92                "window": {
93                    "designWidth": 720,
94                    "autoDesignWidth": true
95                }
96            },
97            {
98                "pages": [
99                    "pages/index/index"
100                ],
101                "name": ".TestAbility",
102                "window": {
103                    "designWidth": 720,
104                    "autoDesignWidth": false
105                }
106            }
107        ],
108        "testRunner": {
109            "name": "OpenHarmonyTestRunner",
110            "srcPath": "TestRunner"
111        },
112        "srcPath": ""
113    }
114}
115