From f18deaeb96b61823372320fdd306cc8df5d1a031 Mon Sep 17 00:00:00 2001 From: raoxian Date: Mon, 15 Aug 2022 10:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A9=BA=E9=97=B4=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=83=A8=E4=BB=B6=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: raoxian --- storage/storagestatisticsjstest/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/storagestatisticsjstest/BUILD.gn b/storage/storagestatisticsjstest/BUILD.gn index e866553a6..def9d5c80 100644 --- a/storage/storagestatisticsjstest/BUILD.gn +++ b/storage/storagestatisticsjstest/BUILD.gn @@ -23,8 +23,8 @@ ohos_js_hap_suite("storagestatistics_js_test") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsStorageStatisticsJsTest" - subsystem_name = "distributeddatamgr" - part_name = "distributedfilejs" + subsystem_name = "filemanagement" + part_name = "storage_service" } ohos_app_scope("storagestatistics_app_profile") { -- GitLab