• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "ohos.acts.storage.fileiov9",
4        "vendor": "example",
5        "version": {
6            "code": 1000000,
7            "name": "1.0.0"
8        },
9        "apiVersion": {
10            "compatible": 4,
11            "target": 5
12        }
13    },
14    "deviceConfig": {},
15    "module": {
16        "package": "ohos.acts.storage.fileiov9",
17        "name": ".entry",
18        "deviceType": [
19            "default",
20            "tablet",
21            "2in1"
22        ],
23        "distro": {
24            "deliveryWithInstall": true,
25            "moduleName": "entry",
26            "moduleType": "entry",
27            "installationFree": true
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        "mainAbility": ".MainAbility",
94        "srcPath": ""
95    }
96}
97