From 656785d45fae046bf00461f2694c823e8390e24c Mon Sep 17 00:00:00 2001 From: wangyikai Date: Wed, 13 Nov 2024 11:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90hdf=5Fcore=E3=80=91=E4=BB=93owner?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyikai --- .gitee/CODEOWNERS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index c5732e4a0..d5482979e 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -13,23 +13,23 @@ * limitations under the License. */ -adapter/ @Danny_liuXu -framework/ @Danny_liuXu +adapter/ @duwei-23 +framework/ @duwei-23 framework/model/input/ @time_zhang framework/model/audio/ @whoselettlelion framework/include/audio/ @whoselettlelion framework/model/sensor/ @whoselettlelion framework/model/misc/ @whoselettlelion framework/model/display/ @whoselettlelion -framework/model/camera/ @Danny_liuXu -framework/include/camera/ @Danny_liuXu -framework/model/wifi/ @Danny_liuXu -framework/model/network/ @Danny_liuXu -framework/model/usb/ @danny_liuxu -framework/include/wifi/ @danny_liuxu -framework/include/bluetooth/ @danny_liuxu -framework/include/ethernet/ @danny_liuxu -framework/include/net/ @danny_liuxu +framework/model/camera/ @duwei-23 +framework/include/camera/ @duwei-23 +framework/model/wifi/ @duwei-23 +framework/model/network/ @duwei-23 +framework/model/usb/ @duwei-23 +framework/include/wifi/ @duwei-23 +framework/include/bluetooth/ @duwei-23 +framework/include/ethernet/ @duwei-23 +framework/include/net/ @duwei-23 # any change to interfaces/inner_api/hdi/hdf_device_manager_interface_code.h needs to be reviewed by @leonchan5 -interfaces/inner_api/hdi/hdf_device_manager_interface_code.h @leonchan5 \ No newline at end of file +interfaces/inner_api/hdi/hdf_device_manager_interface_code.h @leonchan5 -- Gitee