]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - DuetPkg/BootSector/BootSector.inf
MdeModulePkg/PciBus: Revert "Enable BM on P2P bridges on demand"
[mirror_edk2.git] / DuetPkg / BootSector / BootSector.inf
... / ...
CommitLineData
1## @file\r
2# \r
3# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
4# This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12#\r
13##\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BootSector\r
17 FILE_GUID = C89D72CE-E21A-4c71-BA79-770EF373D6DA\r
18 MODULE_TYPE = USER_DEFINED\r
19 VERSION_STRING = 1.0\r
20 CUSTOM_MAKEFILE = MSFT|Makefile\r
21 CUSTOM_MAKEFILE = GCC|GNUmakefile\r
22\r
23[Packages]\r
24 MdePkg/MdePkg.dec\r
25 DuetPkg/DuetPkg.dec\r
26\r
27[Sources]\r
28 bootsect.asm | INTEL\r
29 bootsect.asm | MSFT\r
30 bootsect.S | GCC \r
31\r
32 bs16.asm | INTEL\r
33 bs16.asm | MSFT\r
34 bs16.S | GCC \r
35\r
36 bs32.asm | INTEL\r
37 bs32.asm | MSFT\r
38 bs32.S | GCC\r
39 \r
40 Gpt.asm | INTEL\r
41 Gpt.asm | MSFT\r
42 Gpt.S | GCC\r
43\r
44 Mbr.asm | INTEL\r
45 Mbr.asm | MSFT\r
46 Mbr.S | GCC\r
47\r
48 start.asm | INTEL\r
49 start.asm | MSFT\r
50 start.S | GCC\r
51\r
52 start16.asm | INTEL\r
53 start16.asm | MSFT\r
54 start16.S | GCC\r
55\r
56 start32.asm | INTEL\r
57 start32.asm | MSFT\r
58 start32.S | GCC\r
59\r
60 efi32.asm | INTEL\r
61 efi32.asm | MSFT\r
62 efi32.S | GCC\r
63\r
64 start64.asm | INTEL\r
65 start64.asm | MSFT\r
66 start64.S | GCC\r
67\r
68 st16_64.asm | INTEL\r
69 st16_64.asm | MSFT\r
70 st16_64.S | GCC\r
71\r
72 st32_64.asm | INTEL\r
73 st32_64.asm | MSFT\r
74 st32_64.S | GCC\r
75\r
76 efi64.asm | INTEL\r
77 efi64.asm | MSFT\r
78 efi64.S | GCC\r
79\r