mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
b292bdb2cf
Signed-off-by: sunxuejiao1 <sunxuejiao8@huawei.com>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_sensor",
|
|
"description": "sensor device driver",
|
|
"version": "4.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/sensor"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_sensor",
|
|
"subsystem": "hdf",
|
|
"features": [
|
|
"drivers_peripheral_sensor_feature_model",
|
|
"drivers_peripheral_sensor_feature_community",
|
|
"drivers_peripheral_sensor_feature_lite_support_test"
|
|
],
|
|
"syscap": [],
|
|
"adapted_system_type": ["standard", "small"],
|
|
"rom": "650KB",
|
|
"ram": "7600KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"hitrace_native",
|
|
"c_utils",
|
|
"drivers_interface_sensor"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/sensor:sensor_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/sensor/test:hdf_test_sensor"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/sensor/hal:hdi_sensor",
|
|
"header": {
|
|
"header_files": [
|
|
"sensor_if.h",
|
|
"sensor_type.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/sensor/interfaces/include"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|