• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@openharmony/ipc_js",
3    "version": "3.1.0",
4    "description": "ipc_js",
5    "publishAs": "code-segment",
6    "scripts": {
7      "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/ipc_js && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
8    },
9    "author": {},
10    "repository": "",
11    "license": "Apache License 2.0",
12    "segment": {
13      "destPath": "foundation/communication/ipc/interfaces/kits"
14    },
15    "component": {
16      "name": "ipc_js",
17      "subsystem": "communication",
18      "adapted_system_type": [
19        "standard"
20      ],
21      "features": [],
22      "rom": "500KB",
23      "ram": "100KB",
24      "deps": {
25        "components": [
26          "napi",
27          "c_utils",
28          "hitrace",
29          "hilog",
30          "ipc"
31        ],
32        "third_party": [
33          "libuv",
34          "bounds_checking_function"
35        ]
36      },
37      "build": {
38        "sub_component": [
39            "//foundation/communication/ipc/interfaces/kits/js/napi:rpc"
40        ],
41        "inner_kits": [
42          {
43              "name": "//foundation/communication/ipc/interfaces/kits/js/napi:rpc",
44              "header": {
45                "header_files": [
46                    "napi_remote_object.h"
47                ],
48                "header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include"
49              }
50            }
51        ],
52        "test": [ ]
53        }
54      }
55    }