• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "ohos.dms.jsDemo",
4    "vendor": "dms",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    }
9  },
10  "deviceConfig": {},
11  "module": {
12    "package": "ohos.dms.jsDemo",
13    "name": ".MyApplication",
14    "mainAbility": ".RemoteAbility",
15    "deviceType": [
16      "tablet",
17      "default",
18      "phone",
19      "2in1"
20    ],
21    "distro": {
22      "deliveryWithInstall": true,
23      "moduleName": "entry",
24      "moduleType": "entry",
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": "RemoteAbility",
42        "name": ".RemoteAbility",
43        "srcLanguage": "js",
44        "icon": "$media:icon",
45        "description": "$string:description_remoteability",
46        "formsEnabled": false,
47        "label": "$string:entry_MainAbility",
48        "type": "page",
49        "launchType": "standard"
50      },
51      {
52        "orientation": "unspecified",
53        "visible": true,
54        "srcPath": "LocalAbility",
55        "name": ".LocalAbility",
56        "srcLanguage": "js",
57        "icon": "$media:icon",
58        "description": "$string:description_localability",
59        "formsEnabled": false,
60        "label": "$string:entry_MainAbility",
61        "type": "page",
62        "launchType": "standard"
63      },
64      {
65        "visible": true,
66        "srcPath": "ServiceAbility",
67        "name": ".ServiceAbility",
68        "icon": "$media:icon",
69        "srcLanguage": "js",
70        "description": "$string:description_serviceability",
71        "type": "service"
72      }
73    ],
74    "js": [
75      {
76        "pages": [
77          "pages/index/index"
78        ],
79        "name": ".RemoteAbility",
80        "window": {
81          "designWidth": 720,
82          "autoDesignWidth": false
83        }
84      },
85      {
86        "pages": [
87          "pages/index/index"
88        ],
89        "name": ".LocalAbility",
90        "window": {
91          "designWidth": 720,
92          "autoDesignWidth": false
93        }
94      }
95    ]
96  }
97}