mirror of https://github.com/acidanthera/audk.git
Add NewHii and UefiHiiService library class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8051 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f629878e1a
commit
9a6dcbf302
|
@ -75,6 +75,15 @@
|
||||||
##
|
##
|
||||||
MemoryTestLib|Include/Library/MemoryTestLib.h
|
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]
|
[Guids.common]
|
||||||
## MdeModule package token space guid
|
## MdeModule package token space guid
|
||||||
## Include/Guid/MdeModulePkgTokenSpace.h
|
## Include/Guid/MdeModulePkgTokenSpace.h
|
||||||
|
|
Loading…
Reference in New Issue