Home | History | Annotate | Download | only in Source
      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 - 2016, 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 Ecc.exe
     32 EfiCompressor.pyd
     33 EfiLdrImage.exe
     34 EfiRom.exe
     35 Eot.EfiCompressor.pyd
     36 Eot.LzmaCompressor.pyd
     37 GenBootSector.exe
     38 GenCrc32.exe
     39 GenDepex.exe
     40 GenFds.exe
     41 GenFfs.exe
     42 GenFv.exe
     43 GenFw.exe
     44 GenPage.exe
     45 GenPatchPcdTable.exe
     46 GenSec.exe
     47 GenVtf.exe
     48 ImportTool.bat
     49 LzmaCompress.exe
     50 LzmaF86Compress.bat
     51 PatchPcdValue.exe
     52 Rsa2048Sha256GenerateKeys.exe
     53 Rsa2048Sha256Sign.exe
     54 Split.exe
     55 TargetTool.exe
     56 TianoCompress.exe
     57 Trim.exe
     58 UPT.exe
     59 VfrCompile.exe
     60 VolInfo.exe
     61 Pkcs7Sign.exe
     62 
     63 [ExtraFiles.Win32]
     64 TestSigningPrivateKey.pem
     65 config.ini
     66 exception.xml
     67 TestCert.pem
     68 TestCert.pub.pem
     69 TestRoot.pem
     70 TestRoot.pub.pem
     71 TestSub.pem
     72 TestSub.pub.pem
     73 
     74 [CxFreeze.Win32]
     75 _ctypes.pyd
     76 _hashlib.pyd
     77 _socket.pyd
     78 _sqlite3.pyd
     79 _ssl.pyd
     80 pyexpat.pyd
     81 python27.dll
     82 select.pyd
     83 sqlite3.dll
     84