From 30d3be341be9fd58007777f0b5b762d54a9352e9 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 21 Apr 2008 03:42:38 +0000 Subject: [PATCH] Add missing library class declaration. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5100 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 78f298ac60..98a66e58f4 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -37,7 +37,10 @@ PlatDriOverLib|Include/Library/PlatDriOverLib.h ExtendedHiiLib|Include/Library/ExtendedHiiLib.h ExtendedIfrSupportLib|Include/Library/ExtendedIfrSupportLib.h - + CapsuleLib|Include/Library/CapsuleLib.h + PlatformBdsLib|Include/Library/PlatformBdsLib.h + GenericBdsLib|Include/Library/GenericBdsLib.h + [Guids.common] gPcdDataBaseHobGuid = { 0xEA296D92, 0x0B69, 0x423C, { 0x8C, 0x28, 0x33, 0xB4, 0xE0, 0xA9, 0x12, 0x68 }}