1{
2  "name": "@ohos/drivers_peripheral_hello",
3  "description": "hello device driver",
4  "version": "4.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/hello"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_hello",
14    "subsystem": "hdf",
15    "features": [
16    ],
17    "syscap": [],
18    "adapted_system_type": ["standard"],
19    "rom": "675KB",
20    "ram": "7400KB",
21    "deps": {
22      "components": [
23        "ipc",
24        "hdf_core",
25        "hilog",
26        "c_utils",
27        "drivers_interface_hello",
28        "hitrace",
29        "hilog_lite"
30      ],
31      "third_party": [
32        "bounds_checking_function"
33      ]
34    },
35    "build": {
36      "sub_component": [
37        "//drivers/peripheral/hello:hello_entry"
38      ],
39      "test": [
40      ],
41      "inner_kits": [
42        
43      ]
44    }
45  }
46}
47