From 861c49dd32089f9669b8b1b22dd9e61215fd84da Mon Sep 17 00:00:00 2001 From: Kiran Bhupali Date: Sat, 31 Jul 2021 18:37:23 +0530 Subject: [PATCH] add OAT.xml and copyright information Signed-off-by: Kiran Bhupali --- OAT.xml | 80 ++++++++++++++++++++++++ frameworks/innerkitsimpl/libsnd/BUILD.gn | 13 ++++ 2 files changed, 93 insertions(+) create mode 100755 OAT.xml diff --git a/OAT.xml b/OAT.xml new file mode 100755 index 0000000000..4a96948949 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,80 @@ + + + + + + LICENSE + + + + + + + + + + + + + + + + + + + + + diff --git a/frameworks/innerkitsimpl/libsnd/BUILD.gn b/frameworks/innerkitsimpl/libsnd/BUILD.gn index df184f0ab1..0bcf0c0013 100644 --- a/frameworks/innerkitsimpl/libsnd/BUILD.gn +++ b/frameworks/innerkitsimpl/libsnd/BUILD.gn @@ -1,3 +1,16 @@ +# Copyright (C) 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("//build/ohos.gni") libsndfile_dir = "//third_party/libsnd" -- Gitee