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