1# Copyright (c) 2021-2022 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 14ability_manager_headers = { 15 header_files = [ 16 "ability_connect_callback_interface.h", 17 "ability_connect_callback_stub.h", 18 "ability_manager_client.h", 19 "ability_manager_errors.h", 20 "ability_manager_interface.h", 21 "ability_running_info.h", 22 "ability_scheduler_interface.h", 23 "extension_running_info.h", 24 "lifecycle_state_info.h", 25 "open_link_options.h", 26 "ability_state.h", 27 "wants_info.h", 28 "sender_info.h", 29 "want_sender_info.h", 30 "want_sender_interface.h", 31 "want_receiver_interface.h", 32 "ability_window_configuration.h", 33 "ability_start_setting.h", 34 "start_options.h", 35 "global_configuration.h", 36 "pixel_map.h", 37 ] 38 header_base = "interfaces/innerkits/ability_manager/include" 39} 40