Enable MiscSubclassDriver.inf in Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2989 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -19,12 +19,14 @@
|
||||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
#include <PiDxe.h>
|
||||
#include <FrameworkDxe.h>
|
||||
#include <WinNtDxe.h>
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
//
|
||||
//#include <Protocol/WinNtIo.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Protocol/DataHub.h>
|
||||
#include <Protocol/WinNtIo.h>
|
||||
//
|
||||
// The Library classes this module consumes
|
||||
//
|
||||
|
@ -30,10 +30,6 @@ Abstract:
|
||||
|
||||
#include <MiscDevicePath.h>
|
||||
|
||||
//
|
||||
// Autogen string file
|
||||
//
|
||||
#include <MiscSubclassStrDefs.h>
|
||||
|
||||
//
|
||||
// Data table entry update function.
|
||||
|
@ -105,7 +105,7 @@
|
||||
BaseMemoryLib
|
||||
UefiDriverEntryPoint
|
||||
UefiLib
|
||||
HiiLib
|
||||
HiiLibFramework
|
||||
DebugLib
|
||||
BaseLib
|
||||
|
||||
@ -118,7 +118,11 @@
|
||||
|
||||
[Guids]
|
||||
gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
|
||||
|
||||
gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
|
||||
gEfiMiscSubClassGuid # SOMETIMES_CONSUMED
|
||||
gEfiMemoryProducerGuid # SOMETIMES_CONSUMED
|
||||
gEfiMemorySubClassGuid # SOMETIMES_CONSUMED
|
||||
gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
@ -305,7 +305,7 @@
|
||||
[Components.IA32]
|
||||
$(WORKSPACE)/Nt32Pkg/BootModePei/BootMode.inf
|
||||
$(WORKSPACE)/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf
|
||||
# $(WORKSPACE)/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf
|
||||
$(WORKSPACE)/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf
|
||||
$(WORKSPACE)/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.inf
|
||||
$(WORKSPACE)/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
|
||||
$(WORKSPACE)/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf
|
||||
|
Reference in New Issue
Block a user