From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/EM/TCG2/CRB_lib/Tpm2PttLibrary.mak | 52 +++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Core/EM/TCG2/CRB_lib/Tpm2PttLibrary.mak (limited to 'Core/EM/TCG2/CRB_lib/Tpm2PttLibrary.mak') diff --git a/Core/EM/TCG2/CRB_lib/Tpm2PttLibrary.mak b/Core/EM/TCG2/CRB_lib/Tpm2PttLibrary.mak new file mode 100644 index 0000000..1c2be5c --- /dev/null +++ b/Core/EM/TCG2/CRB_lib/Tpm2PttLibrary.mak @@ -0,0 +1,52 @@ +# /*++ +# Copyright (c) 2009 Intel Corporation. All rights reserved. +# This software and associated documentation (if any) is furnished +# under a license and may only be used or copied in accordance +# with the terms of the license. Except as permitted by such +# license, no part of this software or documentation may be +# reproduced, stored in a retrieval system, or transmitted in any +# form or by any means without the express written consent of +# Intel Corporation. +# --*/ +# MAK file for the ModulePart:AtDxeLib +Tpm2PttLibrary_Lib : $(BUILD_DIR)\Tpm2PttLibrary.mak Tpm2PttDxeLibBin Tpm2PttPeiLibBin +$(BUILD_DIR)\Tpm2PttLibrary.lib: Tpm2PttLibrary_Lib +$(BUILD_DIR)\IA32\Tpm2PttLibrary.lib: Tpm2PttLibrary_Lib + +$(BUILD_DIR)\Tpm2PttLibrary.mak : $(Tpm2PttLibrary_DIR)\Tpm2PttLibrary.cif $(Tpm2PttLibrary_DIR)\Tpm2PttLibrary.mak $(BUILD_RULES) + $(CIF2MAK) $(Tpm2PttLibrary_DIR)\Tpm2PttLibrary.cif $(CIF2MAK_DEFAULTS) + +LIB_CFLAGS=$(CFLAGS)\ + /I$(TPM20_CRBLIB)\ + /I$(TCG_DIR)\Common\ + /I$(Tpm2PttLibrary_DIR)\ + /I$(TCG_DIR)\ + +Tpm2PttDxeLibBin : + $(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS)\ + /f $(BUILD_DIR)\Tpm2PttLibrary.mak all \ + "CFLAGS=$(LIB_CFLAGS) "\ + LIBRARY_NAME=$(BUILD_DIR)\Tpm2PttLibrary.lib\ + TYPE=LIBRARY + + +Tpm2PttPeiLibBin : + $(MAKE) /$(MAKEFLAGS) $(BUILD_DEFAULTS) BUILD_DIR=$(BUILD_DIR)\IA32\ + /f $(BUILD_DIR)\Tpm2PttLibrary.mak all \ + "CFLAGS=$(LIB_CFLAGS) "\ + TYPE=PEI_LIBRARY + + +#********************************************************************** +#********************************************************************** +#** ** +#** (C)Copyright 1985-2006, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 6145-F Northbelt Pkwy, Norcross, GA 30071 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#********************************************************************** +#********************************************************************** -- cgit v1.2.3