From 3969c06a61de7ee106fb124747fabfbee3b6e9e4 Mon Sep 17 00:00:00 2001 From: huangyicong Date: Wed, 26 Jan 2022 16:23:24 +0800 Subject: [PATCH 1/2] bundle.json Signed-off-by: huangyicong --- bundle.json | 72 ++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/bundle.json b/bundle.json index 6702820..d2f7e52 100644 --- a/bundle.json +++ b/bundle.json @@ -21,7 +21,7 @@ "samgr_proxy", "utils_base" ], - "third_party": [ + "third_party": [ "openssl", "bounds_checking_function" ] @@ -39,47 +39,47 @@ "header": { "header_files": [ "include/ashmem.h", - "include/common_errors.h", - "include/common_timer_errors.h", - "include/datetime_ex.h", - "include/directory_ex.h", - "include/errors.h", - "include/file_ex.h", - "include/flat_obj.h", - "include/nocopyable.h", - "include/observer.h", - "include/parcel.h", - "include/pubdef.h", - "include/refbase.h", - "include/rwlock.h", - "include/safe_block_queue.h", - "include/safe_map.h", - "include/safe_queue.h", - "include/securec_p.h", - "include/securec.h", - "include/securectype.h", - "include/semaphore_ex.h", - "include/singleton.h", - "include/sorted_vector.h", - "include/string_ex.h", - "include/thread_ex.h", - "include/thread_pool.h", - "include/timer.h", - "include/unique_fd.h", - "src/event_demultiplexer.h", - "src/event_handler.h", - "src/event_reactor.h", - "src/timer_event_handler.h", - "src/unicode_ex.h", - "src/utils_log.h" + "include/common_errors.h", + "include/common_timer_errors.h", + "include/datetime_ex.h", + "include/directory_ex.h", + "include/errors.h", + "include/file_ex.h", + "include/flat_obj.h", + "include/nocopyable.h", + "include/observer.h", + "include/parcel.h", + "include/pubdef.h", + "include/refbase.h", + "include/rwlock.h", + "include/safe_block_queue.h", + "include/safe_map.h", + "include/safe_queue.h", + "include/securec_p.h", + "include/securec.h", + "include/securectype.h", + "include/semaphore_ex.h", + "include/singleton.h", + "include/sorted_vector.h", + "include/string_ex.h", + "include/thread_ex.h", + "include/thread_pool.h", + "include/timer.h", + "include/unique_fd.h", + "src/event_demultiplexer.h", + "src/event_handler.h", + "src/event_reactor.h", + "src/timer_event_handler.h", + "src/unicode_ex.h", + "src/utils_log.h" ], "header_base": "//utils/native/base/" } } ], - "test": [ + "test": [ "//utils/native/base/test:unittest" ] } } - } + } -- Gitee From 02ca07a060dfdf1d059d2d8952cee139ae668c3c Mon Sep 17 00:00:00 2001 From: huangyicong Date: Wed, 16 Feb 2022 15:29:47 +0800 Subject: [PATCH 2/2] change deps Signed-off-by: huangyicong --- bundle.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/bundle.json b/bundle.json index d2f7e52..c0c0b7c 100644 --- a/bundle.json +++ b/bundle.json @@ -15,16 +15,9 @@ "adapted_system_type": [ "standard" ], "deps": { "components": [ - "libhilog", - "ipc_core", - "system_ability_fwk", - "samgr_proxy", - "utils_base" + "hilog_native" ], - "third_party": [ - "openssl", - "bounds_checking_function" - ] + "third_party": [] }, "build": { "sub_component": [ -- Gitee