From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5235F1A1E10 for ; Mon, 22 Aug 2016 16:49:33 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 22 Aug 2016 16:49:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,562,1464678000"; d="scan'208";a="869612862" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by orsmga003.jf.intel.com with ESMTP; 22 Aug 2016 16:49:33 -0700 Received: from orsmsx115.amr.corp.intel.com (10.22.240.11) by ORSMSX110.amr.corp.intel.com (10.22.240.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 22 Aug 2016 16:49:32 -0700 Received: from orsmsx108.amr.corp.intel.com ([169.254.2.61]) by ORSMSX115.amr.corp.intel.com ([169.254.4.215]) with mapi id 14.03.0248.002; Mon, 22 Aug 2016 16:49:32 -0700 From: "Bjorge, Erik C" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" CC: "Gao, Liming" Thread-Topic: [edk2] [Patch] BaseTools: update BinaryFiles.txt file to add Pkcs7Sign Tool Thread-Index: AQHR/M9ivxVLK4QirE2Nyu6go4gtGKBVpd2g Date: Mon, 22 Aug 2016 23:49:31 +0000 Message-ID: <7FE3244EBB31F1449E4EC79CFE44E3F4796F3516@ORSMSX108.amr.corp.intel.com> References: <1471909570-102632-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1471909570-102632-1-git-send-email-yonghong.zhu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzgyYjU3NzItOWQyNy00YWY1LTk1YjAtZTkzMGIxMTQwNjQ0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpHbnhDQitlVHVQWDFIR1ZkZFNTSExXWTdsUDF2NU1LTWpUMXgxTnBiT1E9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [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:49:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Erik Bjorge > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Monday, August 22, 2016 4:46 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Bjorge, Erik C > > Subject: [edk2] [Patch] BaseTools: update BinaryFiles.txt file to add > Pkcs7Sign Tool >=20 > add Pkcs7Sign.exe and related pem file into BinaryFiles.txt for build > server to automatically build the binary win32 files. >=20 > 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(-) >=20 > 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 >=20 > [ExtraFiles.Win32] > TestSigningPrivateKey.pem > config.ini > exception.xml > +TestCert.pem > +TestCert.pub.pem > +TestRoot.pem > +TestRoot.pub.pem > +TestSub.pem > +TestSub.pub.pem >=20 > [CxFreeze.Win32] > _ctypes.pyd > _hashlib.pyd > _socket.pyd > -- > 2.6.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel