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