diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 03:42:38 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 03:42:38 +0000 |
commit | 30d3be341be9fd58007777f0b5b762d54a9352e9 (patch) | |
tree | a76265ff100ad8cb29e1c1f84756faa5269bf4ed /MdeModulePkg | |
parent | d6b69c1afe33401c4b149317b3acfd71a11df104 (diff) | |
download | edk2-platforms-30d3be341be9fd58007777f0b5b762d54a9352e9.tar.xz |
Add missing library class declaration.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5100 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 5 |
1 files changed, 4 insertions, 1 deletions
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 }}
|