diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-02-10 07:31:34 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-02-10 07:31:34 +0000 |
commit | f705342a8299eaaf7d9dbc49804568e4c899f3db (patch) | |
tree | cc35ae78ed3f4bc91006ac4550532a7751ffa795 /MdePkg | |
parent | 6e6f5e030b84ee8aff7c2e7d11e6f0ae3657879f (diff) | |
download | edk2-platforms-f705342a8299eaaf7d9dbc49804568e4c899f3db.tar.xz |
MdePkg: Add missing library classes in DEC declaration.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16821 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/MdePkg.dec | 3 |
1 files changed, 3 insertions, 0 deletions
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
|