diff options
author | Brendan Jackman <brendan.jackman@arm.com> | 2014-12-23 03:18:04 +0000 |
---|---|---|
committer | erictian <erictian@Edk2> | 2014-12-23 03:18:04 +0000 |
commit | 9da91aea69569feceb23cf502c81a32a4121d362 (patch) | |
tree | 38d6575f6e1e1b33302f1969613f89b139daa11a /MdeModulePkg/MdeModulePkg.dsc | |
parent | 32d258b5e78f0f45562a0cad909fd4add4b521d0 (diff) | |
download | edk2-platforms-9da91aea69569feceb23cf502c81a32a4121d362.tar.xz |
MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to executable files in FVs.
This module implements Simple FileSystem protocol over Firmware Volume (FV).
EFI Modules included into a FV can be listed and launched from the EFI Shell or any other EFI applications.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Brendan Jackman <brendan.jackman@arm.com>
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16547 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dsc')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 0b47698afa..702ffc2ef2 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -336,8 +336,10 @@ <LibraryClasses>
NULL|MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.inf
}
-
-[Components.IA32, Components.X64, Components.IPF]
+
+ MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
+
+[Components.IA32, Components.X64, Components.IPF]
MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|