mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
a95a82c994
Signed-off-by: mn_manan <manan19@huawei.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_light",
|
|
"description": "light device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/light"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_light",
|
|
"subsystem": "hdf",
|
|
"features": [
|
|
"drivers_peripheral_light_feature_model"
|
|
],
|
|
"syscap": [""],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "675KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/light:light_entry"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/light/test:hdf_test_light"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/light/hal:hdi_light",
|
|
"header": {
|
|
"header_files": [
|
|
"light_if.h",
|
|
"light_type.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/light/interfaces/include"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|