]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
6be45a94bdc481fd09961885d59d92cce26a688c
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / PartitionDxe / PartitionDxe.inf
1 ## @file
2 # Modules that produces the logic Block I/O protocol for every partition
3 # it discovers via the physical Block I/O.
4 #
5 # This module produces the logical Block I/O device that represents
6 # the bytes from Start to End of the Parent Block I/O device.
7 # The partition of physical BlockIo device supported is one of legacy MBR, GPT,
8 # and "El Torito" partitions.
9 #
10 # Copyright (c) 2006 - 2010, Intel Corporation. <BR>
11 # All rights reserved. This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = PartitionDxe
24 FILE_GUID = 1FA1F39E-FEFF-4aae-BD7B-38A070A3B609
25 MODULE_TYPE = UEFI_DRIVER
26 VERSION_STRING = 1.0
27 ENTRY_POINT = InitializePartition
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34 # DRIVER_BINDING = gPartitionDriverBinding
35 # COMPONENT_NAME = gPartitionComponentName
36 # COMPONENT_NAME2 = gPartitionComponentName2
37 #
38
39 [Sources]
40 ComponentName.c
41 Mbr.c
42 Gpt.c
43 ElTorito.c
44 Partition.c
45 Partition.h
46
47
48 [Packages]
49 MdePkg/MdePkg.dec
50
51
52 [LibraryClasses]
53 DevicePathLib
54 UefiBootServicesTableLib
55 MemoryAllocationLib
56 BaseMemoryLib
57 UefiLib
58 BaseLib
59 UefiDriverEntryPoint
60 DebugLib
61
62
63 [Guids]
64 gEfiPartTypeUnusedGuid ## SOMETIMES_CONSUMES ## GUID
65 gEfiPartTypeSystemPartGuid ## SOMETIMES_CONSUMES ## Protocol
66
67
68 [Protocols]
69 gEfiBlockIoProtocolGuid ## BY_START
70 gEfiDevicePathProtocolGuid ## BY_START
71 gEfiDiskIoProtocolGuid ## BY_START
72 gEfiBlockIoProtocolGuid ## TO_START
73 gEfiDevicePathProtocolGuid ## TO_START
74 gEfiDiskIoProtocolGuid ## TO_START