Files
drivers_peripheral/motion/bundle.json
T
2022-06-23 15:34:14 +08:00

36 lines
756 B
JSON

{
"name": "drivers_peripheral_motion",
"description": "motion device driver",
"version": "3.2",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_motion",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard"],
"rom": "650KB",
"ram": "7600KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_part": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/motion:motion_entry"
],
"test": [
"//drivers/peripheral/motion/test:hdf_test_motion"
],
"inner_kits": [
]
}
}
}