mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:32:41 +00:00
[CDROM_NEW] Import Microsoft CDROM class driver from GitHub
The source code is licensed under MS-PL license, taken from Windows Driver Samples repository (microsoft/Windows-driver-samples@master/storage/class/cdrom/) Synched with commit 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc The driver is written for Windows 10 and uses KMDF so we compile it with ntoskrnl_vista and wdf01000 statically linked (for wdf01000 this will likely be changed in future) CORE-17129
This commit is contained in:
parent
3499b96682
commit
83b85e2124
23 changed files with 35499 additions and 0 deletions
16
drivers/storage/class/cdrom_new/guid.c
Normal file
16
drivers/storage/class/cdrom_new/guid.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*--
|
||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
--*/
|
||||
|
||||
#include "initguid.h"
|
||||
#include "ntddk.h"
|
||||
#include "ntddstor.h"
|
||||
#include "mountmgr.h"
|
||||
#include "ioevent.h"
|
||||
#include "devpkey.h"
|
||||
#include "wdmguid.h"
|
||||
|
||||
// no code, just GUIDs being defined
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue