]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add correct [Depex] section.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 10 Aug 2009 07:34:02 +0000 (07:34 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 10 Aug 2009 07:34:02 +0000 (07:34 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9032 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf

index 59bc3dfed0eae4a1883afe11d48d0d023ad8f291..fae955c590daf23e96662d9c38f4a916e9116260 100644 (file)
   gEfiLoadedImageDevicePathProtocolGuid         ## SOMETIMES_CONSUMED (Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol)\r
   gEfiDevicePathProtocolGuid                    ## SOMETIMES_CONSUMED (Show the controller device in the first page that support DevicePathProtocol)\r
 \r
-  gEfiHiiDatabaseProtocolGuid                   ## CONSUMED\r
   gEfiFormBrowser2ProtocolGuid                  ## CONSUMED\r
   gEfiHiiConfigRoutingProtocolGuid              ## CONSUMED\r
   gEfiHiiConfigAccessProtocolGuid               ## PRODUCED\r
   gEfiDevicePathToTextProtocolGuid              ## CONSUMED\r
   gEfiPlatformDriverOverrideProtocolGuid        ## PRODUCED\r
+\r
+[Depex]\r
+  gEfiFormBrowser2ProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
\ No newline at end of file
index 9d9f4713f39b18bb147382a56c6ec83520c75436..3bd02dd4df576f7f6159766998212fadc2094e3a 100644 (file)
@@ -2,7 +2,7 @@
 # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
 #\r
 # This metronome module simulates metronome by Sleep WinAPI.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2009, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -48,6 +48,6 @@
 [Protocols]\r
   gEfiMetronomeArchProtocolGuid                 # PROTOCOL ALWAYS_PRODUCED\r
 \r
-[depex]\r
+[Depex]\r
   TRUE\r
   \r
index 780c8a13a360279f186cc981c24a432d0a99b32b..fc229817edacae34aea52926b835e75416239aec 100644 (file)
@@ -2,7 +2,7 @@
 # Component description file for FlashMap PEI module\r
 #\r
 # This module installs FlashMap PPI which is used to get flash layout information.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+# Copyright (c) 2006 - 2009, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   PeimEntryPoint\r
   DebugLib\r
 \r
-\r
-[Guids]\r
-  gEfiFirmwareFileSystem2Guid                    # ALWAYS_CONSUMED\r
-\r
-\r
-[Protocols]\r
-  gEfiFirmwareVolumeBlockProtocolGuid           # PROTOCOL ALWAYS_CONSUMED\r
-\r
-\r
 [Ppis]\r
   gNtFwhPpiGuid                                 # PPI ALWAYS_CONSUMED\r
 \r
@@ -69,3 +60,5 @@
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase\r
   gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase\r
 \r
+[Depex]\r
+  gNtFwhPpiGuid\r