mirror of https://github.com/acidanthera/audk.git
Replace dxs file with [depex] section
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2856 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6ec032f84a
commit
7b77fbc666
|
@ -43,7 +43,6 @@
|
|||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
Capsule.dxs
|
||||
CapsuleService.h
|
||||
CapsuleService.c
|
||||
Capsule.c
|
||||
|
@ -119,3 +118,12 @@
|
|||
PcdMaxSizeNonPopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid
|
||||
PcdMaxSizePopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
gEfiVariableArchProtocolGuid
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
Ebc.dxs
|
||||
EbcExecute.h
|
||||
EbcExecute.c
|
||||
EbcInt.h
|
||||
|
@ -106,3 +105,12 @@
|
|||
gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
FtwLite.dxs
|
||||
FtwWorkSpace.c
|
||||
FtwMisc.c
|
||||
FtwLite.c
|
||||
|
@ -131,3 +130,12 @@
|
|||
PcdFlashNvStorageFtwSpareSize|gEfiGenericPlatformTokenSpaceGuid
|
||||
PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
Crc32SectionExtract.dxs
|
||||
GuidedSection.h
|
||||
GuidedSection.c
|
||||
Crc32SectionExtract.h
|
||||
|
@ -86,3 +85,13 @@
|
|||
[Protocols]
|
||||
gEfiSecurityPolicyProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
|
||||
gEfiCrc32GuidedSectionExtractionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
gEfiRuntimeArchProtocolGuid
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
NullMemoryTest.dxs
|
||||
NullMemoryTest.h
|
||||
NullMemoryTest.c
|
||||
|
||||
|
@ -86,3 +85,12 @@
|
|||
[Protocols]
|
||||
gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
TRUE
|
|
@ -44,7 +44,6 @@
|
|||
[Sources.common]
|
||||
SecurityStub.c
|
||||
SecurityStub.h
|
||||
SecurityStub.dxs
|
||||
|
||||
|
||||
################################################################################
|
||||
|
@ -91,3 +90,12 @@
|
|||
[Protocols]
|
||||
gEfiSecurityArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
TRUE
|
|
@ -43,7 +43,6 @@
|
|||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
Variable.dxs
|
||||
Variable.c
|
||||
Variable.h
|
||||
|
||||
|
@ -131,5 +130,12 @@
|
|||
[PcdsDynamic.common]
|
||||
PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid
|
||||
|
||||
[depex]
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
################################################################################
|
||||
|
||||
[Sources.common]
|
||||
Variable.dxs
|
||||
InitVariable.c
|
||||
reclaim.c
|
||||
reclaim.h
|
||||
|
@ -121,3 +120,15 @@
|
|||
PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid
|
||||
PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Dependency Expression Section - list of Dependency expressions that are required for
|
||||
# this module.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
[Depex]
|
||||
gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid AND gEfiFaultTolerantWriteLiteProtocolGuid
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue