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