加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/wukong",
"version": "3.1",
"description": "Automatic Stability Test Tool",
"publishAs": "code-segment",
"license": "Apache 2.0",
"segment": {
"destPath": "test/ostest/wukong"
},
"component": {
"name": "wukong",
"subsystem": "test",
"syscap": [
"SystemCapability.Test.WuKong"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "100KB",
"ram": "100KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"libpng",
"accessibility",
"bundle_framework",
"common_event_service",
"hisysevent_native",
"hiviewdfx_hilog_native",
"input",
"ipc",
"multimedia_image_framework",
"resource_management",
"samgr",
"c_utils",
"window_manager"
],
"third_party": []
},
"build": {
"sub_component": [
"//test/ostest/wukong:wukong"
],
"inner_kits": [],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化