• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_motion",
3  "description": "motion device driver",
4  "version": "3.2",
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    ],
18    "syscap": [ "" ],
19    "adapter_system_type": ["standard"],
20    "rom": "650KB",
21    "ram": "7600KB",
22    "deps": {
23      "components": [
24        "ipc",
25        "hdf_core",
26        "hiviewdfx_hilog_native",
27        "utils_base"
28      ],
29      "third_party": [
30        "bounds_checking_function"
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