From b7133ec6af21c425c0ed98d0dfc148d0db7007a1 Mon Sep 17 00:00:00 2001 From: likailong Date: Fri, 13 Nov 2020 16:16:11 +0800 Subject: [PATCH] Description: liteos-m refactoring Reviewed-by: liulei, shenwei Change-Id: I7baba352c02b78aefc81fc5eca000d840d3b2fe3 --- demolink/BUILD.gn | 45 +++++++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/demolink/BUILD.gn b/demolink/BUILD.gn index 8aef609..8da7e7a 100755 --- a/demolink/BUILD.gn +++ b/demolink/BUILD.gn @@ -1,25 +1,22 @@ -# Copyright (c) 2020 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 +# Copyright (c) 2020 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("//build/lite/config/component/lite_component.gni") - -static_library("demolinkadapter") { - sources = [ - "demosdk_adapter.c" - ] - include_dirs = [ - "//kernel/liteos_m/components/kal/include", - "//kernel/liteos_m/components/cmsis/2.0", - "//domains/iot/link/demolink" - ] -} + +import("//build/lite/config/component/lite_component.gni") + +static_library("demolinkadapter") { + sources = [ "demosdk_adapter.c" ] + include_dirs = [ + "//kernel/liteos_m/kal", + "//domains/iot/link/demolink", + ] +} -- GitLab