Revision: 14756
          http://sourceforge.net/p/edk2/code/14756
Author:   vanjeff
Date:     2013-10-09 05:24:57 +0000 (Wed, 09 Oct 2013)
Log Message:
-----------
Sync patch r14754 from main trunk.
Correct LIBRARY_CLASS definition and declaration.

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/14754

Modified Paths:
--------------
    
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
    
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
    branches/UDK2010.SR1/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
    branches/UDK2010.SR1/SecurityPkg/SecurityPkg.dec

Modified: 
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
===================================================================
--- 
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
     2013-10-09 03:46:46 UTC (rev 14755)
+++ 
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
     2013-10-09 05:24:57 UTC (rev 14756)
@@ -19,7 +19,7 @@
   FILE_GUID                      = 158DC712-F15A-44dc-93BB-1675045BE066
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = HashLibBaseCrypto|DXE_DRIVER 
DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER 
+  LIBRARY_CLASS                  = HashLib|DXE_DRIVER DXE_RUNTIME_DRIVER 
DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER 
 
 #
 # The following information is for reference only and not required by the 
build tools.

Modified: 
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
===================================================================
--- 
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
     2013-10-09 03:46:46 UTC (rev 14755)
+++ 
branches/UDK2010.SR1/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
     2013-10-09 05:24:57 UTC (rev 14756)
@@ -19,7 +19,7 @@
   FILE_GUID                      = DDCBCFBA-8EEB-488a-96D6-097831A6E50B
   MODULE_TYPE                    = PEIM
   VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = HashLibBaseCrypto|PEIM
+  LIBRARY_CLASS                  = HashLib|PEIM
 
 #
 # The following information is for reference only and not required by the 
build tools.

Modified: branches/UDK2010.SR1/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf
===================================================================
--- branches/UDK2010.SR1/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf        
2013-10-09 03:46:46 UTC (rev 14755)
+++ branches/UDK2010.SR1/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.inf        
2013-10-09 05:24:57 UTC (rev 14756)
@@ -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.

Modified: branches/UDK2010.SR1/SecurityPkg/SecurityPkg.dec
===================================================================
--- branches/UDK2010.SR1/SecurityPkg/SecurityPkg.dec    2013-10-09 03:46:46 UTC 
(rev 14755)
+++ branches/UDK2010.SR1/SecurityPkg/SecurityPkg.dec    2013-10-09 05:24:57 UTC 
(rev 14756)
@@ -25,11 +25,16 @@
 [LibraryClasses]
   ##  @libraryclass  Definitions for common TPM commands as library API for TPM
   #                  module use.
-  TpmCommLib|Include/Library/TpmCommLib.h
+  HashLib|Include/Library/HashLib.h
+  PlatformSecureLib|Include/Library/PlatformSecureLib.h
+  TcgPhysicalPresenceLib|Include/Library/TcgPhysicalPresenceLib.h
   Tpm2CommandLib|Include/Library/Tpm2CommandLib.h
   Tpm2DeviceLib|Include/Library/Tpm2DeviceLib.h
+  Tpm12CommandLib|Include/Library/Tpm12CommandLib.h
+  Tpm12DeviceLib|Include/Library/Tpm12DeviceLib.h
+  TpmCommLib|Include/Library/TpmCommLib.h
+  TpmMeasurementLib|Include/Library/TpmMeasurementLib.h
   TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.h
-  TpmMeasurementLib|Include/Library/TpmMeasurementLib.h
 
 [Guids]
   ## Security package token space guid

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to