diff options
author | Eric Dong <eric.dong@intel.com> | 2015-11-23 05:42:50 +0000 |
---|---|---|
committer | ydong10 <ydong10@Edk2> | 2015-11-23 05:42:50 +0000 |
commit | 78b6eb659d5f40abcac1236bb0019499692c494e (patch) | |
tree | 9d6cd902f6bc21a17012648e45d8e11e569cfc4b /MdeModulePkg/MdeModulePkg.dsc | |
parent | 515575f737f2d4aa3baff75649842f87fd8d5dd0 (diff) | |
download | edk2-78b6eb659d5f40abcac1236bb0019499692c494e.zip edk2-78b6eb659d5f40abcac1236bb0019499692c494e.tar.gz edk2-78b6eb659d5f40abcac1236bb0019499692c494e.tar.bz2 |
MdeModulePkg DxeFileExplorerProtocol: Create wrapper fileexplorer library.
This library wrapper explorer protocol and produce the file explorer library.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18919 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dsc')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index a1fd719..66ea9c5 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -289,6 +289,7 @@ MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf
MdeModulePkg/Library/PlatformVarCleanupLib/PlatformVarCleanupLib.inf
MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
+ MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
|