xref: /test/ostest/wukong/bundle.json (revision a69a01cd)
1{
2  "name": "@ohos/wukong",
3  "version": "3.2",
4  "description": "Automatic Stability Test Tool",
5  "publishAs": "code-segment",
6  "license": "Apache 2.0",
7  "segment": {
8    "destPath": "test/ostest/wukong"
9  },
10  "component": {
11    "name": "wukong",
12    "subsystem": "ostest",
13    "syscap": [
14    ],
15    "features": [],
16    "adapted_system_type": [
17      "standard"
18    ],
19    "rom": "100KB",
20    "ram": "100KB",
21    "deps": {
22      "components": [
23        "ability_base",
24        "ability_runtime",
25        "access_token",
26        "accessibility",
27        "bundle_framework",
28        "common_event_service",
29        "hidumper",
30        "hisysevent",
31        "hilog",
32        "init",
33        "input",
34        "ipc",
35        "image_framework",
36        "samgr",
37        "c_utils",
38        "window_manager"
39      ],
40      "third_party": [
41        "libpng"
42      ]
43    },
44    "build": {
45      "sub_component": [
46        "//test/ostest/wukong:wukong"
47      ],
48      "inner_kits": [],
49      "test": [
50        "//test/ostest/wukong/test:unittest"
51      ]
52    }
53  }
54}
55