• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/distributed_hardware_fwk",
3  "description": "distributed hardware framework",
4  "version": "3.1",
5  "author": {},
6  "repository": "https://gitee.com/openharmony/distributed_hardware_fwk",
7  "license": "Apache License 2.0",
8  "publishAs": "code-segment",
9  "segment": {
10    "destPath": "foundation/distributedhardware/distributedhardwarefwk/"
11  },
12  "dirs": {},
13  "scripts": {},
14  "component": {
15    "name": "distributed_hardware_fwk",
16    "subsystem": "distributedhardware",
17    "syscap": [ "SystemCapability.distributedhardware.distributed_hardware_fwk" ],
18    "features": [],
19    "adapted_system_type": [ "standard" ],
20    "rom": "128K",
21    "ram": "6M",
22    "deps": {
23      "components": [
24        "appexecfwk_base",
25        "appexecfwk_core",
26        "libeventhandler",
27        "libhilog",
28        "distributeddata_inner",
29        "ipc_core",
30        "system_ability_fwk",
31        "samgr_proxy",
32        "syspara",
33        "softbus_client"
34      ],
35      "third_party": [
36        "json",
37        "googletest"
38      ]
39    },
40    "build": {
41      "sub_component": [
42        "//foundation/distributedhardware/distributedhardwarefwk/utils:distributedhardwareutils",
43        "//foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkservice:distributedhardwarefwksvr",
44        "//foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl:distributedhardwarefwksvr_impl",
45        "//foundation/distributedhardware/distributedhardwarefwk/sa_profile:dhfwk_sa_profile"
46      ],
47      "test": [
48        "//foundation/distributedhardware/distributedhardwarefwk/utils/test/unittest:utils_test",
49        "//foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/test/unittest:svrimpl_test",
50        "//foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkservice/test/unittest:test"
51      ]
52    }
53  }
54}
55