mirror of https://github.com/acidanthera/audk.git
add correct [Depex] section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9032 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
33d228aa02
commit
c9eb1bae14
|
@ -91,9 +91,11 @@
|
||||||
gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol)
|
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)
|
gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the controller device in the first page that support DevicePathProtocol)
|
||||||
|
|
||||||
gEfiHiiDatabaseProtocolGuid ## CONSUMED
|
|
||||||
gEfiFormBrowser2ProtocolGuid ## CONSUMED
|
gEfiFormBrowser2ProtocolGuid ## CONSUMED
|
||||||
gEfiHiiConfigRoutingProtocolGuid ## CONSUMED
|
gEfiHiiConfigRoutingProtocolGuid ## CONSUMED
|
||||||
gEfiHiiConfigAccessProtocolGuid ## PRODUCED
|
gEfiHiiConfigAccessProtocolGuid ## PRODUCED
|
||||||
gEfiDevicePathToTextProtocolGuid ## CONSUMED
|
gEfiDevicePathToTextProtocolGuid ## CONSUMED
|
||||||
gEfiPlatformDriverOverrideProtocolGuid ## PRODUCED
|
gEfiPlatformDriverOverrideProtocolGuid ## PRODUCED
|
||||||
|
|
||||||
|
[Depex]
|
||||||
|
gEfiFormBrowser2ProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid
|
|
@ -2,7 +2,7 @@
|
||||||
# NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
|
# NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
|
||||||
#
|
#
|
||||||
# This metronome module simulates metronome by Sleep WinAPI.
|
# 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
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -48,6 +48,6 @@
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||||
|
|
||||||
[depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Component description file for FlashMap PEI module
|
# Component description file for FlashMap PEI module
|
||||||
#
|
#
|
||||||
# This module installs FlashMap PPI which is used to get flash layout information.
|
# 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
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -45,15 +45,6 @@
|
||||||
PeimEntryPoint
|
PeimEntryPoint
|
||||||
DebugLib
|
DebugLib
|
||||||
|
|
||||||
|
|
||||||
[Guids]
|
|
||||||
gEfiFirmwareFileSystem2Guid # ALWAYS_CONSUMED
|
|
||||||
|
|
||||||
|
|
||||||
[Protocols]
|
|
||||||
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
||||||
|
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gNtFwhPpiGuid # PPI ALWAYS_CONSUMED
|
gNtFwhPpiGuid # PPI ALWAYS_CONSUMED
|
||||||
|
|
||||||
|
@ -69,3 +60,5 @@
|
||||||
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase
|
||||||
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase
|
gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase
|
||||||
|
|
||||||
|
[Depex]
|
||||||
|
gNtFwhPpiGuid
|
||||||
|
|
Loading…
Reference in New Issue