• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/iothardware_peripheral",
3    "description": "Iot peripheral controller.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "applications/sample/camera/communication"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "peripheral",
14        "subsystem": "iothardware",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "mini"
19        ],
20        "rom": "",
21        "ram": "",
22        "deps": {
23            "components": [],
24            "third_party": []
25        },
26        "build": {
27            "sub_component": [
28                "//base/iothardware/peripheral:iothardware"
29            ],
30            "inner_kits": [],
31            "test": []
32        }
33    }
34}