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