]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / PartitionDxe / PartitionDxe.inf
index 680626378f3b841b3bf6f6a8d3015e15f26f4bbe..46e39129cf1ed7e5360491084e2c9102af810bf4 100644 (file)
@@ -4,22 +4,22 @@
 #  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
+#  UDF and "El Torito" partitions.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This driver will have external input - disk partition.\r
 #  This external input must be validated carefully to avoid security issue like\r
 #  buffer overflow, integer overflow.\r
 #\r
-#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
@@ -46,6 +46,7 @@
   Mbr.c\r
   Gpt.c\r
   ElTorito.c\r
+  Udf.c\r
   Partition.c\r
   Partition.h\r
 \r
@@ -82,6 +83,7 @@
   ## BY_START\r
   ## TO_START\r
   gEfiDevicePathProtocolGuid\r
+  gEfiPartitionInfoProtocolGuid                 ## BY_START\r
   gEfiDiskIoProtocolGuid                        ## TO_START\r
   gEfiDiskIo2ProtocolGuid                       ## TO_START\r
 \r