mirror of
https://github.com/openharmony/ostest_wukong.git
synced 2026-07-01 06:41:49 -04:00
44bb40c85b
Signed-off-by: 李延胜 <liyansheng4@huawei.com>
54 lines
1.0 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|