mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 13:19:36 -04:00
f92c609cb2
Signed-off-by: shijie <shijie20@huawei.com>
37 lines
841 B
JSON
37 lines
841 B
JSON
{
|
|
"name": "drivers_peripheral_thermal",
|
|
"description": "thermal device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "drivers_peripheral_thermal",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard", "small"],
|
|
"rom": "610KB",
|
|
"ram": "7500KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc",
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"utils_base"
|
|
],
|
|
"third_part": [
|
|
"bounds_checking_function",
|
|
"libxml2"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/thermal:thermal_entry",
|
|
"//drivers/peripheral/thermal/etc:thermal.para"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/thermal/test:hdf_test_thermal"
|
|
],
|
|
"inner_kits": []
|
|
}
|
|
}
|
|
}
|