From: jljusten Date: Sun, 17 Apr 2011 05:47:30 +0000 (+0000) Subject: OptionRomPkg: Fix build error with BaseTools trunk X-Git-Tag: edk2-stable201903~14945 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f6e5ce5ccd555b75abddb59f6a6c0fa10066fae3 OptionRomPkg: Fix build error with BaseTools trunk Fix build error with BaseTools trunk. LibraryClasses should be used instead of Libraries. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11546 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf b/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf index e4da1461d0..64125b3340 100644 --- a/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf +++ b/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf @@ -24,7 +24,8 @@ [Sources.common] FrameBufferBltLib.c -[Libraries] +[LibraryClasses] + BaseLib BaseMemoryLib DebugLib diff --git a/OptionRomPkg/Library/GopBltLib/GopBltLib.inf b/OptionRomPkg/Library/GopBltLib/GopBltLib.inf index 138783bb10..25dbe19a34 100644 --- a/OptionRomPkg/Library/GopBltLib/GopBltLib.inf +++ b/OptionRomPkg/Library/GopBltLib/GopBltLib.inf @@ -24,7 +24,7 @@ [Sources.common] GopBltLib.c -[Libraries] +[LibraryClasses] BaseLib BaseMemoryLib DebugLib