-
Notifications
You must be signed in to change notification settings - Fork 5k
/
Copy pathCODEOWNERS
62 lines (44 loc) · 1.33 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# GitHub configuration
/.github/ @microsoft/driver-samples-maintainers
# Code Scanning workflow
/.github/workflows/Code-Scanning.yml @microsoft/driver-samples-maintainers
# Root files
/* @microsoft/driver-samples-maintainers
# Audio
/audio @microsoft/windowsaudio
# Bluetooth
/bluetooth/ @microsoft/bluetooth
# Camera Platform
/avstream/ @microsoft/cameraplatdev
/general/SimpleMediaSource/ @microsoft/cameraplatdev
# Cellular Core
/network/wwan/ @microsoft/cellcore
/nfc/ @microsoft/cellcore
# Connection Awareness
/gnss/ @microsoft/connection-awareness
/network/radio/ @microsoft/connection-awareness
# Core Networking
/network/wsk/ @microsoft/corenetworking
# Consumer Storage
/sd/ @microsoft/consumer-storage
/smartcrd/ @microsoft/consumer-storage
# Event Tracing for Windows
/general/perfcounters/ @microsoft/etw
/general/tracing/ @microsoft/etw
# Filter Manager
/filesys/miniFilter/ @microsoft/filter-manager
# Indirect Display
/video/IndirectDisplay/ @microsoft/indirectdisplay-devs
# Kernel Core
/general/registry/ @microsoft/kernel-core
# Network Security
/network/trans @microsoft/netsec
# Platform Integrity
/security/ @microsoft/platform-integrity
# Sensors Platform
/sensors/ @microsoft/sensors-platform
# Storage
/storage/ @microsoft/storage-core
# Windows Internet of Things
/pos/ @microsoft/winiotdev
/wpd/ @microsoft/winiotdev