mirror of
https://gitee.com/openharmony/usb_usb_manager
synced 2024-11-23 06:40:24 +00:00
6afa6f51fb
Signed-off-by: pingliao <liaoping9@h-partners.com>
87 lines
2.8 KiB
JSON
87 lines
2.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",
|
|
"features": [
|
|
"usb_manager_feature_pop_up_func_switch_model",
|
|
"usb_manager_feature_usb_right_dialog"
|
|
],
|
|
"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",
|
|
"napi",
|
|
"bundle_framework",
|
|
"common_event_service",
|
|
"drivers_interface_usb",
|
|
"drivers_peripheral_usb",
|
|
"init",
|
|
"ipc",
|
|
"safwk",
|
|
"c_utils",
|
|
"samgr",
|
|
"access_token",
|
|
"memmgr",
|
|
"os_account",
|
|
"relational_store",
|
|
"ability_runtime",
|
|
"hisysevent",
|
|
"cJSON",
|
|
"bounds_checking_function",
|
|
"hitrace"
|
|
]
|
|
},
|
|
"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",
|
|
"usb_interface_type.h",
|
|
"iusb_srv.h"
|
|
],
|
|
"header_base": "//base/usb/usb_manager/interfaces/innerkits/native/include"
|
|
}
|
|
}],
|
|
"test": [
|
|
"//base/usb/usb_manager/test/native:usb_unittest_test"
|
|
]
|
|
}
|
|
}
|
|
} |