]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/BootSector/BootSector.inf
Update the modules with the different module GUID to avoid the different modules...
[mirror_edk2.git] / DuetPkg / BootSector / BootSector.inf
CommitLineData
91a6db79 1## @file\r
2# \r
3# Copyright (c) 2006 - 2010, Intel Corporation \r
4# All rights reserved. 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
c69dd9df 14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BootSector\r
5009ddf9 17 FILE_GUID = C89D72CE-E21A-4c71-BA79-770EF373D6DA\r
c69dd9df 18 MODULE_TYPE = USER_DEFINED\r
19 VERSION_STRING = 1.0\r
3d0134ba 20 CUSTOM_MAKEFILE = MSFT|Makefile\r
fd549a4d 21 CUSTOM_MAKEFILE = GCC|GNUmakefile\r
3d0134ba 22\r
c69dd9df 23[Packages]\r
24 MdePkg/MdePkg.dec\r
25 DuetPkg/DuetPkg.dec\r
26\r
27[Sources]\r
d8bee43c 28 bootsect.asm | INTEL\r
29cb3577 29 bootsect.asm | MSFT\r
fd549a4d 30 bootsect.S | GCC \r
166451c5 31\r
32 bs16.asm | INTEL\r
33 bs16.asm | MSFT\r
fd549a4d 34 bs16.S | GCC \r
166451c5 35\r
36 bs32.asm | INTEL\r
37 bs32.asm | MSFT\r
fd549a4d 38 bs32.S | GCC\r
166451c5 39 \r
40 Gpt.asm | INTEL\r
41 Gpt.asm | MSFT\r
fd549a4d 42 Gpt.S | GCC\r
166451c5 43\r
44 Mbr.asm | INTEL\r
45 Mbr.asm | MSFT\r
fd549a4d 46 Mbr.S | GCC\r
166451c5 47\r
48 start.asm | INTEL\r
49 start.asm | MSFT\r
fd549a4d 50 start.S | GCC\r
166451c5 51\r
52 start16.asm | INTEL\r
53 start16.asm | MSFT\r
fd549a4d 54 start16.S | GCC\r
166451c5 55\r
56 start32.asm | INTEL\r
57 start32.asm | MSFT\r
fd549a4d 58 start32.S | GCC\r
166451c5 59\r
60 efi32.asm | INTEL\r
61 efi32.asm | MSFT\r
fd549a4d 62 efi32.S | GCC\r
c69dd9df 63\r