diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-09 15:18:19 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-09 15:18:19 +0000 |
commit | 9a6dcbf3027c5677afe5d6ca5b51588c1ded3d4e (patch) | |
tree | fcf72d32efd2296e7f45ada2e8b219913671725e | |
parent | f629878e1a7e6dbc1126b84c4ca68d0b5fb83f0d (diff) | |
download | edk2-platforms-9a6dcbf3027c5677afe5d6ca5b51588c1ded3d4e.tar.xz |
Add NewHii and UefiHiiService library class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8051 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index a5e348f95b..9100262abe 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -75,6 +75,15 @@ ##
MemoryTestLib|Include/Library/MemoryTestLib.h
+ ## @libraryclass Provides APIs for HII related functions.
+ ##
+ NewHiiLib|MdeModulePkg/Include/Library/NewHiiLib.h
+
+ ## @libraryclass Provides global variables that are pointers
+ ## to the UEFI HII related protocols.
+ ##
+ UefiHiiServicesLib|MdeModulePkg/Include/Library/UefiHiiServicesLib.h
+
[Guids.common]
## MdeModule package token space guid
## Include/Guid/MdeModulePkgTokenSpace.h
|