1{ 2 "name": "@ohos/drivers_peripheral_thermal", 3 "description": "thermal device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/thermal" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_thermal", 14 "subsystem": "hdf", 15 "adapted_system_type": ["standard", "small"], 16 "rom": "610KB", 17 "ram": "7500KB", 18 "deps": { 19 "components": [ 20 "c_utils", 21 "config_policy", 22 "drivers_interface_thermal", 23 "init", 24 "ipc", 25 "hdf_core", 26 "hilog", 27 "hitrace", 28 "libxml2", 29 "zlib" 30 ] 31 }, 32 "build": { 33 "sub_component": [ 34 "//drivers/peripheral/thermal:thermal_entry", 35 "//drivers/peripheral/thermal/etc:param_files" 36 ], 37 "test": [ 38 "//drivers/peripheral/thermal/test:hdf_test_thermal" 39 ], 40 "inner_kits": [] 41 } 42 } 43} 44