blob: fbadf6c9d908c3d15699a76414dbc8d3c828d8b7 [file] [log] [blame]
Vishal Bhoj82c80712015-12-15 21:13:33 +05301## @file
2# This file lists all of the tool files that must be present in the Bin trees.
3#
4# This file is used by the EDK II Build Server that automatically builds the
5# BaseTools Win32 binaries.
6# When new tools are create, the tool executable must be listed in the [Bin.Win32]
7# section.
8# If a tool requires additional files, the developer must list those files in the
9# [ExtraFiles.Win32] section.
10# The [CxFreeze.Win32] section is maintained by the owner of the Build Server who
11# must ensure that files that are required by the cx_freeze frozen binaries are
12# present in the Bin\Win32 directory.
13#
14# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
15#
16# This program and the accompanying materials are licensed and made available under
17# the terms and conditions of the BSD License which accompanies this distribution.
18# The full text of the license may be found at:
19# http://opensource.org/licenses/bsd-license.php
20#
21# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
22# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
23#
24##
25
26[Bin.Win32]
27build.exe
28BPDG.exe
29BootSectImage.exe
30Common.PyUtility.pyd
31EfiCompressor.pyd
32EfiLdrImage.exe
33EfiRom.exe
34Eot.EfiCompressor.pyd
35Eot.LzmaCompressor.pyd
36GenBootSector.exe
37GenCrc32.exe
38GenDepex.exe
39GenFds.exe
40GenFfs.exe
41GenFv.exe
42GenFw.exe
43GenPage.exe
44GenPatchPcdTable.exe
45GenSec.exe
46GenVtf.exe
47ImportTool.bat
48LzmaCompress.exe
49LzmaF86Compress.bat
50PatchPcdValue.exe
51Rsa2048Sha256GenerateKeys.exe
52Rsa2048Sha256Sign.exe
53Split.exe
54TargetTool.exe
55TianoCompress.exe
56Trim.exe
57UPT.exe
58VfrCompile.exe
59VolInfo.exe
60
61[ExtraFiles.Win32]
62TestSigningPrivateKey.pem
63
64[CxFreeze.Win32]
65_ctypes.pyd
66_hashlib.pyd
67_socket.pyd
68_sqlite3.pyd
69_ssl.pyd
70pyexpat.pyd
71python27.dll
72select.pyd
73sqlite3.dll
74msvcr71.dll