• 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            "//foundation/arkui/napi:ace_napi",
27            "//third_party/libuv:uv",
28            "//commonlibrary/c_utils/base:utils"
29        ],
30        "third_party": [
31          "bounds_checking_function"
32        ]
33      },
34      "build": {
35        "sub_component": [
36            "//foundation/communication/ipc/interfaces/kits/js/napi:rpc"
37        ],
38        "inner_kits": [
39          {
40              "name": "//foundation/communication/ipc/interfaces/kits/js/napi:rpc",
41              "header": {
42                "header_files": [
43                    "napi_remote_object.h"
44                ],
45                "header_base": "//foundation/communication/ipc/ipc/native/src/napi/include"
46              }
47            }
48        ],
49        "test": [ ]
50        }
51      }
52    }