From e22760e6a013d6d351e57814cd5b79b5234af7cb Mon Sep 17 00:00:00 2001 From: yangbo Date: Wed, 22 Mar 2023 02:10:16 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20977de50=20from=20https://gitee.com/yang?= =?UTF-8?q?-bo-e/xts=5Facts=5F1/pulls/8135=20picker=20xts=20BUILD.gn?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=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