From f705342a8299eaaf7d9dbc49804568e4c899f3db Mon Sep 17 00:00:00 2001 From: Shumin Qiu Date: Tue, 10 Feb 2015 07:31:34 +0000 Subject: MdePkg: Add missing library classes in DEC declaration. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16821 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/MdePkg.dec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MdePkg/MdePkg.dec') diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 89b40c0f50..2aa69d18d0 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -150,6 +150,9 @@ ## @libraryclass Provide services to access I/O Ports and MMIO registers. IoLib|Include/Library/IoLib.h + + ## @libraryclass Provide services to create, get and update HSTI table in AIP protocol. + HstiLib|Include/Library/HstiLib.h ## @libraryclass Provides services to create and parse HOBs. Only available for PEI and DXE module types. HobLib|Include/Library/HobLib.h -- cgit v1.2.3