From 08b337d1437dbe794d7ce69f972a46ff672689ce Mon Sep 17 00:00:00 2001 From: hu0475 Date: Sun, 16 Jul 2023 16:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90telephony=E5=AD=90=E7=B3=BB?= =?UTF-8?q?=E7=BB=9Fsocket=E6=A8=A1=E5=9D=97=E7=9A=84=E8=B7=A8=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=B5=8B=E8=AF=95=E5=A5=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hu0475 --- .../src/main/ets/TestAbility/pages/Index.ets | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/telephony/crossplatform/socket/src/main/ets/TestAbility/pages/Index.ets b/telephony/crossplatform/socket/src/main/ets/TestAbility/pages/Index.ets index 166366593..8cbc4b3b9 100644 --- a/telephony/crossplatform/socket/src/main/ets/TestAbility/pages/Index.ets +++ b/telephony/crossplatform/socket/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 -- GitLab