xref: /drivers/hdf_core/.gitee/CODEOWNERS (revision c1d0c72a)
1/*
2 * Copyright (c) 2023 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16adapter/ @Danny_liuXu
17framework/ @Danny_liuXu
18framework/model/input/ @time_zhang
19framework/model/audio/ @whoselettlelion
20framework/include/audio/ @whoselettlelion
21framework/model/sensor/ @whoselettlelion
22framework/model/misc/ @whoselettlelion
23framework/model/display/ @whoselettlelion
24framework/model/camera/ @Danny_liuXu
25framework/include/camera/ @Danny_liuXu
26framework/model/wifi/ @Danny_liuXu
27framework/model/network/ @Danny_liuXu
28framework/model/usb/ @danny_liuxu
29framework/include/wifi/ @danny_liuxu
30framework/include/bluetooth/ @danny_liuxu
31framework/include/ethernet/ @danny_liuxu
32framework/include/net/ @danny_liuxu
33
34# any change to interfaces/inner_api/hdi/hdf_device_manager_interface_code.h needs to be reviewed by @leonchan5
35interfaces/inner_api/hdi/hdf_device_manager_interface_code.h @leonchan5