• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/mechbody_controller",
3    "description": "mechbody controller service",
4    "version": "1.0",
5    "license": "Apache License 2.0",
6    "repository": "https://gitcode.com/openharmony-sig/distributedhardware_mechbody_controller",
7    "publishAs": "code-segment",
8    "segment": {
9      "destPath": "foundation/distributedhardware/mechbody_controller"
10    },
11    "dirs": {},
12    "scripts": {},
13    "component": {
14      "name": "mechbody_controller",
15      "subsystem": "distributedhardware",
16      "syscap": [
17        "SystemCapability.Mechanic.Core"
18      ],
19      "adapted_system_type": [ "standard" ],
20      "features" : [
21        "mechbody_controller_feature_product"
22      ],
23      "rom": "950KB",
24      "ram": "11000KB",
25      "deps": {
26        "components": [
27          "access_token",
28          "ability_base",
29          "bluetooth",
30          "camera_framework",
31          "cJSON",
32          "c_utils",
33          "eventhandler",
34          "graphic_surface",
35          "ffrt",
36          "hilog",
37          "init",
38          "ipc",
39          "napi",
40          "safwk",
41          "samgr",
42          "ability_runtime",
43          "input",
44          "window_manager",
45          "sensor",
46          "os_account"
47        ],
48        "third_party": []
49      },
50      "build": {
51        "sub_component": [
52          "//foundation/distributedhardware/mechbody_controller/services:mechbody_service",
53          "//foundation/distributedhardware/mechbody_controller/interface/napi/mech_manager:mechanicmanager_napi",
54          "//foundation/distributedhardware/mechbody_controller/etc/init:etc",
55          "//foundation/distributedhardware/mechbody_controller/sa_profile:mechbody_sa_profile"
56        ],
57        "group_type": {
58          "base_group": [],
59          "fwk_group": [],
60          "service_group": [
61            "//foundation/distributedhardware/mechbody_controller/services:mechbody_service"
62          ]
63        },
64        "inner_kits": [],
65        "test": [
66          "//foundation/distributedhardware/mechbody_controller/test/fuzztest:fuzztest",
67          "//foundation/distributedhardware/mechbody_controller/test/unittest:unittest"
68        ]
69      }
70    }
71  }
72