From 34bcdaa7a29612b0623582929cc9c8164aedfa5b Mon Sep 17 00:00:00 2001 From: wangyang2022 Date: Thu, 15 Sep 2022 17:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=8E=92=E6=9F=A5=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E6=9D=83=E9=99=90=E4=B8=BA?= =?UTF-8?q?644=20Signed-off-by:=20wangyang2022=20?= =?UTF-8?q?=20Change-Id:=20I49d8189dde224f11b6bde7da05db95ff464aa65a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 0 LICENSE | 0 README.md | 0 README_zh.md | 0 communication/broadcast/BUILD.gn | 0 communication/broadcast/source/broadcast_service.c | 0 communication/broadcast/source/broadcast_service.h | 0 communication/broadcast/source/pub_sub_feature.c | 0 communication/broadcast/source/pub_sub_feature.h | 0 communication/broadcast/source/pub_sub_implement.c | 0 communication/broadcast/source/pub_sub_implement.h | 0 config/system_capability.json | 0 figures/en-us_image_0000001081285004.png | Bin figures/en-us_image_0000001128146921.png | Bin figures/zh-cn_image_0000001081285004.png | Bin figures/zh-cn_image_0000001128146921.png | Bin .../communication/broadcast/broadcast_interface.h | 0 interfaces/kits/registry/iproxy_client.h | 0 interfaces/kits/registry/iproxy_server.h | 0 interfaces/kits/registry/registry.h | 0 interfaces/kits/samgr/common.h | 0 interfaces/kits/samgr/iunknown.h | 0 interfaces/kits/samgr/samgr_lite.h | 0 interfaces/kits/samgr/service.h | 0 samgr/adapter/BUILD.gn | 0 samgr/adapter/cmsis/memory_adapter.c | 0 samgr/adapter/cmsis/queue_adapter.c | 0 samgr/adapter/cmsis/thread_adapter.c | 0 samgr/adapter/cmsis/time_adapter.c | 0 samgr/adapter/memory_adapter.h | 0 samgr/adapter/posix/lock_free_queue.c | 0 samgr/adapter/posix/lock_free_queue.h | 0 samgr/adapter/posix/memory_adapter.c | 0 samgr/adapter/posix/thread_adapter.c | 0 samgr/adapter/posix/time_adapter.c | 0 samgr/adapter/queue_adapter.h | 0 samgr/adapter/thread_adapter.h | 0 samgr/adapter/time_adapter.h | 0 samgr/registry/service_registry.c | 0 samgr/registry/service_registry.h | 0 samgr/source/BUILD.gn | 0 samgr/source/common.c | 0 samgr/source/feature.c | 0 samgr/source/feature_impl.h | 0 samgr/source/iunknown.c | 0 samgr/source/message.c | 0 samgr/source/message_inner.h | 0 samgr/source/samgr_lite.c | 0 samgr/source/samgr_lite_inner.h | 0 samgr/source/service.c | 0 samgr/source/service_impl.h | 0 samgr/source/task_manager.c | 0 samgr/source/task_manager.h | 0 samgr_client/source/remote_register.c | 0 samgr_client/source/remote_register.h | 0 samgr_endpoint/source/client_factory.c | 0 samgr_endpoint/source/default_client.c | 0 samgr_endpoint/source/endpoint.c | 0 samgr_endpoint/source/token_bucket.c | 0 samgr_endpoint/source/token_bucket.h | 0 samgr_server/source/samgr_server.c | 0 61 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 BUILD.gn mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 README_zh.md mode change 100755 => 100644 communication/broadcast/BUILD.gn mode change 100755 => 100644 communication/broadcast/source/broadcast_service.c mode change 100755 => 100644 communication/broadcast/source/broadcast_service.h mode change 100755 => 100644 communication/broadcast/source/pub_sub_feature.c mode change 100755 => 100644 communication/broadcast/source/pub_sub_feature.h mode change 100755 => 100644 communication/broadcast/source/pub_sub_implement.c mode change 100755 => 100644 communication/broadcast/source/pub_sub_implement.h mode change 100755 => 100644 config/system_capability.json mode change 100755 => 100644 figures/en-us_image_0000001081285004.png mode change 100755 => 100644 figures/en-us_image_0000001128146921.png mode change 100755 => 100644 figures/zh-cn_image_0000001081285004.png mode change 100755 => 100644 figures/zh-cn_image_0000001128146921.png mode change 100755 => 100644 interfaces/kits/communication/broadcast/broadcast_interface.h mode change 100755 => 100644 interfaces/kits/registry/iproxy_client.h mode change 100755 => 100644 interfaces/kits/registry/iproxy_server.h mode change 100755 => 100644 interfaces/kits/registry/registry.h mode change 100755 => 100644 interfaces/kits/samgr/common.h mode change 100755 => 100644 interfaces/kits/samgr/iunknown.h mode change 100755 => 100644 interfaces/kits/samgr/samgr_lite.h mode change 100755 => 100644 interfaces/kits/samgr/service.h mode change 100755 => 100644 samgr/adapter/BUILD.gn mode change 100755 => 100644 samgr/adapter/cmsis/memory_adapter.c mode change 100755 => 100644 samgr/adapter/cmsis/queue_adapter.c mode change 100755 => 100644 samgr/adapter/cmsis/thread_adapter.c mode change 100755 => 100644 samgr/adapter/cmsis/time_adapter.c mode change 100755 => 100644 samgr/adapter/memory_adapter.h mode change 100755 => 100644 samgr/adapter/posix/lock_free_queue.c mode change 100755 => 100644 samgr/adapter/posix/lock_free_queue.h mode change 100755 => 100644 samgr/adapter/posix/memory_adapter.c mode change 100755 => 100644 samgr/adapter/posix/thread_adapter.c mode change 100755 => 100644 samgr/adapter/posix/time_adapter.c mode change 100755 => 100644 samgr/adapter/queue_adapter.h mode change 100755 => 100644 samgr/adapter/thread_adapter.h mode change 100755 => 100644 samgr/adapter/time_adapter.h mode change 100755 => 100644 samgr/registry/service_registry.c mode change 100755 => 100644 samgr/registry/service_registry.h mode change 100755 => 100644 samgr/source/BUILD.gn mode change 100755 => 100644 samgr/source/common.c mode change 100755 => 100644 samgr/source/feature.c mode change 100755 => 100644 samgr/source/feature_impl.h mode change 100755 => 100644 samgr/source/iunknown.c mode change 100755 => 100644 samgr/source/message.c mode change 100755 => 100644 samgr/source/message_inner.h mode change 100755 => 100644 samgr/source/samgr_lite.c mode change 100755 => 100644 samgr/source/samgr_lite_inner.h mode change 100755 => 100644 samgr/source/service.c mode change 100755 => 100644 samgr/source/service_impl.h mode change 100755 => 100644 samgr/source/task_manager.c mode change 100755 => 100644 samgr/source/task_manager.h mode change 100755 => 100644 samgr_client/source/remote_register.c mode change 100755 => 100644 samgr_client/source/remote_register.h mode change 100755 => 100644 samgr_endpoint/source/client_factory.c mode change 100755 => 100644 samgr_endpoint/source/default_client.c mode change 100755 => 100644 samgr_endpoint/source/endpoint.c mode change 100755 => 100644 samgr_endpoint/source/token_bucket.c mode change 100755 => 100644 samgr_endpoint/source/token_bucket.h mode change 100755 => 100644 samgr_server/source/samgr_server.c diff --git a/BUILD.gn b/BUILD.gn old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/README_zh.md b/README_zh.md old mode 100755 new mode 100644 diff --git a/communication/broadcast/BUILD.gn b/communication/broadcast/BUILD.gn old mode 100755 new mode 100644 diff --git a/communication/broadcast/source/broadcast_service.c b/communication/broadcast/source/broadcast_service.c old mode 100755 new mode 100644 diff --git a/communication/broadcast/source/broadcast_service.h b/communication/broadcast/source/broadcast_service.h old mode 100755 new mode 100644 diff --git a/communication/broadcast/source/pub_sub_feature.c b/communication/broadcast/source/pub_sub_feature.c old mode 100755 new mode 100644 diff --git a/communication/broadcast/source/pub_sub_feature.h b/communication/broadcast/source/pub_sub_feature.h old mode 100755 new mode 100644 diff --git a/communication/broadcast/source/pub_sub_implement.c b/communication/broadcast/source/pub_sub_implement.c old mode 100755 new mode 100644 diff --git a/communication/broadcast/source/pub_sub_implement.h b/communication/broadcast/source/pub_sub_implement.h old mode 100755 new mode 100644 diff --git a/config/system_capability.json b/config/system_capability.json old mode 100755 new mode 100644 diff --git a/figures/en-us_image_0000001081285004.png b/figures/en-us_image_0000001081285004.png old mode 100755 new mode 100644 diff --git a/figures/en-us_image_0000001128146921.png b/figures/en-us_image_0000001128146921.png old mode 100755 new mode 100644 diff --git a/figures/zh-cn_image_0000001081285004.png b/figures/zh-cn_image_0000001081285004.png old mode 100755 new mode 100644 diff --git a/figures/zh-cn_image_0000001128146921.png b/figures/zh-cn_image_0000001128146921.png old mode 100755 new mode 100644 diff --git a/interfaces/kits/communication/broadcast/broadcast_interface.h b/interfaces/kits/communication/broadcast/broadcast_interface.h old mode 100755 new mode 100644 diff --git a/interfaces/kits/registry/iproxy_client.h b/interfaces/kits/registry/iproxy_client.h old mode 100755 new mode 100644 diff --git a/interfaces/kits/registry/iproxy_server.h b/interfaces/kits/registry/iproxy_server.h old mode 100755 new mode 100644 diff --git a/interfaces/kits/registry/registry.h b/interfaces/kits/registry/registry.h old mode 100755 new mode 100644 diff --git a/interfaces/kits/samgr/common.h b/interfaces/kits/samgr/common.h old mode 100755 new mode 100644 diff --git a/interfaces/kits/samgr/iunknown.h b/interfaces/kits/samgr/iunknown.h old mode 100755 new mode 100644 diff --git a/interfaces/kits/samgr/samgr_lite.h b/interfaces/kits/samgr/samgr_lite.h old mode 100755 new mode 100644 diff --git a/interfaces/kits/samgr/service.h b/interfaces/kits/samgr/service.h old mode 100755 new mode 100644 diff --git a/samgr/adapter/BUILD.gn b/samgr/adapter/BUILD.gn old mode 100755 new mode 100644 diff --git a/samgr/adapter/cmsis/memory_adapter.c b/samgr/adapter/cmsis/memory_adapter.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/cmsis/queue_adapter.c b/samgr/adapter/cmsis/queue_adapter.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/cmsis/thread_adapter.c b/samgr/adapter/cmsis/thread_adapter.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/cmsis/time_adapter.c b/samgr/adapter/cmsis/time_adapter.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/memory_adapter.h b/samgr/adapter/memory_adapter.h old mode 100755 new mode 100644 diff --git a/samgr/adapter/posix/lock_free_queue.c b/samgr/adapter/posix/lock_free_queue.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/posix/lock_free_queue.h b/samgr/adapter/posix/lock_free_queue.h old mode 100755 new mode 100644 diff --git a/samgr/adapter/posix/memory_adapter.c b/samgr/adapter/posix/memory_adapter.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/posix/thread_adapter.c b/samgr/adapter/posix/thread_adapter.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/posix/time_adapter.c b/samgr/adapter/posix/time_adapter.c old mode 100755 new mode 100644 diff --git a/samgr/adapter/queue_adapter.h b/samgr/adapter/queue_adapter.h old mode 100755 new mode 100644 diff --git a/samgr/adapter/thread_adapter.h b/samgr/adapter/thread_adapter.h old mode 100755 new mode 100644 diff --git a/samgr/adapter/time_adapter.h b/samgr/adapter/time_adapter.h old mode 100755 new mode 100644 diff --git a/samgr/registry/service_registry.c b/samgr/registry/service_registry.c old mode 100755 new mode 100644 diff --git a/samgr/registry/service_registry.h b/samgr/registry/service_registry.h old mode 100755 new mode 100644 diff --git a/samgr/source/BUILD.gn b/samgr/source/BUILD.gn old mode 100755 new mode 100644 diff --git a/samgr/source/common.c b/samgr/source/common.c old mode 100755 new mode 100644 diff --git a/samgr/source/feature.c b/samgr/source/feature.c old mode 100755 new mode 100644 diff --git a/samgr/source/feature_impl.h b/samgr/source/feature_impl.h old mode 100755 new mode 100644 diff --git a/samgr/source/iunknown.c b/samgr/source/iunknown.c old mode 100755 new mode 100644 diff --git a/samgr/source/message.c b/samgr/source/message.c old mode 100755 new mode 100644 diff --git a/samgr/source/message_inner.h b/samgr/source/message_inner.h old mode 100755 new mode 100644 diff --git a/samgr/source/samgr_lite.c b/samgr/source/samgr_lite.c old mode 100755 new mode 100644 diff --git a/samgr/source/samgr_lite_inner.h b/samgr/source/samgr_lite_inner.h old mode 100755 new mode 100644 diff --git a/samgr/source/service.c b/samgr/source/service.c old mode 100755 new mode 100644 diff --git a/samgr/source/service_impl.h b/samgr/source/service_impl.h old mode 100755 new mode 100644 diff --git a/samgr/source/task_manager.c b/samgr/source/task_manager.c old mode 100755 new mode 100644 diff --git a/samgr/source/task_manager.h b/samgr/source/task_manager.h old mode 100755 new mode 100644 diff --git a/samgr_client/source/remote_register.c b/samgr_client/source/remote_register.c old mode 100755 new mode 100644 diff --git a/samgr_client/source/remote_register.h b/samgr_client/source/remote_register.h old mode 100755 new mode 100644 diff --git a/samgr_endpoint/source/client_factory.c b/samgr_endpoint/source/client_factory.c old mode 100755 new mode 100644 diff --git a/samgr_endpoint/source/default_client.c b/samgr_endpoint/source/default_client.c old mode 100755 new mode 100644 diff --git a/samgr_endpoint/source/endpoint.c b/samgr_endpoint/source/endpoint.c old mode 100755 new mode 100644 diff --git a/samgr_endpoint/source/token_bucket.c b/samgr_endpoint/source/token_bucket.c old mode 100755 new mode 100644 diff --git a/samgr_endpoint/source/token_bucket.h b/samgr_endpoint/source/token_bucket.h old mode 100755 new mode 100644 diff --git a/samgr_server/source/samgr_server.c b/samgr_server/source/samgr_server.c old mode 100755 new mode 100644 -- Gitee