1 Star 0 Fork 127

liudimin/usb_usb_manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.58 KB
一键复制 编辑 原始数据 按行查看 历史
bihu 提交于 2023-10-10 16:25 . NAPI test case failure issue modification
{
"name": "@ohos/usb_manager",
"version": "3.1.0",
"description": "usb manager",
"publishAs": "code-segment",
"segment": {
"destPath": "base/usb/usb_manager"
},
"repository": "https://gitee.com/openharmony/usb_manager",
"license": "Apache License 2.0",
"dirs": {},
"scripts": {},
"component": {
"name": "usb_manager",
"subsystem": "usb",
"syscap": [
"SystemCapability.USB.USBManager"
],
"hisysevent_config": [
"//base/usb/usb_manager/hisysevent.yaml"
],
"adapted_system_type": [
"standard"
],
"rom": "4111KB",
"ram": "6660KB",
"deps": {
"components": [
"hilog",
"ability_base",
"eventhandler",
"napi",
"bundle_framework",
"common_event_service",
"drivers_interface_usb",
"init",
"ipc",
"safwk",
"c_utils",
"samgr",
"access_token",
"os_account",
"relational_store",
"ability_runtime",
"hisysevent"
],
"third_party": [
"jsoncpp",
"bounds_checking_function"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//base/usb/usb_manager/interfaces/innerkits:usbsrv_client",
"//base/usb/usb_manager/interfaces/kits/js/napi:usbmanager",
"//base/usb/usb_manager/interfaces/kits/js/napi:usb"
],
"service_group": [
"//base/usb/usb_manager/sa_profile:usbmgr_sa_profile",
"//base/usb/usb_manager/services:usbservice",
"//base/usb/usb_manager/services:usb_service.init",
"//base/usb/usb_manager/etc:usb_etc_files"
]
},
"inner_kits": [{
"name": "//base/usb/usb_manager/interfaces/innerkits:usbsrv_client",
"header": {
"header_files": [
"usb_srv_client.h",
"iusb_srv.h"
],
"header_base": "//base/usb/usb_manager/interfaces/innerkits/native/include"
}
}],
"test": [
"//base/usb/usb_manager/test/native:usb_unittest_test"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Danny_liuXu/usb_usb_manager.git
git@gitee.com:Danny_liuXu/usb_usb_manager.git
Danny_liuXu
usb_usb_manager
usb_usb_manager
master

搜索帮助