From 0c700faf6415a0e38912e01fb5d78007db0f908b Mon Sep 17 00:00:00 2001 From: Zhao-PengFei35 Date: Fri, 21 Apr 2023 09:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0inner=5Fkits=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhao-PengFei35 --- bundle.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/bundle.json b/bundle.json index c572ca521..e73d59141 100644 --- a/bundle.json +++ b/bundle.json @@ -99,6 +99,43 @@ "//base/notification/distributed_notification_service/tools:tools_shell" ] }, + "inner_kits": [ + { + "header": { + "header_base": "//base/notification/distributed_notification_service/interfaces/inner_api", + "header_files": [ + "badge_number_callback_data.h", + "enabled_notification_callback_data.h", + "message_user.h", + "notification.h", + "notification_action_button.h", + "notification_basic_content.h", + "notification_bundle_option.h", + "notification_content.h", + "notification_conversational_content.h", + "notification_conversational_message.h", + "notification_distributed_options.h", + "notification_do_not_disturb_date.h", + "notification_flags.h", + "notification_helper.h", + "notification_long_text_content.h", + "notification_media_content.h", + "notification_multiline_content.h", + "notification_normal_content.h", + "notification_picture_content.h", + "notification_request.h", + "notification_slot.h", + "notification_sorting.h", + "notification_sorting_map.h", + "notification_subscribe_info.h", + "notification_subscriber.h", + "notification_template.h", + "notification_user_input.h" + ] + }, + "name": "//base/notification/distributed_notification_service/frameworks/ans:ans_innerkits" + } + ], "test": [ "//base/notification/distributed_notification_service/services/ans/test/unittest:unittest", "//base/notification/distributed_notification_service/services/distributed/test/unittest:ans_unit_test", -- Gitee