diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 08:42:57 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 08:42:57 +0000 |
commit | 804dbc37ed454609f4b4ab19fed1a49da8b0472a (patch) | |
tree | 37b343f3836c8c83ffe2edbad3d76f9725cded05 /MdeModulePkg/MdeModulePkg.dec | |
parent | eae739d438614fb3b00d0dd7ad7dac6cbb7899f7 (diff) | |
download | edk2-804dbc37ed454609f4b4ab19fed1a49da8b0472a.zip edk2-804dbc37ed454609f4b4ab19fed1a49da8b0472a.tar.gz edk2-804dbc37ed454609f4b4ab19fed1a49da8b0472a.tar.bz2 |
Update [LibraryClasses] section for the updated library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6505 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 267d970..303a938 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -49,6 +49,12 @@ ## @libraryclass Basic platform driver override functions.
PlatDriOverLib|Include/Library/PlatDriOverLib.h
+
+ ## @libraryclass Provides HII related functions.
+ HiiLib|Include/Library/HiiLib.h
+
+ ## @libraryclass Provides a set of interfaces to do IFR opcode creation and interact with a UEFI Form Browser.
+ IfrSupportLib|Include/Library/IfrSupportLib.h
## @libraryclass Includes two extended HII functions to create and destory Hii Package
# by create the virtual Driver Handle.
@@ -72,6 +78,11 @@ ## @libraryclass Library for Deferred Procedure Calls.
DpcLib|Include/Library/DpcLib.h
+ ## @libraryclass Provides all FVB runtime services defined in PI specification FVB protocol to provide
+ # low level control interfaces over block-oriented firmware devices.
+ ##
+ FvbServiceLib|Include/Library/FvbServiceLib.h
+
[Guids.common]
## MdeModule package token space guid
gEfiMdeModulePkgTokenSpaceGuid = { 0xA1AFF049, 0xFDEB, 0x442a, { 0xB3, 0x20, 0x13, 0xAB, 0x4C, 0xB7, 0x2B, 0xBC }}
|