From 25f9a3f1a46f71aa8866a3deefbc399d6470b439 Mon Sep 17 00:00:00 2001 From: huadongqin Date: Mon, 24 Jan 2022 16:47:48 +0800 Subject: [PATCH 1/2] L0 wifiaware add bundle.json Signed-off-by: huadongqin --- bundle.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..3ae9cc5 --- /dev/null +++ b/bundle.json @@ -0,0 +1,43 @@ +{ + "name": "@openharmony/wifi_aware", + "version": "3.1.0", + "description": "wifi_aware", + "publishAs": "code-segment", + "scripts": { + "install": "DEST_PATH=${DEP_BUNDLE_BASE}/foundation/communication/wifi_aware && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" + }, + "author": {}, + "repository": "", + "license": "Apache License 2.0", + "component": { + "name": "wifi_aware", + "subsystem": "communication", + "adapted_system_type": [ + "mini" + ], + "features": [], + "rom": "100KB", + "ram": "50KB", + "deps": { + "components": [ + "hal_wifiaware" + ], + "third_party": [ ] + }, + "build": { + "sub_component": [ + "//foundation/communication/wifi_aware:wifiaware" + ], + "inner_kits": [ + { + "name": "//foundation/communication/wifi_aware:wifiaware", + "header": { + "header_files": [ "interfaces/kits/wifiaware.h" ], + "header_base": "//foundation/communication/wifi_aware/interfaces/kits" + } + } + ], + "test": [ ] + } + } + } \ No newline at end of file -- Gitee From 51c76cd77b50fa176b1c98896476c39c1a41f6d5 Mon Sep 17 00:00:00 2001 From: huadongqin Date: Mon, 24 Jan 2022 17:20:12 +0800 Subject: [PATCH 2/2] change to 4K Signed-off-by: huadongqin --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 3ae9cc5..6eff266 100644 --- a/bundle.json +++ b/bundle.json @@ -16,8 +16,8 @@ "mini" ], "features": [], - "rom": "100KB", - "ram": "50KB", + "rom": "4KB", + "ram": "4KB", "deps": { "components": [ "hal_wifiaware" @@ -40,4 +40,4 @@ "test": [ ] } } - } \ No newline at end of file + } -- Gitee