diff options
author | jyao1 <jyao1> | 2013-10-09 02:52:51 +0000 |
---|---|---|
committer | jyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-10-09 02:52:51 +0000 |
commit | 22f89647b01733d5c75f07da31c07d18046e198d (patch) | |
tree | e69cd02a23ed2b4e343e0c31a8c0463123156640 /SecurityPkg/Library/HashLibTpm2 | |
parent | 9a95972e6a2fa19ff46c36098818fa5e76971a62 (diff) | |
download | edk2-platforms-22f89647b01733d5c75f07da31c07d18046e198d.tar.xz |
TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.h
Correct LIBRARY_CLASS definition and declaration.
signed off by : jiewen, yao jiewen.yao@intel.com
reviewed by : liming, gao liming.gao@intel.com
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14754 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Library/HashLibTpm2')
-rw-r--r-- | SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf b/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf index ebd81a2dc7..ffcc8b9e2c 100644 --- a/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf +++ b/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf @@ -17,7 +17,7 @@ FILE_GUID = 1317F0D5-7842-475c-B1CA-6EDC20DCBE7D
MODULE_TYPE = BASE
VERSION_STRING = 1.0
- LIBRARY_CLASS = HashLibTpm2
+ LIBRARY_CLASS = HashLib
#
# The following information is for reference only and not required by the build tools.
|