From eed2d8b063a8b1956b3da8e90e4fa16f933e0e4c Mon Sep 17 00:00:00 2001 From: haizhouyang Date: Wed, 19 May 2021 13:58:11 +0800 Subject: [PATCH] add OAT.xml for header scanning --- OAT.xml | 98 ++++++++++++++++++++++++++++++ test/osal/include/osal_test_type.h | 2 +- test/test_khdf.mk | 2 +- 3 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 OAT.xml diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 0000000..2059574 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/osal/include/osal_test_type.h b/test/osal/include/osal_test_type.h index 2fc6d35..a8fd61f 100644 --- a/test/osal/include/osal_test_type.h +++ b/test/osal/include/osal_test_type.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Technologies Co., Ltd. + * Copyright (c) 2020-2021 Huawei Device Co., Ltd. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and diff --git a/test/test_khdf.mk b/test/test_khdf.mk index 0ad5cf6..0dd4eff 100644 --- a/test/test_khdf.mk +++ b/test/test_khdf.mk @@ -1,5 +1,5 @@ # -# Copyright (c) 2020-2021 Huawei Technologies Co., Ltd. +# Copyright (c) 2020-2021 Huawei Device Co., Ltd. # # This software is licensed under the terms of the GNU General Public # License version 2, as published by the Free Software Foundation, and -- Gitee