diff options
| -rw-r--r-- | .github/CODEOWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 67a24bb4..fda12c1e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,6 +10,12 @@ # Bluetooth /bluetooth/ @microsoft/bluetooth +# Camera Platform +/avstream/avscamera/ @microsoft/cameraplatdev +/avstream/avssamp/ @microsoft/cameraplatdev +/avstream/avshws/ @microsoft/cameraplatdev +/general/SimpleMediaSource/ @microsoft/cameraplatdev + # Cellular Core /network/wwan/ @microsoft/cellcore /nfc/ @microsoft/cellcore @@ -28,6 +34,9 @@ # Filter Manager /filesys/miniFilter/ @microsoft/filter-manager +# Indirect Display +/video/IndirectDisplay/ @microsoft/indirectdisplay-devs + # Platform Integrity /security/ @microsoft/platform-integrity |
