]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
Add DiskIo2 protocol definition to MdePkg.
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / DiskIoDxe / DiskIoDxe.inf
index 757b4030df1bc5e6929212f9e1abc3b03514b4f8..8cf2595dfaba19442c11daa0169468c3086dbf94 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 #  Module that lays Disk I/O protocol on every Block I/O protocol.\r
 #\r
 #  This module produces Disk I/O protocol to abstract the block accesses\r
@@ -8,8 +8,8 @@
 #  already have a Disk I/O protocol. File systems and other disk access\r
 #  code utilize the Disk I/O protocol.\r
 #  \r
-#  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2013, 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
@@ -17,7 +17,7 @@
 #  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
   INF_VERSION                    = 0x00010005\r
@@ -37,7 +37,7 @@
 #  COMPONENT_NAME2               =  gDiskIoComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   DiskIo.h\r
   DiskIo.c\r
@@ -58,6 +58,8 @@
 \r
 \r
 [Protocols]\r
-  gEfiDiskIoProtocolGuid                        # PROTOCOL BY_START\r
-  gEfiBlockIoProtocolGuid                       # PROTOCOL TO_START\r
+  gEfiDiskIoProtocolGuid                        ## BY_START\r
+  gEfiDiskIo2ProtocolGuid                       ## BY_START\r
+  gEfiBlockIoProtocolGuid                       ## TO_START\r
+  gEfiBlockIo2ProtocolGuid                      ## TO_START\r
 \r