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