mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
209a98d1f5
Signed-off-by: liangpenghui <liangpenghui2@huawei.com>
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_light",
|
|
"description": "light device driver",
|
|
"version": "4.0",
|
|
"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",
|
|
"drivers_peripheral_light_feature_community",
|
|
"drivers_peripheral_light_feature_lite_support_test"
|
|
],
|
|
"syscap": [],
|
|
"adapted_system_type": ["standard", "small"],
|
|
"rom": "675KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"bounds_checking_function",
|
|
"ipc",
|
|
"hdf_core",
|
|
"hilog",
|
|
"c_utils",
|
|
"drivers_interface_light",
|
|
"hitrace",
|
|
"hilog_lite"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"name": "//drivers/peripheral/light/hdi_service:liblight_vdi_config"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|