diff --git a/telephony/crossplatform/BUILD.gn b/telephony/crossplatform/BUILD.gn index ae669580e45ba6ea4caf0e249af3618127c53438..904065cbb78f8d1dbf08c17cb0bd61ead5bc90f2 100644 --- a/telephony/crossplatform/BUILD.gn +++ b/telephony/crossplatform/BUILD.gn @@ -16,8 +16,8 @@ group("crossplatform") { testonly = true if (is_standard_system) { deps = [ - "telephonyConnectionetstest:Connection_ets_test", - "telephonyWebSocketetstest:WebSocket_ets_test", + "telephonyConnectionetstest:ActsCrossPlatformConnectionTest", + "telephonyWebSocketetstest:ActsCrossPlatformWebSocketTest", ] } } diff --git a/telephony/crossplatform/telephonyConnectionetstest/AppScope/app.json b/telephony/crossplatform/telephonyConnectionetstest/AppScope/app.json index ae2a67168b3db6b71efcdb6e7f04c0b782d7dca5..8d2563afef305b950bcc5e365a46ae38bbb573bc 100644 --- a/telephony/crossplatform/telephonyConnectionetstest/AppScope/app.json +++ b/telephony/crossplatform/telephonyConnectionetstest/AppScope/app.json @@ -6,10 +6,10 @@ "versionName": "1.0.0", "icon": "$media:app_icon", "label": "$string:app_name", - "minAPIVersion": 9, - "targetAPIVersion": 9, + "minAPIVersion": 10, + "targetAPIVersion": 10, "car": { - "apiCompatibleVersion": 9, + "apiCompatibleVersion": 10, "singleUser": false } } diff --git a/telephony/crossplatform/telephonyConnectionetstest/BUILD.gn b/telephony/crossplatform/telephonyConnectionetstest/BUILD.gn index b028f6fa1336810e2d3ce8a816970e17daeb9bd7..a5895cbef214da6d9266c0a5476bd90ca37f2db4 100644 --- a/telephony/crossplatform/telephonyConnectionetstest/BUILD.gn +++ b/telephony/crossplatform/telephonyConnectionetstest/BUILD.gn @@ -1,6 +1,18 @@ +# Copyright (C) 2023 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("Connection_ets_test") { +ohos_js_hap_suite("ActsCrossPlatformConnectionTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -9,7 +21,7 @@ ohos_js_hap_suite("Connection_ets_test") { ets2abc = true certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "Connection_ets_test" + hap_name = "ActsCrossPlatformConnectionTest" subsystem_name = "communication" part_name = "netstack" } diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/TestAbility.ets b/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/TestAbility.ets index 2d889f4fdf763010c29f1767b033420a5c7b8671..cb027d69256099790b95a32b446978bbc64b4ecb 100644 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/TestAbility.ets +++ b/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/TestAbility.ets @@ -1,3 +1,17 @@ +/** + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import UIAbility from '@ohos.app.ability.UIAbility'; import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; import hilog from '@ohos.hilog'; diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/pages/Index.ets b/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/pages/Index.ets index 166366593a7e55ef17e6619f68a4c46214814858..8cbc4b3b96d8d38bc36fbd9a3173d3fd4f09db73 100644 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/pages/Index.ets +++ b/telephony/crossplatform/telephonyConnectionetstest/src/main/ets/TestAbility/pages/Index.ets @@ -1,3 +1,17 @@ +/** + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import hilog from '@ohos.hilog'; @Entry diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arkui_android_adapter.jar b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arkui_android_adapter.jar deleted file mode 100644 index 304f6cc5c8ed284b4259f38aa5e230a428a6bbe9..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arkui_android_adapter.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7ce1f5258c382b6f64a6ae003febfc5e5e860c0c3414d89d05b5b0326d23b4a -size 246590 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libace_ndk.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libace_ndk.so deleted file mode 100644 index 1e36b9d6bfc303f1bd016f7edd05e9168cf1240d..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libace_ndk.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e282dbd2e9f24e9a88b1d7619ca4b9da4b56be92019c1bb9e2b1624d05a275a -size 172496 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libace_plugin_util_android.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libace_plugin_util_android.so deleted file mode 100644 index f9dcc18146a62dde7a66c2b9049efc8bde74bcee..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libace_plugin_util_android.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4db9f57e6bacb440b0f86378c08681753ac1a4daba0516900d19572cfa6f5606 -size 237520 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapp_ability_abilitystage.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapp_ability_abilitystage.so deleted file mode 100644 index 797d1847db731da4c229c696716b1baa18ad64c8..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapp_ability_abilitystage.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1462a1d69bec10eeb8b1aee944668b16c1b6ec2b28cd55550d04377d916f0f48 -size 138320 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapp_ability_uiability.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapp_ability_uiability.so deleted file mode 100644 index 86c9a1609cad2bee8ab639ec7b0e0ef5210ac28e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapp_ability_uiability.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8137bbdf26f6475af4ed9d5adf273225c901f32a59446eeb0521ec9ac3a0a007 -size 138720 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_abilitycontext.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_abilitycontext.so deleted file mode 100644 index bcf65849cdd2436f79d389c0a13ffe6f17e92b16..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_abilitycontext.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c3fbcdb446180e5de09e56c43664ec23b8de2099b73ae60ec6853e2ea7c9ccd -size 139208 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_abilitystagecontext.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_abilitystagecontext.so deleted file mode 100644 index a277e73ba5306c59626dbe56b3e689fb720f7115..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_abilitystagecontext.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28f66c9d34824f295efdfbf3fcf80c3c7d5e6846607e17c8b60f7249e0e47de2 -size 138696 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_applicationcontext.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_applicationcontext.so deleted file mode 100644 index 3bec3ffd746900ba4f750464593af15f7f9fb545..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_applicationcontext.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b330faf52983f2f5d76bd0b605306f9514af44527b3e679137a668637cf52c00 -size 175480 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_context.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_context.so deleted file mode 100644 index a53a8e241a44f86c87d8cc0de39c7aaee5d8181e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_context.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a7fab2522341c1d1a11e5a255726f917789c92e3d856c6be1b4199378f0113d -size 175104 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_windowstage.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_windowstage.so deleted file mode 100644 index c615670ca4768a8d90d01bdc01aeb2284e326ad7..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libapplication_windowstage.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab576235451a42a4b3fe9ae2317749ee3f2049fc6fbaf76cd8bb3065c49455e1 -size 138464 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libarkui_android.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libarkui_android.so deleted file mode 100644 index 9c64ca87f2f65d016d0e2f3d753ba5e1c4edc8cb..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libarkui_android.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55452763f6e5f33f30cf90c8ee8534099de512b992b551073e0b90f00823314f -size 49733264 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libbridge.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libbridge.so deleted file mode 100644 index d9ca096eefbf8642aa949f5d0c654fb92dcc6ce6..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libbridge.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1196c3c4e41c879f5a3eb29011ac293b94688a458196db0cfe2a62c31ec238 -size 186080 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libconfiguration.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libconfiguration.so deleted file mode 100644 index 67c6325e6e54d2386a308659976af3be62ef9081..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libconfiguration.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4cd898ef423ee4596dedc6496ac331247b9c49d18830fb08ac43be36b62f07 -size 172328 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libdevice.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libdevice.so deleted file mode 100644 index 20a720a8404a2e90f3e104d066dc32e9c7ac1531..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libdevice.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20ed0c27075f96aae1dd994de92ec25b7cafb18feb64416cdd7af7cb92ffc04 -size 175696 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libfont.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libfont.so deleted file mode 100644 index d337633f88a4b9ba2bd7fd038834b74deba0b796..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libfont.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba660386db224e63e419c904b1863b7e09d571660f8a79b0f7aa94303047789e -size 179320 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libgrid.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libgrid.so deleted file mode 100644 index 368147266e16a49838f192ff13a2fd5dd21092b5..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libgrid.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caca87ca854698481874659a0d9c742eaf5f78f6c1d4e051cd82fc50c94145da -size 176824 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libhmicui18n.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libhmicui18n.so deleted file mode 100644 index 07d423c92fb0f0541d621a2897389bed6763c145..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libhmicui18n.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bb8f93e11522072007d6bcdab9f63025ecf024d295bc428a0f5e1e5f0f3de07 -size 3308064 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libhmicuuc.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libhmicuuc.so deleted file mode 100644 index b1573836bfab9777065619c9f8a23e6be4f05d17..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libhmicuuc.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a2a9d95b47908e89fc478a230a4880dc0872b95ba59322f7db049e05b24496 -size 2152656 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libimage_utils.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libimage_utils.so deleted file mode 100644 index 52efae0652b8e984bdb0a74e53deead2e58c21d2..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libimage_utils.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17b6dc129a3b8aa0d2bd501d887e703d18da09531c4f6d8aafff904e00610044 -size 65288 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libmeasure.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libmeasure.so deleted file mode 100644 index b0650d230c968c3373b9bd1469942cc2c08147ca..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libmeasure.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:352a5c520338632a9a48f128d3276349babe74bb6d45fae0604e5b5a0ea3068c -size 444360 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libmediaquery.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libmediaquery.so deleted file mode 100644 index 608e177ac71c422c376b93ff5d7f61aba2bb9623..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libmediaquery.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16cebbdbe72b2101b438cbce9ac5a0e1308462d43723a3525a8c51a0fe14963e -size 198376 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libpluginmanager.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libpluginmanager.so deleted file mode 100644 index 5d261b5a62ed053aa39c072e86b2e6380bf72927..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libpluginmanager.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ab9daa3c52043af9125fa00a110461cb52cfb2181f29fe4956785d4ce0d8bd0 -size 428184 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libprompt.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libprompt.so deleted file mode 100644 index d0faf44408219156752ab73b0d9c5c6de34535c3..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libprompt.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2bd611cd29ea40b6ea5627b88e60e484e6a3ba501b966d523211781e5c8fdb8 -size 461064 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libpromptaction.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libpromptaction.so deleted file mode 100644 index cfc0a1c80eb186f847f4736d59db9507359f2aaa..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libpromptaction.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8af69e4a0f727c8d007b444ee71d9adf0bff432df1f1bfe7bb7b325598e1e6fd -size 461040 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/librouter.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/librouter.so deleted file mode 100644 index 41c71b441ab3c1e36507083a44162feb0278b25e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/librouter.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5486a808ae708d789d7af0b9ddb45ec6347bc20b300ab1cc707fbc609b5f93c -size 463160 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libsec_shared.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libsec_shared.so deleted file mode 100644 index 534c1e6e12805e7cfa5bd7e9ece89b9563b46c8e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libsec_shared.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfa9d9b18d59845352d2372072bac1ca8ab50a8772f0a52a952ef8c9f53be1be -size 61920 diff --git a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libutils.so b/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libutils.so deleted file mode 100644 index f4260f4df198d61bf8de52317a6e21780270616a..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyConnectionetstest/src/main/libs/arm64-v8a/libutils.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5710815da7ea1193fa95becd3c7b1e8935e08054c2b9e9da16c60e746a9c387a -size 544000 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/AppScope/app.json b/telephony/crossplatform/telephonyWebSocketetstest/AppScope/app.json index 6bba8e86f7b3348015809bed87b54b1c3cf7cd7c..d7929e68d3c962db6fb672b3846efee21b47c7c8 100644 --- a/telephony/crossplatform/telephonyWebSocketetstest/AppScope/app.json +++ b/telephony/crossplatform/telephonyWebSocketetstest/AppScope/app.json @@ -6,10 +6,10 @@ "versionName": "1.0.0", "icon": "$media:app_icon", "label": "$string:app_name", - "minAPIVersion": 9, - "targetAPIVersion": 9, + "minAPIVersion": 10, + "targetAPIVersion": 10, "car": { - "apiCompatibleVersion": 9, + "apiCompatibleVersion": 10, "singleUser": false } } diff --git a/telephony/crossplatform/telephonyWebSocketetstest/BUILD.gn b/telephony/crossplatform/telephonyWebSocketetstest/BUILD.gn index 9bb4e54d7e1ebdcad7a2845a0f3ad8fb62f85780..824f40135f7bc1ee8ab7220f579f34dd7c985485 100644 --- a/telephony/crossplatform/telephonyWebSocketetstest/BUILD.gn +++ b/telephony/crossplatform/telephonyWebSocketetstest/BUILD.gn @@ -1,6 +1,18 @@ +# Copyright (C) 2023 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("WebSocket_ets_test") { +ohos_js_hap_suite("ActsCrossPlatformWebSocketTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -9,7 +21,7 @@ ohos_js_hap_suite("WebSocket_ets_test") { ets2abc = true certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "WebSocket_ets_test" + hap_name = "ActsCrossPlatformWebSocketTest" subsystem_name = "communication" part_name = "netstack" } diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/TestAbility.ets b/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/TestAbility.ets index 2d889f4fdf763010c29f1767b033420a5c7b8671..cb027d69256099790b95a32b446978bbc64b4ecb 100644 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/TestAbility.ets +++ b/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/TestAbility.ets @@ -1,3 +1,17 @@ +/** + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import UIAbility from '@ohos.app.ability.UIAbility'; import AbilityDelegatorRegistry from '@ohos.app.ability.abilityDelegatorRegistry'; import hilog from '@ohos.hilog'; diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/pages/Index.ets b/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/pages/Index.ets index 166366593a7e55ef17e6619f68a4c46214814858..8cbc4b3b96d8d38bc36fbd9a3173d3fd4f09db73 100644 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/pages/Index.ets +++ b/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/TestAbility/pages/Index.ets @@ -1,3 +1,17 @@ +/** + * Copyright (c) 2023 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import hilog from '@ohos.hilog'; @Entry diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/test/WebSocket.test.ets b/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/test/WebSocket.test.ets index f3a0e3c414650fc67044c8a08f3a27cb7b44bfa1..a707f0cad7ca134b2d21d782383a49b3814ae770 100644 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/test/WebSocket.test.ets +++ b/telephony/crossplatform/telephonyWebSocketetstest/src/main/ets/test/WebSocket.test.ets @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' import webSocket from '@ohos.net.webSocket' @@ -96,14 +95,14 @@ export default function webSocketTest() { */ it('testConnect001', 0, async function (done) { let mWebSocket = webSocket.createWebSocket(); - mWebSocket.connect(serverIpAddress, (error, value) => { + mWebSocket.connect(null, (error, value) => { if (!error) { - console.log(`case success11:` + value); //自动化脚本调用所有的跨平台的接口!!! + console.log(`case success11:` + value); expect(value).assertTrue(); done(); } else { console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); + expect(error.code).assertEqual(401); done(); } }); @@ -126,14 +125,14 @@ export default function webSocketTest() { } } console.info('webSocket: start11'); - mWebSocket.connect(serverIpAddress, webSocketRequestOptions, (error, value) => { + mWebSocket.connect("ws://19211.16811.1.100:8081/string", webSocketRequestOptions, (error, value) => { if (!error) { console.log(`case success11:` + value); expect(value).assertTrue(); done(); } else { console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); + expect(error.code).assertEqual(-1); done(); } }); @@ -149,39 +148,16 @@ export default function webSocketTest() { */ it('testConnect003', 0, async function (done) { let mWebSocket = webSocket.createWebSocket(); - let webSocketRequestOptions: webSocket.WebSocketRequestOptions = { - header: "test header" - } - console.info('webSocket: start11'); - mWebSocket.connect(serverIpAddress, webSocketRequestOptions).then(value => { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - }).catch((error) => { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); - }); - }); - - /* - * @tc.number: TEST_CONNECT_004 - * @tc.name : testConnect004 - * @tc.desc : Initiates a WebSocket request to establish a WebSocket connection to a given URL. - * @tc.size : MediumTest - * @tc.type : Method - * @tc.level : Level 2 - */ - it('testConnect004', 0, async function (done) { - let mWebSocket = webSocket.createWebSocket(); - mWebSocket.connect(serverIpAddress).then(value => { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - }).catch((error) => { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); + mWebSocket.connect("", (error, value) => { + if (!error) { + console.log(`case success11:` + value); + expect(value).assertTrue(); + done(); + } else { + console.log(`error, case failed,errCode:` + error.code); + expect(error.code).assertEqual(-1); + done(); + } }); }); @@ -195,18 +171,16 @@ export default function webSocketTest() { */ it('testSend001', 0, async function (done) { let mWebSocket = webSocket.createWebSocket(); - mWebSocket.connect(serverIpAddress, (error, data) => { - mWebSocket.send("test data", (error, value) => { - if (!error) { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - } else { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); - } - }); + mWebSocket.send("test data", (error, value) => { + if (!error) { + console.log(`case success,data:` + value); + expect(value).assertTrue(); + done(); + } else { + console.log(`error, case failed,errCode:` + error.code); + expect(error.code).assertEqual(2302999); + done(); + } }); }); @@ -220,17 +194,15 @@ export default function webSocketTest() { */ it('testSend002', 0, async function (done) { let mWebSocket = webSocket.createWebSocket(); - mWebSocket.connect(serverIpAddress, (error, data) => { - let promise = mWebSocket.send("test data"); - promise.then(value => { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - }).catch((error) => { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); - }); + let promise = mWebSocket.send("test data"); + promise.then(value => { + console.log(`case success,data:` + value); + expect(value).assertTrue(); + done(); + }).catch((error) => { + console.log(`error, case failed,errCode:` + error.code); + expect(error.code).assertEqual(2302999); + done(); }); }); @@ -243,34 +215,6 @@ export default function webSocketTest() { * @tc.level : Level 2 */ it('testSend003', 0, async function (done) { - let mWebSocket = webSocket.createWebSocket(); - var str = "Hello"; - for (var i = 0; i < 200; i++) { - str += "Hello"; - } - mWebSocket.connect(serverIpAddress, (error, data) => { - let promise = mWebSocket.send(str); - promise.then(value => { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - }).catch((error) => { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); - }); - }); - }); - - /* - * @tc.number: TEST_SEND_004 - * @tc.name : testSend004 - * @tc.desc : Sends data through a WebSocket connection. - * @tc.size : MediumTest - * @tc.type : Method - * @tc.level : Level 2 - */ - it('testSend004', 0, async function (done) { let mWebSocket = webSocket.createWebSocket(); var str = "Hello, server!(arrayBuffer promise mode)"; var buf = new ArrayBuffer(str.length); @@ -278,17 +222,15 @@ export default function webSocketTest() { for (var i = 0, strLen = str.length; i < strLen; i++) { message[i] = str.charCodeAt(i); } - mWebSocket.connect(serverIpAddress, (error, data) => { - let promise = mWebSocket.send(message.buffer); - promise.then(value => { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - }).catch((error) => { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); - }); + let promise = mWebSocket.send(message.buffer); + promise.then(value => { + console.log(`case success,data:` + value); + expect(value).assertTrue(); + done(); + }).catch((error) => { + console.log(`error, case failed,errCode:` + error.code); + expect(error.code).assertEqual(2302999); + done(); }); }); @@ -302,18 +244,16 @@ export default function webSocketTest() { */ it('testClose001', 0, async function (done) { let mWebSocket = webSocket.createWebSocket(); - mWebSocket.connect(serverIpAddress, (error, data) => { - mWebSocket.close((error, value) => { - if (!error) { - console.log(`case success:` + value); - expect(value).assertTrue(); - done(); - } else { - console.log(`error, case failed,errCode:` + error.code); - expect(error.code).assertEqual(2302999); - done(); //补上on、off的接口,触发10次,每次都能监听到!!! - } - }); + mWebSocket.close((error, value) => { + if (!error) { + console.log(`case success:` + value); + expect(value).assertTrue(); + done(); + } else { + console.log(`error, case failed,errCode:` + error.code); + expect(error.code).assertEqual(2302999); + done(); + } }); }); @@ -331,18 +271,16 @@ export default function webSocketTest() { code: 1, reason: "test reason" } - mWebSocket.connect(serverIpAddress, (error, data) => { - mWebSocket.close(webSocketCloseOptions, (error, value) => { - if (!error) { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - } else { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); - } - }); + mWebSocket.close(webSocketCloseOptions, (error, value) => { + if (!error) { + console.log(`case success,data:` + value); + expect(value).assertTrue(); + done(); + } else { + console.log(`error, case failed,errCode:` + error.code); + expect(error.code).assertEqual(2302999); + done(); + } }); }); @@ -360,94 +298,154 @@ export default function webSocketTest() { code: 1, reason: "test reason" } - mWebSocket.connect(serverIpAddress, (error, data) => { - mWebSocket.close(webSocketCloseOptions).then(value => { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - }).catch((error) => { - console.log(`error, case failed,errCode:` + error.code); - expect().assertFail(); - done(); - }); + mWebSocket.close(webSocketCloseOptions).then(value => { + console.log(`success11`); + expect(true).assertTrue(); + done(); + }).catch((error) => { + console.log(`error, case failed,errCode:` + error.code); + expect(error.code).assertEqual(2302999); + done(); }); }); /* - * @tc.number: TEST_CLOSE_004 - * @tc.name : testClose004 - * @tc.desc : Closes a WebSocket connection. + * @tc.number: TEST_ON_OPEN_001 + * @tc.name : testOn_Open001 + * @tc.desc : Subscribe to WebSocket open events, using callback as an asynchronous method. * @tc.size : MediumTest * @tc.type : Method * @tc.level : Level 2 */ - it('testClose004', 0, async function (done) { - let mWebSocket = webSocket.createWebSocket(); - mWebSocket.close((error, value) => { - if (!error) { - console.log(`case success:` + value); - expect(value).assertTrue(); - done(); - } else { - console.log(`error, case failed,errCode:` + error.code); - expect(error.code).assertEqual(2302999); - done(); - } + it('testOn_Open001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + console.log("testOn_Open001: 0"); + ws.on('open', (err, value) => { + console.log("testOn_Open001: 1"); + console.log("on open, status:" + value['status'] + ", message:" + value['message']); + console.log("testOn_Open001: 2"); + expect(true).assertTrue(); + done(); }); + console.log("testOn_Open001: 3"); }); /* - * @tc.number: TEST_CLOSE_005 - * @tc.name : testClose005 - * @tc.desc : Closes a WebSocket connection. + * @tc.number: TEST_OFF_OPEN_001 + * @tc.name : testOff_Open001 + * @tc.desc : Unsubscribe from WebSocket open events, using callback as an asynchronous method. * @tc.size : MediumTest * @tc.type : Method * @tc.level : Level 2 */ - it('testClose005', 0, async function (done) { - let mWebSocket = webSocket.createWebSocket(); - let webSocketCloseOptions: webSocket.WebSocketCloseOptions = { - code: 1, - reason: "test reason" + it('testOff_Open001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + let callback1 = (err, value) => { + console.log("on open, status:" + value['status'] + ", message:" + value['message']); } - mWebSocket.close(webSocketCloseOptions, (error, value) => { - if (!error) { - console.log(`case success,data:` + value); - expect(value).assertTrue(); - done(); - } else { - console.log(`error, case failed,errCode:` + error.code); - expect(error.code).assertEqual(2302999); - done(); - } - }); + ws.on('open', callback1); + ws.off('open', callback1); + expect(true).assertTrue(); }); /* - * @tc.number: TEST_CLOSE_006 - * @tc.name : testClose006 - * @tc.desc : Closes a WebSocket connection. + * @tc.number: TEST_ON_MESSAGE_001 + * @tc.name : testOn_Message001 + * @tc.desc : Subscribe to WebSocket received server message events, using callback as an asynchronous method. The maximum length of each message is 4K, and more than 4K automatic fragmentation. * @tc.size : MediumTest * @tc.type : Method * @tc.level : Level 2 */ - it('testClose006', 0, async function (done) { - let mWebSocket = webSocket.createWebSocket(); - let webSocketCloseOptions: webSocket.WebSocketCloseOptions = { - code: 1, - reason: "test reason" - } - mWebSocket.close(webSocketCloseOptions).then(value => { - console.log(`success11`); + it('testOn_Message001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + ws.on('message', (err, value) => { + console.log("on message, message:" + value); expect(true).assertTrue(); - done(); - }).catch((error) => { - console.log(`error, case failed,errCode:` + error.code); - expect(error.code).assertEqual(2302999); - done(); }); }); + /* + * @tc.number: TEST_OFF_MESSAGE_001 + * @tc.name : testOff_Message001 + * @tc.desc : Unsubscribe to WebSocket received server message events, using callback as an asynchronous method. The maximum length of each message is 4K, and more than 4K automatic fragmentation. + * @tc.size : MediumTest + * @tc.type : Method + * @tc.level : Level 2 + */ + it('testOff_Message001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + ws.off('message'); + expect(true).assertTrue(); + }); + + /* + * @tc.number: TEST_On_CLOSE_001 + * @tc.name : testOn_Close001 + * @tc.desc : Subscribe to WebSocket shutdown events, using the callback method as an asynchronous method. + * @tc.size : MediumTest + * @tc.type : Method + * @tc.level : Level 2 + */ + it('testOn_Close001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + ws.on('close', (err, value) => { + console.log("on close, code is " + value.code + ", reason is " + value.reason); + }); + expect(true).assertTrue(); + }); + + /* + * @tc.number: TEST_OFF_CLOSE_001 + * @tc.name : testOff_Close001 + * @tc.desc : Unsubscribe to WebSocket shutdown events, using the callback method as an asynchronous method. + * @tc.size : MediumTest + * @tc.type : Method + * @tc.level : Level 2 + */ + it('testOff_Close001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + ws.off('close'); + expect(true).assertTrue(); + }); + + /* + * @tc.number: TEST_ON_ERROR_001 + * @tc.name : testOn_Error001 + * @tc.desc : Unsubscribe to WebSocket shutdown events, using the callback method as an asynchronous method. + * @tc.size : MediumTest + * @tc.type : Method + * @tc.level : Level 2 + */ + it('testOn_Error001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + ws.on('error', (err) => { + console.log("on error, error:" + JSON.stringify(err)) + }); + expect(true).assertTrue(); + }); + + /* + * @tc.number: TEST_OFF_Error_001 + * @tc.name : testOff_Error001 + * @tc.desc : Unsubscribe to WebSocket shutdown events, using the callback method as an asynchronous method. + * @tc.size : MediumTest + * @tc.type : Method + * @tc.level : Level 2 + */ + it('testOff_Error001', 0, async function (done) { + let ws = webSocket.createWebSocket(); + done(); + ws.off('error'); + expect(true).assertTrue(); + }); + }) } \ No newline at end of file diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arkui_android_adapter.jar b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arkui_android_adapter.jar deleted file mode 100644 index 304f6cc5c8ed284b4259f38aa5e230a428a6bbe9..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arkui_android_adapter.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7ce1f5258c382b6f64a6ae003febfc5e5e860c0c3414d89d05b5b0326d23b4a -size 246590 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libace_ndk.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libace_ndk.so deleted file mode 100644 index 1e36b9d6bfc303f1bd016f7edd05e9168cf1240d..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libace_ndk.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e282dbd2e9f24e9a88b1d7619ca4b9da4b56be92019c1bb9e2b1624d05a275a -size 172496 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libace_plugin_util_android.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libace_plugin_util_android.so deleted file mode 100644 index f9dcc18146a62dde7a66c2b9049efc8bde74bcee..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libace_plugin_util_android.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4db9f57e6bacb440b0f86378c08681753ac1a4daba0516900d19572cfa6f5606 -size 237520 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapp_ability_abilitystage.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapp_ability_abilitystage.so deleted file mode 100644 index 797d1847db731da4c229c696716b1baa18ad64c8..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapp_ability_abilitystage.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1462a1d69bec10eeb8b1aee944668b16c1b6ec2b28cd55550d04377d916f0f48 -size 138320 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapp_ability_uiability.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapp_ability_uiability.so deleted file mode 100644 index 86c9a1609cad2bee8ab639ec7b0e0ef5210ac28e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapp_ability_uiability.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8137bbdf26f6475af4ed9d5adf273225c901f32a59446eeb0521ec9ac3a0a007 -size 138720 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_abilitycontext.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_abilitycontext.so deleted file mode 100644 index bcf65849cdd2436f79d389c0a13ffe6f17e92b16..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_abilitycontext.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c3fbcdb446180e5de09e56c43664ec23b8de2099b73ae60ec6853e2ea7c9ccd -size 139208 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_abilitystagecontext.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_abilitystagecontext.so deleted file mode 100644 index a277e73ba5306c59626dbe56b3e689fb720f7115..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_abilitystagecontext.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28f66c9d34824f295efdfbf3fcf80c3c7d5e6846607e17c8b60f7249e0e47de2 -size 138696 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_applicationcontext.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_applicationcontext.so deleted file mode 100644 index 3bec3ffd746900ba4f750464593af15f7f9fb545..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_applicationcontext.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b330faf52983f2f5d76bd0b605306f9514af44527b3e679137a668637cf52c00 -size 175480 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_context.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_context.so deleted file mode 100644 index a53a8e241a44f86c87d8cc0de39c7aaee5d8181e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_context.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a7fab2522341c1d1a11e5a255726f917789c92e3d856c6be1b4199378f0113d -size 175104 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_windowstage.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_windowstage.so deleted file mode 100644 index c615670ca4768a8d90d01bdc01aeb2284e326ad7..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libapplication_windowstage.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab576235451a42a4b3fe9ae2317749ee3f2049fc6fbaf76cd8bb3065c49455e1 -size 138464 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libarkui_android.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libarkui_android.so deleted file mode 100644 index 9c64ca87f2f65d016d0e2f3d753ba5e1c4edc8cb..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libarkui_android.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55452763f6e5f33f30cf90c8ee8534099de512b992b551073e0b90f00823314f -size 49733264 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libbridge.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libbridge.so deleted file mode 100644 index d9ca096eefbf8642aa949f5d0c654fb92dcc6ce6..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libbridge.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1196c3c4e41c879f5a3eb29011ac293b94688a458196db0cfe2a62c31ec238 -size 186080 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libconfiguration.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libconfiguration.so deleted file mode 100644 index 67c6325e6e54d2386a308659976af3be62ef9081..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libconfiguration.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4cd898ef423ee4596dedc6496ac331247b9c49d18830fb08ac43be36b62f07 -size 172328 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libdevice.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libdevice.so deleted file mode 100644 index 20a720a8404a2e90f3e104d066dc32e9c7ac1531..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libdevice.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20ed0c27075f96aae1dd994de92ec25b7cafb18feb64416cdd7af7cb92ffc04 -size 175696 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libfont.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libfont.so deleted file mode 100644 index d337633f88a4b9ba2bd7fd038834b74deba0b796..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libfont.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba660386db224e63e419c904b1863b7e09d571660f8a79b0f7aa94303047789e -size 179320 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libgrid.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libgrid.so deleted file mode 100644 index 368147266e16a49838f192ff13a2fd5dd21092b5..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libgrid.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caca87ca854698481874659a0d9c742eaf5f78f6c1d4e051cd82fc50c94145da -size 176824 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libhmicui18n.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libhmicui18n.so deleted file mode 100644 index 07d423c92fb0f0541d621a2897389bed6763c145..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libhmicui18n.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bb8f93e11522072007d6bcdab9f63025ecf024d295bc428a0f5e1e5f0f3de07 -size 3308064 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libhmicuuc.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libhmicuuc.so deleted file mode 100644 index b1573836bfab9777065619c9f8a23e6be4f05d17..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libhmicuuc.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a2a9d95b47908e89fc478a230a4880dc0872b95ba59322f7db049e05b24496 -size 2152656 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libimage_utils.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libimage_utils.so deleted file mode 100644 index 52efae0652b8e984bdb0a74e53deead2e58c21d2..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libimage_utils.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17b6dc129a3b8aa0d2bd501d887e703d18da09531c4f6d8aafff904e00610044 -size 65288 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libmeasure.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libmeasure.so deleted file mode 100644 index b0650d230c968c3373b9bd1469942cc2c08147ca..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libmeasure.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:352a5c520338632a9a48f128d3276349babe74bb6d45fae0604e5b5a0ea3068c -size 444360 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libmediaquery.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libmediaquery.so deleted file mode 100644 index 608e177ac71c422c376b93ff5d7f61aba2bb9623..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libmediaquery.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16cebbdbe72b2101b438cbce9ac5a0e1308462d43723a3525a8c51a0fe14963e -size 198376 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libpluginmanager.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libpluginmanager.so deleted file mode 100644 index 5d261b5a62ed053aa39c072e86b2e6380bf72927..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libpluginmanager.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ab9daa3c52043af9125fa00a110461cb52cfb2181f29fe4956785d4ce0d8bd0 -size 428184 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libprompt.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libprompt.so deleted file mode 100644 index d0faf44408219156752ab73b0d9c5c6de34535c3..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libprompt.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2bd611cd29ea40b6ea5627b88e60e484e6a3ba501b966d523211781e5c8fdb8 -size 461064 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libpromptaction.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libpromptaction.so deleted file mode 100644 index cfc0a1c80eb186f847f4736d59db9507359f2aaa..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libpromptaction.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8af69e4a0f727c8d007b444ee71d9adf0bff432df1f1bfe7bb7b325598e1e6fd -size 461040 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/librouter.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/librouter.so deleted file mode 100644 index 41c71b441ab3c1e36507083a44162feb0278b25e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/librouter.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5486a808ae708d789d7af0b9ddb45ec6347bc20b300ab1cc707fbc609b5f93c -size 463160 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libsec_shared.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libsec_shared.so deleted file mode 100644 index 534c1e6e12805e7cfa5bd7e9ece89b9563b46c8e..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libsec_shared.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfa9d9b18d59845352d2372072bac1ca8ab50a8772f0a52a952ef8c9f53be1be -size 61920 diff --git a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libutils.so b/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libutils.so deleted file mode 100644 index f4260f4df198d61bf8de52317a6e21780270616a..0000000000000000000000000000000000000000 --- a/telephony/crossplatform/telephonyWebSocketetstest/src/main/libs/arm64-v8a/libutils.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5710815da7ea1193fa95becd3c7b1e8935e08054c2b9e9da16c60e746a9c387a -size 544000