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