• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/aafwk/standard/aafwk.gni")
15
16abilityms_files = [
17  "${services_path}/abilitymgr/src/ability_connect_manager.cpp",
18  "${services_path}/abilitymgr/src/ability_connect_callback_stub.cpp",
19  "${services_path}/abilitymgr/src/ability_event_handler.cpp",
20  "${services_path}/abilitymgr/src/ability_manager_service.cpp",
21  "${services_path}/abilitymgr/src/ability_manager_stub.cpp",
22  "${services_path}/abilitymgr/src/ability_manager_proxy.cpp",
23  "${services_path}/abilitymgr/src/ability_record.cpp",
24  "${services_path}/abilitymgr/src/ability_scheduler_stub.cpp",
25  "${services_path}/abilitymgr/src/ability_scheduler_proxy.cpp",
26  "${services_path}/abilitymgr/src/ability_stack_manager.cpp",
27  "${services_path}/abilitymgr/src/ability_token_stub.cpp",
28  "${services_path}/abilitymgr/src/app_scheduler.cpp",
29  "${services_path}/abilitymgr/src/connection_record.cpp",
30  "${services_path}/abilitymgr/src/data_ability_caller_recipient.cpp",
31  "${services_path}/abilitymgr/src/data_ability_manager.cpp",
32  "${services_path}/abilitymgr/src/data_ability_record.cpp",
33  "${services_path}/abilitymgr/src/lifecycle_deal.cpp",
34  "${services_path}/abilitymgr/src/mission_record.cpp",
35  "${services_path}/abilitymgr/src/mission_stack.cpp",
36  "${services_path}/abilitymgr/src/power_storage.cpp",
37  "${services_path}/abilitymgr/src/lifecycle_state_info.cpp",
38  "${services_path}/abilitymgr/src/stack_info.cpp",
39  "${services_path}/abilitymgr/src/mission_stack_info.cpp",
40  "${services_path}/abilitymgr/src/mission_record_info.cpp",
41  "${services_path}/abilitymgr/src/ability_record_info.cpp",
42  "${services_path}/abilitymgr/src/ability_mission_info.cpp",
43  "${services_path}/abilitymgr/src/mission_description_info.cpp",
44  "${services_path}/abilitymgr/src/image_info.cpp",
45  "${services_path}/abilitymgr/src/mission_snapshot_info.cpp",
46  "${services_path}/abilitymgr/src/kernal_system_app_manager.cpp",
47  "${services_path}/abilitymgr/src/caller_info.cpp",
48  "${services_path}/abilitymgr/src/sender_info.cpp",
49  "${services_path}/abilitymgr/src/wants_info.cpp",
50  "${services_path}/abilitymgr/src/want_sender_info.cpp",
51  "${services_path}/abilitymgr/src/pending_want_record.cpp",
52  "${services_path}/abilitymgr/src/want_receiver_proxy.cpp",
53  "${services_path}/abilitymgr/src/want_receiver_stub.cpp",
54  "${services_path}/abilitymgr/src/want_sender_proxy.cpp",
55  "${services_path}/abilitymgr/src/want_sender_stub.cpp",
56  "${services_path}/abilitymgr/src/pending_want_key.cpp",
57  "${services_path}/abilitymgr/src/pending_want_manager.cpp",
58  "${services_path}/abilitymgr/src/pending_want_common_event.cpp",
59  "${services_path}/abilitymgr/src/lock_mission_container.cpp",
60  "${services_path}/abilitymgr/src/ability_start_setting.cpp",
61  "${services_path}/abilitymgr/src/mission_option.cpp",
62  "${services_path}/abilitymgr/src/stack_setting.cpp",
63  "${services_path}/abilitymgr/src/aafwk_dummy_configuration.cpp",
64  "${services_path}/abilitymgr/src/configuration_holder.cpp",
65  "${services_path}/abilitymgr/src/resume_mission_container.cpp",
66  "${services_path}/abilitymgr/src/ams_configuration_parameter.cpp",
67]
68