# Copyright (c) 2021 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. ability_manager_headers = { header_files = [ "ability_connect_callback_interface.h", "ability_connect_callback_stub.h", "ability_manager_client.h", "ability_manager_errors.h", "ability_manager_interface.h", "ability_scheduler_interface.h", "lifecycle_state_info.h", "mission_stack_info.h", "stack_info.h", "mission_record_info.h", "ability_record_info.h", "wants_info.h", "sender_info.h", "want_sender_info.h", "want_sender_interface.h", "want_receiver_interface.h", "aafwk_dummy_configuration.h", "ability_window_configuration.h", "ability_start_setting.h", "mission_option.h", "stack_setting.h", ] header_base = "interfaces/innerkits/ability_manager/include" }