mirror of
https://github.com/openharmony/usb_manager.git
synced 2026-07-21 04:05:24 -04:00
085d4dfc2c
Signed-off-by: wanghchao <wangchao410@huawei.com>
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "128k",
|
|
"ram": "6M",
|
|
"deps": {
|
|
"components": [
|
|
"base",
|
|
"want",
|
|
"appexecfwk_base",
|
|
"appexecfwk_core",
|
|
"libeventhandler",
|
|
"cesfwk_innerkits",
|
|
"libhilog",
|
|
"ipc_core",
|
|
"system_ability_fwk",
|
|
"samgr_proxy"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/usb/usb_manager/interfaces/innerkits:usbsrv_client",
|
|
"//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/interfaces/kits/js/napi:usb"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|