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        "libxml2",
28        "zlib"
29      ]
30    },
31    "build": {
32      "sub_component": [
33        "//drivers/peripheral/thermal:thermal_entry",
34        "//drivers/peripheral/thermal/etc:param_files"
35      ],
36      "test": [
37        "//drivers/peripheral/thermal/test:hdf_test_thermal"
38      ],
39      "inner_kits": []
40    }
41  }
42}
43