• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.amsst.actsabilitydelegatorcasetest",
4    "vendor": "amsst",
5    "version": {
6      "code": 1,
7      "name": "1.0"
8    },
9    "apiVersion": {
10      "compatible": 4,
11      "target": 5,
12      "releaseType": "Beta1"
13    }
14  },
15  "deviceConfig": {},
16  "module": {
17    "package": "com.amsst.actsabilitydelegatorcasetest",
18    "name": ".MyApplication",
19    "deviceType": [
20        "default",
21        "tablet"
22    ],
23    "distro": {
24      "deliveryWithInstall": true,
25      "moduleName": "entry",
26      "moduleType": "entry"
27    },
28    "abilities": [
29      {
30        "skills": [
31          {
32            "entities": [
33              "entity.system.home"
34            ],
35            "actions": [
36              "action.system.home"
37            ]
38          }
39        ],
40        "name": "com.amsst.actsabilitydelegatorcasetest.MainAbility",
41        "srcLanguage": "js",
42        "srcPath": "MainAbility",
43        "icon": "$media:icon",
44        "description": "$string:mainability_description",
45        "label": "$string:app_name",
46        "type": "page",
47        "launchType": "standard",
48        "visible": true
49      },
50      {
51          "orientation": "unspecified",
52          "formsEnabled": false,
53          "name": ".TestAbility",
54          "srcLanguage": "js",
55          "srcPath": "TestAbility",
56          "icon": "$media:icon",
57          "description": "$string:TestAbility_desc",
58          "label": "$string:TestAbility_label",
59          "type": "page",
60          "visible": true,
61          "launchType": "singleton"
62      }
63    ],
64    "js": [
65      {
66        "pages": [
67          "pages/index/index"
68        ],
69        "name": "default",
70        "window": {
71          "designWidth": 720,
72          "autoDesignWidth": false
73        }
74      },
75      {
76        "pages": [
77          "pages/index/index"
78        ],
79        "name": ".TestAbility",
80        "window": {
81          "designWidth": 720,
82          "autoDesignWidth": false
83        }
84      }
85    ],
86    "testRunner": {
87        "name": "OpenHarmonyTestRunner",
88        "srcPath": "TestRunner"
89    }
90  }
91}
92