1# Copyright (c) 2023 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//build/ohos.gni") 15import("//build/ohos/sa_profile/sa_profile.gni") 16import("code_signature.gni") 17 18config("common_public_config") { 19 include_dirs = [ "interfaces/innerkits/common/include" ] 20} 21 22config("common_utils_config") { 23 include_dirs = [ "utils/include" ] 24} 25 26group("subcomponents") { 27 deps = [ 28 "${code_signature_root_dir}/interfaces/innerkits/code_sign_attr_utils:libcode_sign_attr_utils", 29 "${code_signature_root_dir}/interfaces/innerkits/code_sign_utils:libcode_sign_utils", 30 "${code_signature_root_dir}/interfaces/innerkits/local_code_sign:liblocal_code_sign_sdk", 31 "${code_signature_root_dir}/services/key_enable:key_enable_targets", 32 "${code_signature_root_dir}/services/local_code_sign:liblocal_code_sign", 33 "${code_signature_root_dir}/services/local_code_sign:local_code_sign_configs", 34 ] 35} 36