79840ee1 |
1 | <?xml version="1.0" encoding="UTF-8"?>\r |
2 | <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r |
3 | <MsaHeader>\r |
4 | <ModuleName>Partition</ModuleName>\r |
5 | <ModuleType>UEFI_DRIVER</ModuleType>\r |
6 | <GuidValue>1FA1F39E-FEFF-4aae-BD7B-38A070A3B609</GuidValue>\r |
7 | <Version>1.0</Version>\r |
8 | <Abstract>Component description file for Partition module.</Abstract>\r |
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 |
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 |
19 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r |
20 | <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r |
21 | </MsaHeader>\r |
22 | <ModuleDefinitions>\r |
23 | <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r |
24 | <BinaryModule>false</BinaryModule>\r |
25 | <OutputFileBasename>Partition</OutputFileBasename>\r |
26 | </ModuleDefinitions>\r |
27 | <LibraryClassDefinitions>\r |
28 | <LibraryClass Usage="ALWAYS_CONSUMED" RecommendedInstanceGuid="bda39d3a-451b-4350-8266-81ab10fa0523">\r |
29 | <Keyword>DebugLib</Keyword>\r |
30 | <HelpText>Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg.</HelpText>\r |
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 |
56 | </LibraryClassDefinitions>\r |
57 | <SourceFiles>\r |
58 | <Filename>Partition.h</Filename>\r |
59 | <Filename>Partition.c</Filename>\r |
60 | <Filename>ElTorito.c</Filename>\r |
61 | <Filename>Gpt.c</Filename>\r |
62 | <Filename>Mbr.c</Filename>\r |
63 | <Filename>ComponentName.c</Filename>\r |
64 | </SourceFiles>\r |
65 | <PackageDependencies>\r |
66 | <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r |
67 | </PackageDependencies>\r |
68 | <Protocols>\r |
69 | <Protocol Usage="TO_START">\r |
70 | <ProtocolCName>gEfiBlockIoProtocolGuid</ProtocolCName>\r |
71 | </Protocol>\r |
72 | <Protocol Usage="TO_START">\r |
73 | <ProtocolCName>gEfiDiskIoProtocolGuid</ProtocolCName>\r |
74 | </Protocol>\r |
75 | <Protocol Usage="TO_START">\r |
76 | <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r |
77 | </Protocol>\r |
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 |
84 | </Protocols>\r |
85 | <Guids>\r |
86 | <GuidCNames Usage="SOMETIMES_CONSUMED">\r |
87 | <GuidCName>gEfiPartTypeSystemPartGuid</GuidCName>\r |
88 | </GuidCNames>\r |
89 | <GuidCNames Usage="SOMETIMES_CONSUMED">\r |
90 | <GuidCName>gEfiPartTypeUnusedGuid</GuidCName>\r |
91 | </GuidCNames>\r |
92 | </Guids>\r |
93 | <Externs>\r |
94 | <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r |
95 | <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r |
96 | <Extern>\r |
97 | <DriverBinding>gPartitionDriverBinding</DriverBinding>\r |
98 | <ComponentName>gPartitionComponentName</ComponentName>\r |
99 | </Extern>\r |
100 | </Externs>\r |
101 | </ModuleSurfaceArea> |