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