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]
|
[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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue