From ec8ad3a75f81cbdef410e34809e52c50d5550001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E7=94=9F=E8=8B=A5=E5=8F=AA=E5=A6=82=E5=88=9D?= =?UTF-8?q?=E8=A7=81?= <837253837@qq.com> Date: Mon, 13 May 2024 15:14:05 +0000 Subject: [PATCH] =?UTF-8?q?[ADD]=E8=A6=86=E7=9B=96=E7=8E=87=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0device=5Fstandby=5Fext=E9=83=A8=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 人生若只如初见 <837253837@qq.com> --- localCoverage/all_subsystem_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/localCoverage/all_subsystem_config.json b/localCoverage/all_subsystem_config.json index 3023ed8..342d022 100644 --- a/localCoverage/all_subsystem_config.json +++ b/localCoverage/all_subsystem_config.json @@ -1319,6 +1319,12 @@ "foundation/resourceschedule/device_standby" ] }, + "device_standby_ext": { + "name": "device_standby_ext", + "path": [ + "foundation/resourceschedule/device_standby_ext" + ] + }, "distributed_bundle_framework": { "name": "distributed_bundle_framework", "path": [ -- Gitee