Files
drivers_peripheral/thermal/bundle.json
T
yanghang 864a4f3b02 fix: Modifying feature mode
Signed-off-by: yanghang <kongwei13@h-partners.com>
2024-11-13 11:25:16 +08:00

49 lines
1.1 KiB
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",
"adapted_system_type": ["standard", "small"],
"rom": "610KB",
"ram": "7500KB",
"features": [
"drivers_peripheral_thermal_feature_config_policy",
"drivers_peripheral_thermal_feature_c_utils",
"drivers_peripheral_thermal_feature_hitrace"
],
"deps": {
"components": [
"c_utils",
"config_policy",
"drivers_interface_thermal",
"init",
"ipc",
"hdf_core",
"hilog",
"hitrace",
"libxml2",
"zlib"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/thermal:thermal_entry",
"//drivers/peripheral/thermal/etc:param_files"
],
"test": [
"//drivers/peripheral/thermal/test:hdf_test_thermal"
],
"inner_kits": []
}
}
}