From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3EE9C1A1E10 for ; Mon, 22 Aug 2016 16:46:14 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 22 Aug 2016 16:46:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,562,1464678000"; d="scan'208";a="752227047" Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.144]) by FMSMGA003.fm.intel.com with ESMTP; 22 Aug 2016 16:46:12 -0700 From: Yonghong Zhu To: edk2-devel@lists.01.org Cc: Liming Gao , Erik Bjorge Date: Tue, 23 Aug 2016 07:46:10 +0800 Message-Id: <1471909570-102632-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [Patch] BaseTools: update BinaryFiles.txt file to add Pkcs7Sign Tool X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 23:46:14 -0000 add Pkcs7Sign.exe and related pem file into BinaryFiles.txt for build server to automatically build the binary win32 files. Cc: Liming Gao Cc: Erik Bjorge Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu --- BaseTools/Source/BinaryFiles.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BaseTools/Source/BinaryFiles.txt b/BaseTools/Source/BinaryFiles.txt index ec66cdf..7b014a7 100644 --- a/BaseTools/Source/BinaryFiles.txt +++ b/BaseTools/Source/BinaryFiles.txt @@ -9,11 +9,11 @@ # [ExtraFiles.Win32] section. # The [CxFreeze.Win32] section is maintained by the owner of the Build Server who # must ensure that files that are required by the cx_freeze frozen binaries are # present in the Bin\Win32 directory. # -# Copyright (c) 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License which accompanies this distribution. # The full text of the license may be found at: # http://opensource.org/licenses/bsd-license.php @@ -56,15 +56,22 @@ TargetTool.exe TianoCompress.exe Trim.exe UPT.exe VfrCompile.exe VolInfo.exe +Pkcs7Sign.exe [ExtraFiles.Win32] TestSigningPrivateKey.pem config.ini exception.xml +TestCert.pem +TestCert.pub.pem +TestRoot.pem +TestRoot.pub.pem +TestSub.pem +TestSub.pub.pem [CxFreeze.Win32] _ctypes.pyd _hashlib.pyd _socket.pyd -- 2.6.1.windows.1