From f5363e52b2e6be1925391b0ffaeba2fb3a62c626 Mon Sep 17 00:00:00 2001 From: liangliang_ma Date: Wed, 20 Apr 2022 14:13:42 +0800 Subject: [PATCH] add bundle.json Signed-off-by: liangliang_ma --- bundle.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..7383000 --- /dev/null +++ b/bundle.json @@ -0,0 +1,41 @@ +{ + "name": "@openharmony/ipc_lite", + "version": "3.1.0", + "description": "ipc_lite", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/ipc_lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "component": { + "name": "ipc_lite", + "subsystem": "communication", + "adapted_system_type": [ + "small" + ], + "features": [ + ], + "rom": "", + "ram": "", + "deps": { + "components": [ + "libhilog", + "utils_base" + ], + "third_party": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//foundation/communication/ipc_lite:liteipc_adapter" + ], + "inner_kits": [ + ], + "test": [ + ] + } + } + }