]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Universal/Disk/DiskIoPartition/dxe/DiskIoPartition.msa
Updated MSA by putting Specification element at the end of the header section
[mirror_edk2.git] / EdkModulePkg / Universal / Disk / DiskIoPartition / dxe / DiskIoPartition.msa
CommitLineData
878ddf1f 1<?xml version="1.0" encoding="UTF-8"?>\r
2<!--\r
3Copyright (c) 2006, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11-->\r
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">\r
13 <MsaHeader>\r
14 <BaseName>DiskIoPartition</BaseName>\r
15 <ModuleType>UEFI_DRIVER</ModuleType>\r
16 <ComponentType>BS_DRIVER</ComponentType>\r
17 <Guid>854E153A-8AC8-40f4-A5A9-4C51F18CFB1B</Guid>\r
18 <Version>0</Version>\r
19 <Abstract>Component description file for DiskIo module.</Abstract>\r
20 <Description>FIX ME!</Description>\r
21 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
22 <License>\r
23 All rights reserved. This program and the accompanying materials\r
24 are licensed and made available under the terms and conditions of the BSD License\r
25 which accompanies this distribution. The full text of the license may be found at\r
26 http://opensource.org/licenses/bsd-license.php\r
27 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
28 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
29 </License>\r
30 <Specification>0</Specification>\r
31 <Created>2006-03-12 17:09</Created>\r
32 <Updated>2006-03-19 15:19</Updated>\r
33 </MsaHeader>\r
34 <LibraryClassDefinitions>\r
35 <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverModelLib</LibraryClass>\r
37 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass>\r
38 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass>\r
40 <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>\r
41 <LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass>\r
42 <LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass>\r
43 <LibraryClass Usage="ALWAYS_CONSUMED">DevicePathLib</LibraryClass>\r
44 </LibraryClassDefinitions>\r
45 <SourceFiles>\r
22e0585c 46 <Filename>../../DiskIo/Dxe/diskio.c</Filename>\r
47 <Filename>../../DiskIo/Dxe/diskio.h</Filename>\r
48 <Filename>../../DiskIo/Dxe/ComponentName.c</Filename>\r
49 <Filename>../../Partition/Dxe/Partition.h</Filename>\r
50 <Filename>../../Partition/Dxe/ElTorito.h</Filename>\r
51 <Filename>../../Partition/Dxe/Gpt.h</Filename>\r
52 <Filename>../../Partition/Dxe/Mbr.h</Filename>\r
53 <Filename>../../Partition/Dxe/Partition.c</Filename>\r
54 <Filename>../../Partition/Dxe/Eltorito.c</Filename>\r
55 <Filename>../../Partition/Dxe/Gpt.c</Filename>\r
56 <Filename>../../Partition/Dxe/Mbr.c</Filename>\r
57 <Filename>../../Partition/Dxe/ComponentName.c</Filename>\r
878ddf1f 58 </SourceFiles>\r
59 <Includes>\r
60 <PackageName>MdePkg</PackageName>\r
61 </Includes>\r
62 <Protocols>\r
63 <Protocol Usage="TO_START">BlockIo</Protocol>\r
64 <Protocol Usage="TO_START">DiskIo</Protocol>\r
65 <Protocol Usage="TO_START">DevicePath</Protocol>\r
66 </Protocols>\r
67 <Guids>\r
68 <GuidEntry Usage="SOMETIMES_CONSUMED">\r
69 <C_Name>PartTypeSystemPart</C_Name>\r
70 </GuidEntry>\r
71 <GuidEntry Usage="ALWAYS_CONSUMED">\r
72 <C_Name>PartTypeUnused</C_Name>\r
73 </GuidEntry>\r
74 </Guids>\r
75 <Externs>\r
76 <Extern>\r
77 <ModuleEntryPoint></ModuleEntryPoint>\r
78 </Extern>\r
79 <Extern>\r
80 <DriverBinding>gPartitionDriverBinding</DriverBinding>\r
81 <ComponentName>gPartitionComponentName</ComponentName>\r
82 </Extern>\r
83 <Extern>\r
84 <DriverBinding>gDiskIoDriverBinding</DriverBinding>\r
85 <ComponentName>gDiskIoComponentName</ComponentName>\r
86 </Extern>\r
87 </Externs>\r
88</ModuleSurfaceArea>\r