]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English...
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / PartitionDxe / PartitionDxe.inf
index d187a91185495537bde610cbca2cbee10700f0c2..b7fa67b5eae5d2f91135516ee5fb002190e1e681 100644 (file)
@@ -1,11 +1,11 @@
 #/** @file\r
-#  \r
-#    Component description file for Partition module.\r
-#  \r
-#   Partition driver produces the logical BlockIo device\r
-#    that represents the bytes Start to End of the Parent Block IO\r
-#    device (one partition of physical BlockIo device,\r
-#    which can be one of GPT, MBR, ElTorito partition).\r
+#  Modules that produces the logic Block I/O protocol for every partition\r
+#  it discovers via the physical Block I/O.\r
+#\r
+#  This module produces the logical Block I/O device that represents\r
+#  the bytes from Start to End of the Parent Block I/O device.\r
+#  The partition of physical BlockIo device supported is one of legacy MBR, GPT,\r
+#  and "El Torito" partitions.\r
 #  \r
 #  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 #  All rights reserved. This program and the accompanying materials\r
@@ -31,9 +31,9 @@
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
-#  DRIVER_BINDING                =  gPartitionDriverBinding\r
-#  COMPONENT_NAME                =  gPartitionComponentName\r
-#  COMPONENT_NAME2               =  gPartitionComponentName2\r
+#  DRIVER_BINDING                = gPartitionDriverBinding\r
+#  COMPONENT_NAME                = gPartitionComponentName\r
+#  COMPONENT_NAME2               = gPartitionComponentName2\r
 #\r
 \r
 [Sources.common]\r
@@ -68,7 +68,7 @@
 [Protocols]\r
   gEfiBlockIoProtocolGuid                       # PROTOCOL BY_START\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL BY_START\r
+  gEfiDiskIoProtocolGuid                        # PROTOCOL BY_START\r
+  gEfiBlockIoProtocolGuid                       # PROTOCOL TO_START\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
   gEfiDiskIoProtocolGuid                        # PROTOCOL TO_START\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL TO_START\r
-\r