]> git.proxmox.com Git - mirror_edk2.git/blob - EdkFatBinPkg/Fat.msa
Convert to unix format.
[mirror_edk2.git] / EdkFatBinPkg / Fat.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, 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 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
13 <MsaHeader>
14 <BaseName>Fat</BaseName>
15 <ModuleType>PEIM</ModuleType>
16 <ComponentType>BS_DRIVER</ComponentType>
17 <Guid>5058F21C-BC34-11d4-BD18-0080C73C8881</Guid>
18 <Version>0</Version>
19 <Abstract>Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.</Abstract>
20 <Description>This is the FAT 32 EFI/Tiano Driver</Description>
21 <Copyright>Copyright 2004, Intel Corporation</Copyright>
22 <License>
23 All rights reserved. This program and the accompanying materials
24 are licensed and made available under the terms and conditions of the BSD License
25 which accompanies this distribution. The full text of the license may be found at
26 http://opensource.org/licenses/bsd-license.php
27 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
28 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
29 </License>
30 <Specification>0</Specification>
31 <Created>2006-03-17 20:56</Created>
32 <Updated>2006-03-19 16:17</Updated>
33 </MsaHeader>
34 <SourceFiles>
35 <Arch ArchType="IA32">
36 <Filename Path="Ia32" FileType="FFS">Fat.FFS</Filename>
37 </Arch>
38 <Arch ArchType="IPF">
39 <Filename Path="Ipf" FileType="FFS">Fat.FFS</Filename>
40 </Arch>
41 <Arch ArchType="X64">
42 <Filename Path="X64" FileType="FFS">Fat.FFS</Filename>
43 </Arch>
44 </SourceFiles>
45 <Externs>
46 <Extern>
47 <ModuleEntryPoint></ModuleEntryPoint>
48 </Extern>
49 </Externs>
50 <BuildOptions>
51 <Option>BUILD_TYPE=CUSTOM_BUILD</Option>
52 </BuildOptions>
53 </ModuleSurfaceArea>