From a3b150db166f847e576a8719a968dd103eef24cf Mon Sep 17 00:00:00 2001 From: jiyong Date: Fri, 10 Dec 2021 17:40:25 +0800 Subject: [PATCH] jiyong@huawei.com Signed-off-by: jiyong --- distributeddatamgr/appdatamgrjstest/hap/BUILD.gn | 12 ++++++------ .../distributeddatamgrjstest/hap/BUILD.gn | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn b/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn index dbc941e45..cc04dda80 100755 --- a/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn +++ b/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn @@ -19,15 +19,15 @@ ohos_js_hap_suite("appdatamgr_js_test") { ":appdatamgr_resources", ] -# shared_libraries = [ - # "//third_party/giflib:libgif", -# "//third_party/libpng:libpng", -# ] + # shared_libraries = [ + # "//third_party/giflib:libgif", + # "//third_party/libpng:libpng", + # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsAppdatamagrJsTest" -# part_name = "prebuilt_hap" -# subsystem_name = "xts" + # part_name = "prebuilt_hap" + # subsystem_name = "xts" } ohos_js_assets("appdatamgr_js_assets") { source_dir = "./src/main/js/default" diff --git a/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn b/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn index e997d69fc..5c40805d3 100755 --- a/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn +++ b/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn @@ -19,15 +19,15 @@ ohos_js_hap_suite("distributeddatamgr_js_test") { ":distributeddatamgr_resources", ] -# shared_libraries = [ - # "//third_party/giflib:libgif", -# "//third_party/libpng:libpng", -# ] + # shared_libraries = [ + # "//third_party/giflib:libgif", + # "//third_party/libpng:libpng", + # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsDistributedDatamgrJsTest" -# part_name = "prebuilt_hap" -# subsystem_name = "xts" + # part_name = "prebuilt_hap" + # subsystem_name = "xts" } ohos_js_assets("distributeddatamgr_js_assets") { source_dir = "./src/main/js/default" -- GitLab