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