Files
ostest_wukong/bundle.json
T
2025-08-04 11:24:57 +08:00

54 lines
1.0 KiB
JSON

{
"name": "@ohos/wukong",
"version": "3.2",
"description": "Automatic Stability Test Tool",
"publishAs": "code-segment",
"license": "Apache 2.0",
"segment": {
"destPath": "test/ostest/wukong"
},
"component": {
"name": "wukong",
"subsystem": "ostest",
"syscap": [
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "100KB",
"ram": "100KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"accessibility",
"bundle_framework",
"common_event_service",
"graphic_2d",
"hidumper",
"hisysevent",
"hilog",
"init",
"input",
"ipc",
"image_framework",
"samgr",
"c_utils",
"window_manager",
"libpng"
]
},
"build": {
"sub_component": [
"//test/ostest/wukong:wukong"
],
"inner_kits": [],
"test": [
"//test/ostest/wukong/test:unittest"
]
}
}
}