Files
drivers_peripheral/motion/bundle.json
T
2022-09-02 19:56:24 +08:00

45 lines
962 B
JSON

{
"name": "@ohos/drivers_peripheral_motion",
"description": "motion device driver",
"version": "3.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/motion"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_motion",
"subsystem": "hdf",
"features": [
"drivers_peripheral_motion_feature_model"
],
"syscap": [ "" ],
"adapter_system_type": ["standard"],
"rom": "650KB",
"ram": "7600KB",
"deps": {
"components": [
"ipc",
"hdf_core",
"hiviewdfx_hilog_native",
"utils_base"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/motion:motion_entry"
],
"test": [
"//drivers/peripheral/motion/test:hdf_test_motion"
],
"inner_kits": [
]
}
}
}