diff --git a/OAT.xml b/OAT.xml new file mode 100755 index 0000000000000000000000000000000000000000..4a96948949363b262617f00e57aa33e9b50791d2 --- /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 df184f0ab112d93087a947cc4062a9bf37c4c38b..0bcf0c0013f0056e7ad5345ac114137e89e24253 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"