]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/BootSector/BootSector.inf
3be9cb5938ea947ca82ba9df511e279f87ea6b23
[mirror_edk2.git] / DuetPkg / BootSector / BootSector.inf
1 ## @file
2 #
3 # Copyright (c) 2006 - 2010, Intel Corporation
4 # All rights reserved. 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 = A36495C1-C205-414e-B71F-4BE3476D699C
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