From 977de50b232bc757655673b7a2bcd557b29b6305 Mon Sep 17 00:00:00 2001 From: yangbo Date: Wed, 22 Mar 2023 02:10:16 +0000 Subject: [PATCH] =?UTF-8?q?picker=20xts=20BUILD.gn=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangbo --- storage/storagepickerjstest/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/storagepickerjstest/BUILD.gn b/storage/storagepickerjstest/BUILD.gn index 8ba0e4ba0..4662cbdb9 100644 --- a/storage/storagepickerjstest/BUILD.gn +++ b/storage/storagepickerjstest/BUILD.gn @@ -23,6 +23,8 @@ ohos_js_hap_suite("storagepicker_js_test") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsStoragePickerJSTest" + part_name = "user_file_service" + subsystem_name = "filemanagement" } ohos_app_scope("storagepicker_app_profile") { -- GitLab