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