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:
qhuang8 2007-06-28 14:50:15 +00:00
parent 6ec032f84a
commit 7b77fbc666
8 changed files with 75 additions and 9 deletions

View File

@ -43,7 +43,6 @@
################################################################################ ################################################################################
[Sources.common] [Sources.common]
Capsule.dxs
CapsuleService.h CapsuleService.h
CapsuleService.c CapsuleService.c
Capsule.c Capsule.c
@ -119,3 +118,12 @@
PcdMaxSizeNonPopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid PcdMaxSizeNonPopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid
PcdMaxSizePopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid PcdMaxSizePopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid
################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
gEfiVariableArchProtocolGuid

View File

@ -44,7 +44,6 @@
################################################################################ ################################################################################
[Sources.common] [Sources.common]
Ebc.dxs
EbcExecute.h EbcExecute.h
EbcExecute.c EbcExecute.c
EbcInt.h EbcInt.h
@ -106,3 +105,12 @@
gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
TRUE

View File

@ -43,7 +43,6 @@
################################################################################ ################################################################################
[Sources.common] [Sources.common]
FtwLite.dxs
FtwWorkSpace.c FtwWorkSpace.c
FtwMisc.c FtwMisc.c
FtwLite.c FtwLite.c
@ -131,3 +130,12 @@
PcdFlashNvStorageFtwSpareSize|gEfiGenericPlatformTokenSpaceGuid PcdFlashNvStorageFtwSpareSize|gEfiGenericPlatformTokenSpaceGuid
PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid
################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid

View File

@ -43,7 +43,6 @@
################################################################################ ################################################################################
[Sources.common] [Sources.common]
Crc32SectionExtract.dxs
GuidedSection.h GuidedSection.h
GuidedSection.c GuidedSection.c
Crc32SectionExtract.h Crc32SectionExtract.h
@ -86,3 +85,13 @@
[Protocols] [Protocols]
gEfiSecurityPolicyProtocolGuid # PROTOCOL SOMETIMES_CONSUMED gEfiSecurityPolicyProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
gEfiCrc32GuidedSectionExtractionProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiCrc32GuidedSectionExtractionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
gEfiRuntimeArchProtocolGuid

View File

@ -44,7 +44,6 @@
################################################################################ ################################################################################
[Sources.common] [Sources.common]
NullMemoryTest.dxs
NullMemoryTest.h NullMemoryTest.h
NullMemoryTest.c NullMemoryTest.c
@ -86,3 +85,12 @@
[Protocols] [Protocols]
gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_PRODUCED
################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
TRUE

View File

@ -44,7 +44,6 @@
[Sources.common] [Sources.common]
SecurityStub.c SecurityStub.c
SecurityStub.h SecurityStub.h
SecurityStub.dxs
################################################################################ ################################################################################
@ -91,3 +90,12 @@
[Protocols] [Protocols]
gEfiSecurityArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiSecurityArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
TRUE

View File

@ -43,7 +43,6 @@
################################################################################ ################################################################################
[Sources.common] [Sources.common]
Variable.dxs
Variable.c Variable.c
Variable.h Variable.h
@ -131,5 +130,12 @@
[PcdsDynamic.common] [PcdsDynamic.common]
PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid
[depex] ################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
TRUE TRUE

View File

@ -45,7 +45,6 @@
################################################################################ ################################################################################
[Sources.common] [Sources.common]
Variable.dxs
InitVariable.c InitVariable.c
reclaim.c reclaim.c
reclaim.h reclaim.h
@ -121,3 +120,15 @@
PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid
PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid
################################################################################
#
# Dependency Expression Section - list of Dependency expressions that are required for
# this module.
#
################################################################################
[Depex]
gEfiFirmwareVolumeBlockProtocolGuid AND gEfiAlternateFvBlockGuid AND gEfiFaultTolerantWriteLiteProtocolGuid