diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 14:50:15 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 14:50:15 +0000 |
commit | 7b77fbc6669ee79769da921b638be355ba60a508 (patch) | |
tree | 811b795309fb4ff58ff1fa8f3efe89fab381aae4 /MdeModulePkg | |
parent | 6ec032f84a3b84dddf7ecf40174db2e9871eefaa (diff) | |
download | edk2-7b77fbc6669ee79769da921b638be355ba60a508.zip edk2-7b77fbc6669ee79769da921b638be355ba60a508.tar.gz edk2-7b77fbc6669ee79769da921b638be355ba60a508.tar.bz2 |
Replace dxs file with [depex] section
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2856 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
8 files changed, 75 insertions, 9 deletions
diff --git a/MdeModulePkg/Universal/Capsule/RuntimeDxe/CapsuleRuntime.inf b/MdeModulePkg/Universal/Capsule/RuntimeDxe/CapsuleRuntime.inf index e599ebd..b191ad4 100644 --- a/MdeModulePkg/Universal/Capsule/RuntimeDxe/CapsuleRuntime.inf +++ b/MdeModulePkg/Universal/Capsule/RuntimeDxe/CapsuleRuntime.inf @@ -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
diff --git a/MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf b/MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf index 7367062..d6283a8 100644 --- a/MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf +++ b/MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf @@ -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
diff --git a/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.inf b/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.inf index 39422f2..155b4e2 100644 --- a/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.inf +++ b/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.inf @@ -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
diff --git a/MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/Crc32SectionExtract.inf b/MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/Crc32SectionExtract.inf index 69becb8..9bce71f 100644 --- a/MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/Crc32SectionExtract.inf +++ b/MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/Crc32SectionExtract.inf @@ -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
diff --git a/MdeModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.inf b/MdeModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.inf index f10ed27..3abc0fa 100644 --- a/MdeModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.inf +++ b/MdeModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.inf @@ -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
\ No newline at end of file diff --git a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf index ec17cea..fbfe272 100644 --- a/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf +++ b/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf @@ -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
\ No newline at end of file diff --git a/MdeModulePkg/Universal/VariablePei/Variable.inf b/MdeModulePkg/Universal/VariablePei/Variable.inf index 58525c2..44d7ecf 100644 --- a/MdeModulePkg/Universal/VariablePei/Variable.inf +++ b/MdeModulePkg/Universal/VariablePei/Variable.inf @@ -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
diff --git a/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf b/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf index c9d9f92..a8d1461 100644 --- a/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf +++ b/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf @@ -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
+
+
|