From 028d2e411eceacd38f7b5005bba28e73ab40e021 Mon Sep 17 00:00:00 2001 From: zhangxingxia Date: Tue, 9 Aug 2022 14:46:21 +0800 Subject: [PATCH] add statistics xts Signed-off-by: zhangxingxia --- storage/storagestatisticsjstest/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/storagestatisticsjstest/BUILD.gn b/storage/storagestatisticsjstest/BUILD.gn index c160351b6..72f1dfc3d 100644 --- a/storage/storagestatisticsjstest/BUILD.gn +++ b/storage/storagestatisticsjstest/BUILD.gn @@ -23,6 +23,8 @@ ohos_js_hap_suite("storagestatistics_js_test") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsStorageStatisticsJsTest" + subsystem_name = "xts" + part_name = "xts_acts" } ohos_app_scope("storagestatistics_app_profile") { -- GitLab