From 4b5eb298a6910e0cc0d91e744ca2dfa9be64fe18 Mon Sep 17 00:00:00 2001 From: hu0475 Date: Thu, 13 Jul 2023 17:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90graphic=E5=AD=90=E7=B3=BB?= =?UTF-8?q?=E7=BB=9FDisplay=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 --- .../graphicDisplayetstest/BUILD.gn | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/graphic/crossplatform/graphicDisplayetstest/BUILD.gn b/graphic/crossplatform/graphicDisplayetstest/BUILD.gn index 4005bd22f..b382d3740 100644 --- a/graphic/crossplatform/graphicDisplayetstest/BUILD.gn +++ b/graphic/crossplatform/graphicDisplayetstest/BUILD.gn @@ -1,17 +1,15 @@ -/* - * 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. - */ +# 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("ActsCrossPlatformDisplayTest") { -- GitLab