From 62d8cb3b9ceba5e5b29609ebc71715f523738f85 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Thu, 30 Jun 2016 10:59:42 +0800 Subject: MdeModulePkg: Add FrameBufferBltLib library class This library provides interfaces to perform UEFI Graphics Output Protocol Video BLT operations. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Feng Tian Cc: Justen Jordan Reviewed-by: Laszlo Ersek --- MdeModulePkg/MdeModulePkg.dec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MdeModulePkg/MdeModulePkg.dec') diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 6d13760..d915218 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -153,6 +153,10 @@ # MemoryProfileLib|Include/Library/MemoryProfileLib.h + ## @libraryclass Provides an interface for performing UEFI Graphics Output Protocol Video blt operations. + ## + FrameBufferBltLib|Include/Library/FrameBufferBltLib.h + [Guids] ## MdeModule package token space guid # Include/Guid/MdeModulePkgTokenSpace.h -- cgit v1.1