Last change
on this file since 77599 was 58464, checked in by vboxsync, 10 years ago |
EFI/Firmware: Export new files and directories.
|
File size:
1.8 KB
|
Line | |
---|
1 | ## @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]
|
---|
27 | build.exe
|
---|
28 | BPDG.exe
|
---|
29 | BootSectImage.exe
|
---|
30 | Common.PyUtility.pyd
|
---|
31 | EfiCompressor.pyd
|
---|
32 | EfiLdrImage.exe
|
---|
33 | EfiRom.exe
|
---|
34 | Eot.EfiCompressor.pyd
|
---|
35 | Eot.LzmaCompressor.pyd
|
---|
36 | GenBootSector.exe
|
---|
37 | GenCrc32.exe
|
---|
38 | GenDepex.exe
|
---|
39 | GenFds.exe
|
---|
40 | GenFfs.exe
|
---|
41 | GenFv.exe
|
---|
42 | GenFw.exe
|
---|
43 | GenPage.exe
|
---|
44 | GenPatchPcdTable.exe
|
---|
45 | GenSec.exe
|
---|
46 | GenVtf.exe
|
---|
47 | ImportTool.bat
|
---|
48 | LzmaCompress.exe
|
---|
49 | LzmaF86Compress.bat
|
---|
50 | PatchPcdValue.exe
|
---|
51 | Rsa2048Sha256GenerateKeys.exe
|
---|
52 | Rsa2048Sha256Sign.exe
|
---|
53 | Split.exe
|
---|
54 | TargetTool.exe
|
---|
55 | TianoCompress.exe
|
---|
56 | Trim.exe
|
---|
57 | UPT.exe
|
---|
58 | VfrCompile.exe
|
---|
59 | VolInfo.exe
|
---|
60 |
|
---|
61 | [ExtraFiles.Win32]
|
---|
62 | TestSigningPrivateKey.pem
|
---|
63 |
|
---|
64 | [CxFreeze.Win32]
|
---|
65 | _ctypes.pyd
|
---|
66 | _hashlib.pyd
|
---|
67 | _socket.pyd
|
---|
68 | _sqlite3.pyd
|
---|
69 | _ssl.pyd
|
---|
70 | pyexpat.pyd
|
---|
71 | python27.dll
|
---|
72 | select.pyd
|
---|
73 | sqlite3.dll
|
---|
74 | msvcr71.dll
|
---|
Note:
See
TracBrowser
for help on using the repository browser.