diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-11-12 05:23:25 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-11-12 05:23:25 +0000 |
commit | 8dfe7fd239309cd4453adb96913eb692f463f6cc (patch) | |
tree | a204682432c04c5499401f277e8f39bfda945f17 /MdeModulePkg/MdeModulePkg.dsc | |
parent | 328de7ae41548ce044194160c5a629ba7b57d8dd (diff) | |
download | edk2-8dfe7fd239309cd4453adb96913eb692f463f6cc.zip edk2-8dfe7fd239309cd4453adb96913eb692f463f6cc.tar.gz edk2-8dfe7fd239309cd4453adb96913eb692f463f6cc.tar.bz2 |
MdeModulePkg: Add BootLogoLib to provide interfaces about logo display.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18772 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 5e3d876..5c28fab 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -278,6 +278,7 @@ MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf
+ MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf
MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
|