From 0b19537bffa9d135820a23f8d31698df5d600fee Mon Sep 17 00:00:00 2001 From: gaosong Date: Sat, 26 Aug 2023 10:10:31 +0800 Subject: [PATCH] update Signed-off-by: gaosong --- bundle.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index ae55563..a06844a 100644 --- a/bundle.json +++ b/bundle.json @@ -1,7 +1,7 @@ { - "name": "@openharmony/wifi_aware_lite", + "name": "@ohos/wifi_aware", "version": "3.1.0", - "description": "wifi_aware_lite", + "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" @@ -13,10 +13,11 @@ "destPath": "foundation/communication/wifi_aware" }, "component": { - "name": "wifi_aware_lite", + "name": "wifi_aware", "subsystem": "communication", "adapted_system_type": [ - "small" + "small", + "standard" ], "features": [ ],