X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FMiscSubClassPlatformDxe%2FMiscSubclassDriver.inf;h=5ff5fa1da85b710c9f57524ee5b4c8e49814ac95;hp=c9a43c20f4cfd82e523241ce337dd8d79a41db4d;hb=dd356cc4b930e5c8fb1e1a8ebd902428b75edf26;hpb=8879d432afdfa0e4ae905857f177ddc24cb71f3b diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf index c9a43c20f4..5ff5fa1da8 100644 --- a/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf +++ b/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf @@ -77,17 +77,6 @@ MiscBaseBoardManufacturer.uni CommonHeader.h - -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg/Include/Library - ################################################################################ # # Package Dependency Section - list of Package files that are required for @@ -116,7 +105,7 @@ BaseMemoryLib UefiDriverEntryPoint UefiLib - HiiLib + HiiLibFramework DebugLib BaseLib @@ -129,7 +118,11 @@ [Guids] gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED - + gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED + gEfiMiscSubClassGuid # SOMETIMES_CONSUMED + gEfiMemoryProducerGuid # SOMETIMES_CONSUMED + gEfiMemorySubClassGuid # SOMETIMES_CONSUMED + gEfiWinNtMemoryGuid # SOMETIMES_CONSUMED ################################################################################ # @@ -143,3 +136,12 @@ gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED +################################################################################ +# +# Dependency Expression Section - list of Dependency expressions that are required for +# this module. +# +################################################################################ + +[Depex] + gEfiDataHubProtocolGuid AND gEfiHiiProtocolGuid \ No newline at end of file