]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/Disk/Partition/Dxe/Partition.msa
Perfect the msa of the following modules, DiskIo, Partition, English and Ebc.
[mirror_edk2.git] / EdkModulePkg / Universal / Disk / Partition / Dxe / Partition.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>Partition</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>1FA1F39E-FEFF-4aae-BD7B-38A070A3B609</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Partition module.</Abstract>
9 <Description>Partition driver produces the logical BlockIo device
10 that represents the bytes Start to End of the Parent Block IO
11 device (one partition of physical BlockIo device,
12 which can be one of GPT, MBR, ElTorito partition).</Description>
13 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
14 <License>All rights reserved. This program and the accompanying materials
15 are licensed and made available under the terms and conditions of the BSD License
16 which accompanies this distribution. The full text of the license may be found at
17 http://opensource.org/licenses/bsd-license.php
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
20 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
21 </MsaHeader>
22 <ModuleDefinitions>
23 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
24 <BinaryModule>false</BinaryModule>
25 <OutputFileBasename>Partition</OutputFileBasename>
26 </ModuleDefinitions>
27 <LibraryClassDefinitions>
28 <LibraryClass Usage="ALWAYS_CONSUMED" RecommendedInstanceGuid="bda39d3a-451b-4350-8266-81ab10fa0523">
29 <Keyword>DebugLib</Keyword>
30 <HelpText>Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg.</HelpText>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>UefiDriverModelLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>UefiDriverEntryPoint</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>BaseLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>UefiLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>BaseMemoryLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>MemoryAllocationLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>UefiBootServicesTableLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>DevicePathLib</Keyword>
55 </LibraryClass>
56 </LibraryClassDefinitions>
57 <SourceFiles>
58 <Filename>Partition.h</Filename>
59 <Filename>Partition.c</Filename>
60 <Filename>ElTorito.c</Filename>
61 <Filename>Gpt.c</Filename>
62 <Filename>Mbr.c</Filename>
63 <Filename>ComponentName.c</Filename>
64 </SourceFiles>
65 <PackageDependencies>
66 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
67 </PackageDependencies>
68 <Protocols>
69 <Protocol Usage="TO_START">
70 <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
71 </Protocol>
72 <Protocol Usage="TO_START">
73 <ProtocolCName>gEfiDiskIoProtocolGuid</ProtocolCName>
74 </Protocol>
75 <Protocol Usage="TO_START">
76 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
77 </Protocol>
78 <Protocol Usage="BY_START">
79 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
80 </Protocol>
81 <Protocol Usage="BY_START">
82 <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>
83 </Protocol>
84 </Protocols>
85 <Guids>
86 <GuidCNames Usage="SOMETIMES_CONSUMED">
87 <GuidCName>gEfiPartTypeSystemPartGuid</GuidCName>
88 </GuidCNames>
89 <GuidCNames Usage="SOMETIMES_CONSUMED">
90 <GuidCName>gEfiPartTypeUnusedGuid</GuidCName>
91 </GuidCNames>
92 </Guids>
93 <Externs>
94 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
95 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
96 <Extern>
97 <DriverBinding>gPartitionDriverBinding</DriverBinding>
98 <ComponentName>gPartitionComponentName</ComponentName>
99 </Extern>
100 </Externs>
101 </ModuleSurfaceArea>