mirror of https://github.com/acidanthera/audk.git
Add [depex] in inf file and dxs from file list in inf's [source] section.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2826 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b665a407eb
commit
076606899f
|
@ -43,7 +43,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
BootMode.dxs
|
|
||||||
BootMode.c
|
BootMode.c
|
||||||
CommonHeader.h
|
CommonHeader.h
|
||||||
|
|
||||||
|
@ -92,3 +91,5 @@
|
||||||
gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
|
gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
|
||||||
gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
|
gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
|
||||||
|
|
||||||
|
[depex]
|
||||||
|
TRUE
|
|
@ -47,7 +47,6 @@
|
||||||
FvbInfo.c
|
FvbInfo.c
|
||||||
FwBlockService.h
|
FwBlockService.h
|
||||||
FWBlockService.c
|
FWBlockService.c
|
||||||
Nt32Fwh.dxs
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -116,3 +115,5 @@
|
||||||
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
|
gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
|
||||||
|
|
||||||
|
[depex]
|
||||||
|
TRUE
|
|
@ -85,3 +85,5 @@
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||||
|
|
||||||
|
[depex]
|
||||||
|
TRUE
|
|
@ -43,7 +43,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
RealTimeClock.dxs
|
|
||||||
RealTimeClock.c
|
RealTimeClock.c
|
||||||
CommonHeader.h
|
CommonHeader.h
|
||||||
|
|
||||||
|
@ -93,3 +92,5 @@
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||||
|
|
||||||
|
[depex]
|
||||||
|
TRUE
|
|
@ -43,7 +43,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
WinNtAutoscan.dxs
|
|
||||||
WinntAutoscan.c
|
WinntAutoscan.c
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -93,3 +92,5 @@
|
||||||
gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_CONSUMED
|
gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_CONSUMED
|
||||||
gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED
|
gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED
|
||||||
|
|
||||||
|
[depex]
|
||||||
|
gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gPeiBaseMemoryTestPpiGuid
|
|
@ -43,7 +43,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
WinNtThunk.dxs
|
|
||||||
WinNtThunk.c
|
WinNtThunk.c
|
||||||
WinNtThunk.h
|
WinNtThunk.h
|
||||||
|
|
||||||
|
@ -94,3 +93,5 @@
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||||
gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||||
|
|
||||||
|
[depex]
|
||||||
|
TRUE
|
|
@ -43,7 +43,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
WinNtThunkPPIToProtocol.dxs
|
|
||||||
WinNtThunkPPIToProtocol.c
|
WinNtThunkPPIToProtocol.c
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -102,3 +101,5 @@
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED
|
gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED
|
||||||
|
|
||||||
|
[depex]
|
||||||
|
gPeiNtThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid
|
Loading…
Reference in New Issue