From 3674027fdbb9063f7a89c8dede0f00f07285fdc2 Mon Sep 17 00:00:00 2001 From: guduhanyan Date: Sat, 25 Sep 2021 00:22:39 +0800 Subject: [PATCH] 20200925XTC00 Signed-off-by: guduhanyan --- miscservices/TimeTest_js/BUILD.gn | 16 +++++++++------- miscservices/TimerTest_js/BUILD.gn | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/miscservices/TimeTest_js/BUILD.gn b/miscservices/TimeTest_js/BUILD.gn index ad6a00caa..f02f51075 100755 --- a/miscservices/TimeTest_js/BUILD.gn +++ b/miscservices/TimeTest_js/BUILD.gn @@ -18,14 +18,16 @@ ohos_js_hap_suite("time_js_test") { ":time_js_assets", ":time_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 = "TimeJSApiTest" -# part_name = "prebuilt_hap" -# subsystem_name = "xts" + + # part_name = "prebuilt_hap" + # subsystem_name = "xts" } ohos_js_assets("time_js_assets") { source_dir = "./src/main/js/default" @@ -33,4 +35,4 @@ ohos_js_assets("time_js_assets") { ohos_resources("time_resources") { sources = [ "./src/main/resources" ] hap_profile = "./src/main/config.json" -} \ No newline at end of file +} diff --git a/miscservices/TimerTest_js/BUILD.gn b/miscservices/TimerTest_js/BUILD.gn index 0059fcd9d..0efc1203e 100644 --- a/miscservices/TimerTest_js/BUILD.gn +++ b/miscservices/TimerTest_js/BUILD.gn @@ -18,14 +18,16 @@ ohos_js_hap_suite("timer_js_test") { ":time_js_assets", ":time_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 = "TimerJSApiTest" -# part_name = "prebuilt_hap" -# subsystem_name = "xts" + + # part_name = "prebuilt_hap" + # subsystem_name = "xts" } ohos_js_assets("time_js_assets") { source_dir = "./src/main/js/default" @@ -33,4 +35,4 @@ ohos_js_assets("time_js_assets") { ohos_resources("time_resources") { sources = [ "./src/main/resources" ] hap_profile = "./src/main/config.json" -} \ No newline at end of file +} -- GitLab