]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / PartitionDxe / PartitionDxe.inf
index 089918f5a98c4158558c972eb69d517d929a5dd5..680626378f3b841b3bf6f6a8d3015e15f26f4bbe 100644 (file)
@@ -1,6 +1,5 @@
 ## @file\r
-#  Modules that produces the logic Block I/O protocol for every partition\r
-#  it discovers via the physical Block I/O.\r
+#  Modules that produces the logic Block I/O protocol for every partition 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
@@ -12,7 +11,7 @@
 #  This external input must be validated carefully to avoid security issue like\r
 #  buffer overflow, integer overflow.\r
 #\r
-#  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2014, 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
@@ -26,6 +25,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PartitionDxe\r
+  MODULE_UNI_FILE                = PartitionDxe.uni\r
   FILE_GUID                      = 1FA1F39E-FEFF-4aae-BD7B-38A070A3B609\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 [Guids]\r
   gEfiPartTypeUnusedGuid                        ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiPartTypeSystemPartGuid                    ## SOMETIMES_CONSUMES ## Protocol\r
+  ## SOMETIMES_CONSUMES ## GUID\r
+  ## SOMETIMES_CONSUMES ## GUID # Install protocol\r
+  gEfiPartTypeSystemPartGuid\r
 \r
 \r
 [Protocols]\r
-  gEfiBlockIoProtocolGuid                       ## BY_START\r
-  gEfiDevicePathProtocolGuid                    ## BY_START\r
-  gEfiDiskIoProtocolGuid                        ## BY_START\r
-  gEfiDiskIo2ProtocolGuid                       ## BY_START\r
-  gEfiBlockIoProtocolGuid                       ## TO_START\r
-  gEfiBlockIo2ProtocolGuid                      ## TO_START\r
-  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  ## BY_START\r
+  ## TO_START\r
+  gEfiBlockIoProtocolGuid\r
+  ## BY_START\r
+  ## TO_START\r
+  gEfiBlockIo2ProtocolGuid\r
+  ## BY_START\r
+  ## TO_START\r
+  gEfiDevicePathProtocolGuid\r
   gEfiDiskIoProtocolGuid                        ## TO_START\r
   gEfiDiskIo2ProtocolGuid                       ## TO_START\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PartitionDxeExtra.uni\r