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