diff options
-rw-r--r-- | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf | 4 | ||||
-rw-r--r-- | Nt32Pkg/MetronomeDxe/MetronomeDxe.inf | 4 | ||||
-rw-r--r-- | Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf | 13 |
3 files changed, 8 insertions, 13 deletions
diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf index 59bc3dfed0..fae955c590 100644 --- a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf +++ b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf @@ -91,9 +91,11 @@ gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol)
gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the controller device in the first page that support DevicePathProtocol)
- gEfiHiiDatabaseProtocolGuid ## CONSUMED
gEfiFormBrowser2ProtocolGuid ## CONSUMED
gEfiHiiConfigRoutingProtocolGuid ## CONSUMED
gEfiHiiConfigAccessProtocolGuid ## PRODUCED
gEfiDevicePathToTextProtocolGuid ## CONSUMED
gEfiPlatformDriverOverrideProtocolGuid ## PRODUCED
+
+[Depex]
+ gEfiFormBrowser2ProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
\ No newline at end of file diff --git a/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf b/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf index 9d9f4713f3..3bd02dd4df 100644 --- a/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf +++ b/Nt32Pkg/MetronomeDxe/MetronomeDxe.inf @@ -2,7 +2,7 @@ # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
#
# This metronome module simulates metronome by Sleep WinAPI.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 2009, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -48,6 +48,6 @@ [Protocols]
gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
-[depex]
+[Depex]
TRUE
diff --git a/Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf b/Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf index 780c8a13a3..fc229817ed 100644 --- a/Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf +++ b/Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf @@ -2,7 +2,7 @@ # Component description file for FlashMap PEI module
#
# This module installs FlashMap PPI which is used to get flash layout information.
-# Copyright (c) 2006 - 2007, Intel Corporation
+# Copyright (c) 2006 - 2009, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -45,15 +45,6 @@ PeimEntryPoint
DebugLib
-
-[Guids]
- gEfiFirmwareFileSystem2Guid # ALWAYS_CONSUMED
-
-
-[Protocols]
- gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
-
-
[Ppis]
gNtFwhPpiGuid # PPI ALWAYS_CONSUMED
@@ -69,3 +60,5 @@ gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase
+[Depex]
+ gNtFwhPpiGuid
|