mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
354606fd89
Signed-off-by: zhang <zhangfengxi@huawei.com>
43 lines
975 B
JSON
43 lines
975 B
JSON
{
|
|
"name": "@ohos/drivers_peripheral_thermal",
|
|
"description": "thermal device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/thermal"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"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_party": [
|
|
"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": []
|
|
}
|
|
}
|
|
}
|