Home | History | Annotate | Download | only in BootSector
      1 ## @file

      2 # 

      3 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>

      4 # This program and the accompanying materials                          

      5 # are licensed and made available under the terms and conditions of the BSD License         

      6 # which accompanies this distribution.  The full text of the license may be found at        

      7 # http://opensource.org/licenses/bsd-license.php                                            

      8 #                                                                                           

      9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     

     10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             

     11 #

     12 #

     13 ##

     14 [Defines]
     15   INF_VERSION                    = 0x00010005
     16   BASE_NAME                      = BootSector
     17   FILE_GUID                      = C89D72CE-E21A-4c71-BA79-770EF373D6DA
     18   MODULE_TYPE                    = USER_DEFINED
     19   VERSION_STRING                 = 1.0
     20   CUSTOM_MAKEFILE                = MSFT|Makefile
     21   CUSTOM_MAKEFILE                = GCC|GNUmakefile
     22 
     23 [Packages]
     24   MdePkg/MdePkg.dec
     25   DuetPkg/DuetPkg.dec
     26 
     27 [Sources]
     28   bootsect.asm | INTEL
     29   bootsect.asm | MSFT
     30   bootsect.S   | GCC 
     31 
     32   bs16.asm     | INTEL
     33   bs16.asm     | MSFT
     34   bs16.S       | GCC 
     35 
     36   bs32.asm     | INTEL
     37   bs32.asm     | MSFT
     38   bs32.S       | GCC
     39  
     40   Gpt.asm      | INTEL
     41   Gpt.asm      | MSFT
     42   Gpt.S        | GCC
     43 
     44   Mbr.asm      | INTEL
     45   Mbr.asm      | MSFT
     46   Mbr.S        | GCC
     47 
     48   start.asm    | INTEL
     49   start.asm    | MSFT
     50   start.S      | GCC
     51 
     52   start16.asm  | INTEL
     53   start16.asm  | MSFT
     54   start16.S    | GCC
     55 
     56   start32.asm  | INTEL
     57   start32.asm  | MSFT
     58   start32.S    | GCC
     59 
     60   efi32.asm    | INTEL
     61   efi32.asm    | MSFT
     62   efi32.S      | GCC
     63 
     64   start64.asm  | INTEL
     65   start64.asm  | MSFT
     66   start64.S    | GCC
     67 
     68   st16_64.asm  | INTEL
     69   st16_64.asm  | MSFT
     70   st16_64.S    | GCC
     71 
     72   st32_64.asm  | INTEL
     73   st32_64.asm  | MSFT
     74   st32_64.S    | GCC
     75 
     76   efi64.asm    | INTEL
     77   efi64.asm    | MSFT
     78   efi64.S      | GCC
     79 
     80