]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix GCC build failure
authorZhang, Chao B <chao.b.zhang@intel.com>
Mon, 10 Oct 2016 08:42:01 +0000 (16:42 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Mon, 10 Oct 2016 08:49:33 +0000 (16:49 +0800)
GCC is case sensitive. Also add BaseMemoryLib in INF.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Gao Liming <liming.gao@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c
SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf

index 8fcce74aef3753d049e011b9f2990a384371cc04..c03b42b64f0d36ad664cc682b4bc8e42347ea765 100644 (file)
@@ -28,7 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/SmmVariable.h>\r
 \r
 #include <Library/DebugLib.h>\r
-#include <Library/BaseMemorylib.h>\r
+#include <Library/BaseMemoryLib.h>\r
 #include <Library/Tcg2PpVendorLib.h>\r
 #include <Library/SmmServicesTableLib.h>\r
 \r
index a351dcbaf2720776313249973db03608ef2cf695..5fa84b10244c081ece6d4aa952e5800b5b65347d 100644 (file)
@@ -45,7 +45,8 @@
   DebugLib\r
   Tcg2PpVendorLib\r
   SmmServicesTableLib\r
-  \r
+  BaseMemoryLib\r
+\r
 [Guids]\r
   ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
   ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r