• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.audiorenderer",
4    "vendor": "example",
5    "version": {
6      "code": 1000000,
7      "name": "1.0.0"
8    },
9    "apiVersion": {
10      "compatible": 6,
11      "target": 7,
12      "releaseType": "beta1"
13    }
14  },
15  "deviceConfig": {},
16  "module": {
17    "package": "com.example.audiorenderer",
18    "name": ".entry",
19    "mainAbility": ".MainAbility",
20    "srcPath": "",
21    "deviceType": [
22      "default",
23      "tablet",
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        "formsEnabled": false,
46        "name": ".MainAbility",
47        "srcLanguage": "ets",
48        "srcPath": "MainAbility",
49        "icon": "$media:icon",
50        "description": "$string:MainAbility_desc",
51        "label": "$string:MainAbility_label",
52        "type": "page",
53        "visible": true,
54        "launchType": "standard"
55      },
56      {
57        "orientation": "unspecified",
58        "formsEnabled": false,
59        "name": ".TestAbility",
60        "srcLanguage": "ets",
61        "srcPath": "TestAbility",
62        "icon": "$media:icon",
63        "description": "$string:TestAbility_desc",
64        "label": "$string:TestAbility_label",
65        "type": "page",
66        "visible": true,
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}