From cd1c96046968581cc87d306ca8b06cc97784554b Mon Sep 17 00:00:00 2001 From: Yonghong Zhu Date: Mon, 15 Aug 2016 17:12:12 +0800 Subject: BaseTools: Add the PKCS7 tool Provide the PKCS7 Tool to support the CertType - EFI_CERT_TYPE_PKCS7_GUID, then user can use this tool to add EFI_FIRMWARE_IMAGE_AUTHENTICATION for a binary. Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao Reviewed-by: Liming Gao --- BaseTools/Conf/tools_def.template | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'BaseTools/Conf') diff --git a/BaseTools/Conf/tools_def.template b/BaseTools/Conf/tools_def.template index 42a3ca04b0..d8e3e3dc13 100755 --- a/BaseTools/Conf/tools_def.template +++ b/BaseTools/Conf/tools_def.template @@ -7670,6 +7670,12 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F *_*_*_VPDTOOL_PATH = BPDG *_*_*_VPDTOOL_GUID = 8C3D856A-9BE6-468E-850A-24F7A8D38E08 +################## +# Pkcs7Sign tool definitions +################## +*_*_*_PKCS7SIGN_PATH = Pkcs7Sign +*_*_*_PKCS7SIGN_GUID = 4AAFD29D-68DF-49EE-8AA9-347D375665A7 + ################## # NASM tool definitions ################## -- cgit v1.2.3