1a299bc30Sopenharmony_ci# Copyright (c) 2020-2022 Huawei Device Co., Ltd. 2a299bc30Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3a299bc30Sopenharmony_ci# you may not use this file except in compliance with the License. 4a299bc30Sopenharmony_ci# You may obtain a copy of the License at 5a299bc30Sopenharmony_ci# 6a299bc30Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7a299bc30Sopenharmony_ci# 8a299bc30Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9a299bc30Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10a299bc30Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11a299bc30Sopenharmony_ci# See the License for the specific language governing permissions and 12a299bc30Sopenharmony_ci# limitations under the License. 13a299bc30Sopenharmony_ci 14a299bc30Sopenharmony_cistatic_library("example_demolink") { 15a299bc30Sopenharmony_ci sources = [ 16a299bc30Sopenharmony_ci "demosdk.c", 17a299bc30Sopenharmony_ci "demosdk_adapter.c", 18a299bc30Sopenharmony_ci "helloworld.c", 19a299bc30Sopenharmony_ci ] 20a299bc30Sopenharmony_ci 21a299bc30Sopenharmony_ci include_dirs = [ "//commonlibrary/utils_lite/include" ] 22a299bc30Sopenharmony_ci} 23