1f5921b11Sopenharmony_ci# Copyright (c) 2020-2022 Huawei Device Co., Ltd. 2f5921b11Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3f5921b11Sopenharmony_ci# you may not use this file except in compliance with the License. 4f5921b11Sopenharmony_ci# You may obtain a copy of the License at 5f5921b11Sopenharmony_ci# 6f5921b11Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7f5921b11Sopenharmony_ci# 8f5921b11Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9f5921b11Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10f5921b11Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11f5921b11Sopenharmony_ci# See the License for the specific language governing permissions and 12f5921b11Sopenharmony_ci# limitations under the License. 13f5921b11Sopenharmony_ci 14f5921b11Sopenharmony_ciimport("../../build/config.gni") 15f5921b11Sopenharmony_ci 16f5921b11Sopenharmony_cishared_library("ace_kit_permission") { 17f5921b11Sopenharmony_ci sources = [ "src/perm_module.cpp" ] 18f5921b11Sopenharmony_ci 19f5921b11Sopenharmony_ci include_dirs = [ 20f5921b11Sopenharmony_ci "include", 21f5921b11Sopenharmony_ci "../../interfaces/kits", 22f5921b11Sopenharmony_ci ] 23f5921b11Sopenharmony_ci deps = [ 24f5921b11Sopenharmony_ci "${hilog_lite_path}/frameworks/featured:hilog_shared", 25f5921b11Sopenharmony_ci "../pms_client:pms_client", 26f5921b11Sopenharmony_ci ] 27f5921b11Sopenharmony_ci} 28