diff --git a/ace/ace_standard/BUILD.gn b/ace/ace_standard/BUILD.gn index 958cf11b6e00deb3b0d2dc59cb9b83e055b66ad0..dedcec18c5814fb525d778be9293b452e777986b 100755 --- a/ace/ace_standard/BUILD.gn +++ b/ace/ace_standard/BUILD.gn @@ -19,12 +19,14 @@ ohos_js_hap_suite("ace_standard_test") { ":ace_js_assets", ":ace_resources", ] + # shared_libraries = [ # "//third_party/giflib:libgif", # "//third_party/libpng:libpng", # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsAceStandardTest" + # part_name = "prebuilt_hap" # subsystem_name = "xts" } diff --git a/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn b/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn index 6422076110c56cf0d1b79c24b8f71d9f11678680..dbc941e4501da5ffee9ad85800338c9b0822c996 100755 --- a/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn +++ b/distributeddatamgr/appdatamgrjstest/hap/BUILD.gn @@ -18,12 +18,14 @@ ohos_js_hap_suite("appdatamgr_js_test") { ":appdatamgr_js_assets", ":appdatamgr_resources", ] + # 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" } diff --git a/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn b/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn index 6dc7f89fd0dd3b321d66b042baa7c4169eee04a8..e997d69fc6fd99c9dce65a635e47cbdbd5b63e29 100755 --- a/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn +++ b/distributeddatamgr/distributeddatamgrjstest/hap/BUILD.gn @@ -18,12 +18,14 @@ ohos_js_hap_suite("distributeddatamgr_js_test") { ":distributeddatamgr_js_assets", ":distributeddatamgr_resources", ] + # 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" } diff --git a/sensors/sensor_standard/BUILD.gn b/sensors/sensor_standard/BUILD.gn index 564786fe4ef069edb7721f27842ad8c58296e87e..4dccce0aeee7d101c10eae26cd34362b25326cca 100644 --- a/sensors/sensor_standard/BUILD.gn +++ b/sensors/sensor_standard/BUILD.gn @@ -19,7 +19,7 @@ ohos_js_hap_suite("sensor_js_test") { ":sensor_js_resources", ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "SensorJSApiTest" + hap_name = "ActsSensorJSApiTest" } ohos_js_assets("sensor_js_assets") { source_dir = "./src/main/js/default" diff --git a/sensors/sensor_standard/Test.json b/sensors/sensor_standard/Test.json index 6202ee84c3563e09b3decdf8b052296b9293d503..c1ac0ea0a3e6e2560e43ef672ff8a1ac28485a1f 100644 --- a/sensors/sensor_standard/Test.json +++ b/sensors/sensor_standard/Test.json @@ -9,7 +9,7 @@ "kits": [ { "test-file-name": [ - "SensorJSApiTest.hap" + "ActsSensorJSApiTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true