mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 07:04:28 +02:00
SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix GCC build failure
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>
This commit is contained in:
parent
cf8140930a
commit
87c04781d5
@ -28,7 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#include <Protocol/SmmVariable.h>
|
#include <Protocol/SmmVariable.h>
|
||||||
|
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/BaseMemorylib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/Tcg2PpVendorLib.h>
|
#include <Library/Tcg2PpVendorLib.h>
|
||||||
#include <Library/SmmServicesTableLib.h>
|
#include <Library/SmmServicesTableLib.h>
|
||||||
|
|
||||||
|
@ -45,7 +45,8 @@
|
|||||||
DebugLib
|
DebugLib
|
||||||
Tcg2PpVendorLib
|
Tcg2PpVendorLib
|
||||||
SmmServicesTableLib
|
SmmServicesTableLib
|
||||||
|
BaseMemoryLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"
|
## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"
|
||||||
## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"
|
## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user