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