mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
BaseTools: update BinaryFiles.txt file to add Pkcs7Sign Tool
add Pkcs7Sign.exe and related pem file into BinaryFiles.txt for build server to automatically build the binary win32 files. Cc: Liming Gao <liming.gao@intel.com> CC: Erik Bjorge <erik.c.bjorge@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
This commit is contained in:
parent
a07901418a
commit
759be99db5
@ -11,7 +11,7 @@
|
|||||||
# must ensure that files that are required by the cx_freeze frozen binaries are
|
# must ensure that files that are required by the cx_freeze frozen binaries are
|
||||||
# present in the Bin\Win32 directory.
|
# present in the Bin\Win32 directory.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials are licensed and made available under
|
# 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 terms and conditions of the BSD License which accompanies this distribution.
|
||||||
@ -58,11 +58,18 @@ Trim.exe
|
|||||||
UPT.exe
|
UPT.exe
|
||||||
VfrCompile.exe
|
VfrCompile.exe
|
||||||
VolInfo.exe
|
VolInfo.exe
|
||||||
|
Pkcs7Sign.exe
|
||||||
|
|
||||||
[ExtraFiles.Win32]
|
[ExtraFiles.Win32]
|
||||||
TestSigningPrivateKey.pem
|
TestSigningPrivateKey.pem
|
||||||
config.ini
|
config.ini
|
||||||
exception.xml
|
exception.xml
|
||||||
|
TestCert.pem
|
||||||
|
TestCert.pub.pem
|
||||||
|
TestRoot.pem
|
||||||
|
TestRoot.pub.pem
|
||||||
|
TestSub.pem
|
||||||
|
TestSub.pub.pem
|
||||||
|
|
||||||
[CxFreeze.Win32]
|
[CxFreeze.Win32]
|
||||||
_ctypes.pyd
|
_ctypes.pyd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user