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": [ ],