1# Copyright (c) 2025 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("//foundation/bundlemanager/bundle_framework/appexecfwk.gni") 16 17group("ani_common") { 18 deps = [ "common:bms_ani_common" ] 19} 20 21group("ani_bms_packages") { 22 deps = [ 23 "bundle_installer:ani_bundle_installer", 24 "bundle_installer:bundle_installer_etc", 25 "bundle_manager:ability_info_etc", 26 "bundle_manager:ani_bundle_manager", 27 "bundle_manager:application_info_etc", 28 "bundle_manager:bundle_info_etc", 29 "bundle_manager:bundle_manager_etc", 30 "bundle_manager:extension_ability_info_etc", 31 "bundle_manager:hap_module_info_etc", 32 "bundle_manager:metadata_etc", 33 "bundle_manager:skill_etc", 34 "bundle_monitor:ani_bundle_monitor", 35 "bundle_monitor:bundle_monitor_etc", 36 "freeInstall:ani_freeInstall", 37 "freeInstall:bundle_pack_info_etc", 38 "freeInstall:dispatch_info_etc", 39 "freeInstall:freeInstall_etc", 40 "launcher_bundle_manager:ani_launcher_bundle_manager", 41 "launcher_bundle_manager:element_name_etc", 42 "launcher_bundle_manager:launcher_ability_info_etc", 43 "launcher_bundle_manager:launcher_bundle_manager_etc", 44 "overlay:ani_overlay", 45 "overlay:overlay_etc", 46 "overlay:overlay_module_info_etc", 47 "resource_manager:ani_bundle_res_manager", 48 "resource_manager:bundle_resource_info_etc", 49 "resource_manager:bundle_resource_manager_etc", 50 "resource_manager:launcher_ability_resource_info_etc", 51 "shortcut_manager:ani_shortcut_manager", 52 "shortcut_manager:shortcut_info_etc", 53 "shortcut_manager:shortcut_manager_etc", 54 "zlib:ani_zlib", 55 "zlib:zlib_etc", 56 ] 57} 58