From 8001997b15038a553abea366350b293f8b9ee25f Mon Sep 17 00:00:00 2001 From: liangliang_ma Date: Wed, 20 Apr 2022 18:03:51 +0800 Subject: [PATCH] add bundle.json Signed-off-by: liangliang_ma --- bundle.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..2322f00 --- /dev/null +++ b/bundle.json @@ -0,0 +1,38 @@ +{ + "name": "@openharmony/wifi_lite", + "version": "3.1.0", + "description": "wifi_lite", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/wifi_lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "component": { + "name": "wifi_lite", + "subsystem": "communication", + "adapted_system_type": [ + "mini" + ], + "features": [ + ], + "rom": "", + "ram": "", + "deps": { + "components": [ + ], + "third_party": [ + ] + }, + "build": { + "sub_component": [ + "//foundation/communication/wifi_lite:wifi" + ], + "inner_kits": [ + ], + "test": [ + ] + } + } + } -- Gitee