From b68e8317728d9ab3eab0645f9f02f21f93fe7dc2 Mon Sep 17 00:00:00 2001 From: jiyong Date: Tue, 10 Aug 2021 11:53:11 +0800 Subject: [PATCH] jiyong@huawei.com Signed-off-by: jiyong --- security_lite/hichain_posix0/BUILD.gn | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/security_lite/hichain_posix0/BUILD.gn b/security_lite/hichain_posix0/BUILD.gn index ef951919d..0babc9f46 100644 --- a/security_lite/hichain_posix0/BUILD.gn +++ b/security_lite/hichain_posix0/BUILD.gn @@ -1,6 +1,16 @@ -# Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. -#import("//build/lite/config/component/zlite_component.gni") -#import("//build/lite/ndk/ndk.gni") +# Copyright (c) 2020-2021 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/lite/build/suite_lite.gni") hctest_suite("ActsSecurityHichainTest0") { -- GitLab