From a186c7306c23671f6c3cf399449f37815a899b75 Mon Sep 17 00:00:00 2001 From: quanli Date: Fri, 5 Aug 2022 17:35:38 +0800 Subject: [PATCH] updata gn Signed-off-by: quanli --- communication/bluetooth_ble/BUILD.gn | 2 ++ communication/bluetooth_on/BUILD.gn | 2 ++ communication/bluetooth_profile/BUILD.gn | 2 ++ communication/bluetooth_standard/BUILD.gn | 2 ++ communication/wifi_p2p/BUILD.gn | 2 ++ communication/wifi_standard/BUILD.gn | 2 ++ location/geolocation_standard/BUILD.gn | 5 ++--- 7 files changed, 14 insertions(+), 3 deletions(-) diff --git a/communication/bluetooth_ble/BUILD.gn b/communication/bluetooth_ble/BUILD.gn index 76822f7d2..62f8c12f1 100644 --- a/communication/bluetooth_ble/BUILD.gn +++ b/communication/bluetooth_ble/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBluetoothBleJsTest") { certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsBluetoothBleHapTest" + part_name = "bluetooth" + subsystem_name = "communication" } ohos_js_assets("bluetooth_js_assets") { js2abc = true diff --git a/communication/bluetooth_on/BUILD.gn b/communication/bluetooth_on/BUILD.gn index 054097df1..d29d25d54 100644 --- a/communication/bluetooth_on/BUILD.gn +++ b/communication/bluetooth_on/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBluetoothOnJsTest") { certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsBluetoothOnHapTest" + part_name = "bluetooth" + subsystem_name = "communication" } ohos_js_assets("bluetooth_js_assets") { js2abc = true diff --git a/communication/bluetooth_profile/BUILD.gn b/communication/bluetooth_profile/BUILD.gn index c41a862ea..1823dbcfa 100644 --- a/communication/bluetooth_profile/BUILD.gn +++ b/communication/bluetooth_profile/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBluetoothProFileJsTest") { certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsBluetoothProFileJsTest" + part_name = "bluetooth" + subsystem_name = "communication" } ohos_js_assets("bluetooth_js_assets") { js2abc = true diff --git a/communication/bluetooth_standard/BUILD.gn b/communication/bluetooth_standard/BUILD.gn index 16ee0ff60..67c7b344e 100644 --- a/communication/bluetooth_standard/BUILD.gn +++ b/communication/bluetooth_standard/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBluetoothJsTest") { certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsBluetoothHapTest" + part_name = "bluetooth" + subsystem_name = "communication" } ohos_js_assets("bluetooth_js_assets") { js2abc = true diff --git a/communication/wifi_p2p/BUILD.gn b/communication/wifi_p2p/BUILD.gn index d46d69c0f..94309f29b 100644 --- a/communication/wifi_p2p/BUILD.gn +++ b/communication/wifi_p2p/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsP2PJSTest") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsP2PJSApiTest" + part_name = "wifi" + subsystem_name = "communication" } ohos_js_assets("wifi_js_assets") { js2abc = true diff --git a/communication/wifi_standard/BUILD.gn b/communication/wifi_standard/BUILD.gn index 023173122..2b257dfa9 100644 --- a/communication/wifi_standard/BUILD.gn +++ b/communication/wifi_standard/BUILD.gn @@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsWifiJSTest") { ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActsWifiJSApiTest" + part_name = "wifi" + subsystem_name = "communication" } ohos_js_assets("wifi_js_assets") { js2abc = true diff --git a/location/geolocation_standard/BUILD.gn b/location/geolocation_standard/BUILD.gn index 94a472265..582e15fd9 100644 --- a/location/geolocation_standard/BUILD.gn +++ b/location/geolocation_standard/BUILD.gn @@ -25,9 +25,8 @@ ohos_js_hap_suite("ActslocationJsTest") { # ] certificate_profile = "./signature/openharmony_sx.p7b" hap_name = "ActslocationJSApiTest" - - # part_name = "prebuilt_hap" - # subsystem_name = "xts" + part_name = "location" + subsystem_name = "location" } ohos_js_assets("geolocation_js_assets") { source_dir = "./src/main/js/default" -- GitLab