From 8b7df1c29924236d55ce0cf023ef40b5a9e16e73 Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Wed, 27 Sep 2023 09:34:50 +0800 Subject: [PATCH 1/4] add bundle.json Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100755 index 0000000..0dc72c6 --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/wifi_iot_sample_app", + "description": "Samples of wifi_iot", + "homePage":"https://gitee.com/openharmony", + "version": "1.1.0", + "license": "Apache License 2.0", + "repository":"https://gitee.com/openharmony/applications_sample_wifi_iot", + "supplier": "Organization: OpenHarmony", + "publishAs": "code-segment", + "segment": { + "destPath": "applications/sample/wifi-iot" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "wifi_iot_sample_app", + "subsystem": "applications", + "syscap": [], + "features": [], + "adapted_system_type": ["mini"], + "rom": "0KB", + "ram": "0KB", + "deps": { + "components": [ + "utils_lite", + "liteos_m", + "peripheral", + "acts", + "samgr_lite" + ], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} -- Gitee From e548847a47cab58e4069dacd2eb73d98c8659ee9 Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Wed, 27 Sep 2023 09:36:24 +0800 Subject: [PATCH 2/4] update bundle.json Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 0dc72c6..11ab7e8 100755 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/wifi_iot_sample_app", "description": "Samples of wifi_iot", "homePage":"https://gitee.com/openharmony", - "version": "1.1.0", + "version": "1.1", "license": "Apache License 2.0", "repository":"https://gitee.com/openharmony/applications_sample_wifi_iot", "supplier": "Organization: OpenHarmony", -- Gitee From ca9d43ffb00e37ffb5cb5177c535505d5400b0bf Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Wed, 27 Sep 2023 01:41:12 +0000 Subject: [PATCH 3/4] update bundle.json. Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 11ab7e8..2492241 100755 --- a/bundle.json +++ b/bundle.json @@ -23,10 +23,10 @@ "deps": { "components": [ "utils_lite", - "liteos_m", - "peripheral", - "acts", - "samgr_lite" + "liteos_m", + "peripheral", + "acts", + "samgr_lite" ], "third_party": [] }, -- Gitee From 7fedccf8e49d3db59711fed1ccefb021e16cc5fb Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Wed, 27 Sep 2023 10:44:29 +0800 Subject: [PATCH 4/4] format bundle.json Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 2492241..7ad4aeb 100755 --- a/bundle.json +++ b/bundle.json @@ -23,10 +23,10 @@ "deps": { "components": [ "utils_lite", - "liteos_m", - "peripheral", - "acts", - "samgr_lite" + "liteos_m", + "peripheral", + "acts", + "samgr_lite" ], "third_party": [] }, -- Gitee