mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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]
|
||||
BootMode.dxs
|
||||
BootMode.c
|
||||
CommonHeader.h
|
||||
|
||||
@ -92,3 +91,5 @@
|
||||
gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
|
||||
gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
|
||||
|
||||
[depex]
|
||||
TRUE
|
@ -47,7 +47,6 @@
|
||||
FvbInfo.c
|
||||
FwBlockService.h
|
||||
FWBlockService.c
|
||||
Nt32Fwh.dxs
|
||||
|
||||
|
||||
################################################################################
|
||||
@ -116,3 +115,5 @@
|
||||
gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
|
||||
|
||||
[depex]
|
||||
TRUE
|
@ -85,3 +85,5 @@
|
||||
[Protocols]
|
||||
gEfiMetronomeArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
[depex]
|
||||
TRUE
|
@ -43,7 +43,6 @@
|
||||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
RealTimeClock.dxs
|
||||
RealTimeClock.c
|
||||
CommonHeader.h
|
||||
|
||||
@ -93,3 +92,5 @@
|
||||
[Protocols]
|
||||
gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
[depex]
|
||||
TRUE
|
@ -43,7 +43,6 @@
|
||||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
WinNtAutoscan.dxs
|
||||
WinntAutoscan.c
|
||||
|
||||
################################################################################
|
||||
@ -93,3 +92,5 @@
|
||||
gPeiBaseMemoryTestPpiGuid # PPI ALWAYS_CONSUMED
|
||||
gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED
|
||||
|
||||
[depex]
|
||||
gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gPeiBaseMemoryTestPpiGuid
|
@ -43,7 +43,6 @@
|
||||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
WinNtThunk.dxs
|
||||
WinNtThunk.c
|
||||
WinNtThunk.h
|
||||
|
||||
@ -94,3 +93,5 @@
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
[depex]
|
||||
TRUE
|
@ -43,7 +43,6 @@
|
||||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
WinNtThunkPPIToProtocol.dxs
|
||||
WinNtThunkPPIToProtocol.c
|
||||
|
||||
################################################################################
|
||||
@ -102,3 +101,5 @@
|
||||
[Ppis]
|
||||
gPeiNtThunkPpiGuid # PPI ALWAYS_CONSUMED
|
||||
|
||||
[depex]
|
||||
gPeiNtThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid
|
Loading…
x
Reference in New Issue
Block a user