mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
a95a82c994
Signed-off-by: mn_manan <manan19@huawei.com>
45 lines
962 B
JSON
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": [
|
|
]
|
|
}
|
|
}
|
|
}
|