1# Copyright (c) 2021 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("//foundation/appexecfwk/standard/appexecfwk.gni") 15 16install_daemon_sources = [ 17 "${services_path}/bundlemgr/src/installd/installd_host_impl.cpp", 18 "${services_path}/bundlemgr/src/installd/installd_operator.cpp", 19 "${services_path}/bundlemgr/src/installd/installd_service.cpp", 20 "${services_path}/bundlemgr/src/installd_client.cpp", 21 "${services_path}/bundlemgr/src/ipc/installd_host.cpp", 22 "${services_path}/bundlemgr/src/ipc/installd_proxy.cpp", 23] 24 25bundle_install_sources = [ 26 "${services_path}/bundlemgr/src/base_bundle_installer.cpp", 27 "${services_path}/bundlemgr/src/bundle_installer.cpp", 28 "${services_path}/bundlemgr/src/bundle_installer_host.cpp", 29 "${services_path}/bundlemgr/src/bundle_installer_manager.cpp", 30 "${services_path}/bundlemgr/src/bundle_permission_mgr.cpp", 31 "${services_path}/bundlemgr/src/bundle_util.cpp", 32 "${services_path}/bundlemgr/src/bundle_verify_mgr.cpp", 33 "${services_path}/bundlemgr/src/inner_bundle_info.cpp", 34 "${services_path}/bundlemgr/src/installd_client.cpp", 35 "${services_path}/bundlemgr/src/installd_death_recipient.cpp", 36 "${services_path}/bundlemgr/src/ipc/installd_host.cpp", 37 "${services_path}/bundlemgr/src/ipc/installd_proxy.cpp", 38 "${services_path}/bundlemgr/src/system_bundle_installer.cpp", 39] 40 41bundle_install_deps = [ 42 "${appexecfwk_path}/interfaces/innerkits/appexecfwk_base:appexecfwk_base", 43 "${services_path}/bundlemgr:bundle_parser", 44 "${services_path}/bundlemgr:parser_common", 45] 46 47bundle_install_external_deps = [ 48 #"communication:ipc_core", 49] 50