diff options
author | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-08-23 07:44:20 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2016-08-23 07:58:07 +0800 |
commit | 759be99db5d0d4d5b2eb73e110c701e83bdee7ab (patch) | |
tree | aefb72ba0bedf372c241039c523642ef59fc86f4 /BaseTools | |
parent | a07901418affc8d357ad319c6dec993cc00d6915 (diff) | |
download | edk2-platforms-759be99db5d0d4d5b2eb73e110c701e83bdee7ab.tar.xz |
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>
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Source/BinaryFiles.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/BaseTools/Source/BinaryFiles.txt b/BaseTools/Source/BinaryFiles.txt index ec66cdf981..7b014a71e4 100644 --- a/BaseTools/Source/BinaryFiles.txt +++ b/BaseTools/Source/BinaryFiles.txt @@ -11,7 +11,7 @@ # 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.<BR>
+# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available under
# the terms and conditions of the BSD License which accompanies this distribution.
@@ -58,11 +58,18 @@ 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
|