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