# Copyright (c) 2025 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build/ohos.gni")
import("//foundation/ability/ability_runtime/ability_runtime.gni")

group("ani_packages") {
  deps = [
    "${ability_runtime_path}/frameworks/ets/ani/ability_auto_startup_callback:autostartupcallback_ani",
    "${ability_runtime_path}/frameworks/ets/ani/ability_auto_startup_manager:auto_startup_manager",
    "${ability_runtime_path}/frameworks/ets/ani/ability_delegator:ability_delegator_registry_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/ability_manager:ability_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/action_extension_ability:action_extension_ani",
    "${ability_runtime_path}/frameworks/ets/ani/ani_common:ani_common",
    "${ability_runtime_path}/frameworks/ets/ani/ani_mission_manager:missionmanager_ani",
    "${ability_runtime_path}/frameworks/ets/ani/ani_observer:ani_observer",
    "${ability_runtime_path}/frameworks/ets/ani/ani_wantagent_common:ani_wantagent_common",
    "${ability_runtime_path}/frameworks/ets/ani/app/ability_context:ability_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/ability_stage_context:ability_stage_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/app_service_extension_context:app_service_extension_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/application_context:application_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/auto_fill_extension_context:auto_fill_extension_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/context:context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/extension_context:extension_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/insight_intent_context:insight_intent_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/service_extension_context:service_extension_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/ui_extension_content_session:ui_extension_content_session_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/ui_extension_context:ui_extension_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/ui_service_extension_context:ui_service_extension_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app/form_extension_context:form_extension_context_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/app_manager:app_manager_ani",
    "${ability_runtime_path}/frameworks/ets/ani/app_startup/startup_manager:startup_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/application:application_ani",
    "${ability_runtime_path}/frameworks/ets/ani/apprecovery:appRecovery_ani",
    "${ability_runtime_path}/frameworks/ets/ani/error_manager:errorManager_ani",
    "${ability_runtime_path}/frameworks/ets/ani/auto_fill_manager:ability_auto_fill_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/business_ability_router:businessabilityrouter_ani",
    "${ability_runtime_path}/frameworks/ets/ani/caller_complex:caller_complex_ani",
    "${ability_runtime_path}/frameworks/ets/ani/child_process_manager:ability_child_process_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/dialog_session:dialog_session_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/embedded_ui_extension_ability:embedded_ui_extension_ani",
    "${ability_runtime_path}/frameworks/ets/ani/ets_dialog_request:dialogrequest_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/event_hub:event_hub_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/featureAbility:featureability_ani",
    "${ability_runtime_path}/frameworks/ets/ani/hyper_snap_manager:hyper_snap_manager_ani",
    "${ability_runtime_path}/frameworks/ets/ani/insight_intent/insight_intent_driver:insight_intent_driver_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/insight_intent/insight_intent_provider:insight_intent_provider_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/kiosk_manager:kiosk_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/memory_optimizer:app_memory_optimizer_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/quick_fix_manager:quick_fix_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/share_extension_ability:share_extension_ani",
    "${ability_runtime_path}/frameworks/ets/ani/ui_extension_callback:ani_ui_extension_callback",
    "${ability_runtime_path}/frameworks/ets/ani/uri_permission_manager:uri_permission_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/vertical_panel_manager:vertical_panel_manager_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/want:want_ani_kit",
    "${ability_runtime_path}/frameworks/ets/ani/wantagent:aniwantagent",
    "${ability_runtime_path}/frameworks/ets/taihe/distributedmissionmanager:distributedmissionmanager_ani_pack",
  ]
}