• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.amsst.actsstserviceabilityclientcasetest",
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.actsstserviceabilityclientcasetest",
18    "name": ".entry",
19    "mainAbility": "com.amsst.actsstserviceabilityclientcasetest.MainAbility",
20    "deviceType": [
21        "default",
22        "tablet"
23    ],
24    "distro": {
25      "deliveryWithInstall": true,
26      "moduleName": "entry",
27      "moduleType": "entry",
28      "installationFree": true
29    },
30    "abilities": [
31      {
32        "skills": [
33          {
34            "entities": [
35              "entity.system.home"
36            ],
37            "actions": [
38              "action.system.home"
39            ]
40          }
41        ],
42        "name": "com.amsst.actsstserviceabilityclientcasetest.MainAbility",
43        "srcLanguage": "js",
44        "srcPath": "MainAbility",
45        "icon": "$media:icon",
46        "description": "$string:mainability_description",
47        "label": "$string:app_name",
48        "type": "page",
49        "launchType": "standard",
50        "visible": true
51      },
52      {
53          "orientation": "unspecified",
54          "formsEnabled": false,
55          "name": ".TestAbility",
56          "srcLanguage": "js",
57          "srcPath": "TestAbility",
58          "icon": "$media:icon",
59          "description": "$string:TestAbility_desc",
60          "label": "$string:TestAbility_label",
61          "type": "page",
62          "visible": true,
63          "launchType": "singleton"
64      }
65    ],
66    "js": [
67      {
68        "pages": [
69          "pages/index/index"
70        ],
71        "name": ".MainAbility",
72        "window": {
73          "designWidth": 720,
74          "autoDesignWidth": false
75        }
76      },
77      {
78        "pages": [
79          "pages/index/index"
80        ],
81        "name": ".TestAbility",
82        "window": {
83          "designWidth": 720,
84          "autoDesignWidth": false
85        }
86      }
87    ],
88    "testRunner": {
89        "name": "OpenHarmonyTestRunner",
90        "srcPath": "TestRunner"
91    }
92  }
93}
94