• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.actsamstestfourthscene",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "com.example.actsamstestfourthscene",
13    "name": ".entry_test",
14    "mainAbility": ".TestAbility",
15    "deviceType": [
16      "default",
17      "tablet",
18      "2in1"
19    ],
20    "distro": {
21      "deliveryWithInstall": true,
22      "moduleName": "entry_test",
23      "moduleType": "feature",
24      "installationFree": false
25    },
26    "defPermissions": [
27      {
28        "availableScope": [],
29        "grantMode": "system_grant",
30        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
31      }
32    ],
33    "reqPermissions": [
34      {
35        "name": "ohos.permission.DISTRIBUTED_DATASYNC",
36        "reason": "ceshi"
37      }
38    ],
39    "abilities": [
40      {
41        "skills": [
42          {
43            "entities": [
44              "entity.system.home"
45            ],
46            "actions": [
47              "action.system.home"
48            ]
49          }
50        ],
51        "orientation": "unspecified",
52        "formsEnabled": false,
53        "name": ".TestAbility",
54        "srcLanguage": "js",
55        "srcPath": "TestAbility",
56        "icon": "$media:icon",
57        "description": "$string:TestAbility_desc",
58        "label": "$string:TestAbility_label",
59        "type": "page",
60        "visible": true,
61        "launchType": "standard"
62      }
63    ],
64    "js": [
65      {
66        "pages": [
67          "pages/index/index"
68        ],
69        "name": ".TestAbility",
70        "window": {
71          "designWidth": 720,
72          "autoDesignWidth": false
73        }
74      }
75    ],
76    "testRunner": {
77      "name": "OpenHarmonyTestRunner",
78      "srcPath": "TestRunner"
79    }
80  }
81}