From 09ae9f37fe5b73391a4137b609ae78aee5e0d023 Mon Sep 17 00:00:00 2001 From: chenxiaobaobb <2664761650@qq.com> Date: Mon, 9 Dec 2024 10:44:28 +0800 Subject: [PATCH] test Signed-off-by: chenxiaobaobb <2664761650@qq.com> --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 77ba337..0ffc141 100644 --- a/bundle.json +++ b/bundle.json @@ -1,4 +1,5 @@ { + "name": "@ohos/device_standby", "description": "device_standby", "version": "4.0", @@ -7,6 +8,7 @@ "segment": { "destPath": "foundation/resourceschedule/device_standby" }, + "dirs": {}, "scripts": {}, "component": { @@ -21,6 +23,7 @@ "adapted_system_type": [ "standard" ], + "rom": "2048KB", "ram": "10240KB", "deps": { -- Gitee