X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDisk%2FPartitionDxe%2FPartitionDxe.inf;h=6be45a94bdc481fd09961885d59d92cce26a688c;hp=b7fa67b5eae5d2f91135516ee5fb002190e1e681;hb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;hpb=48557c6550adecf39e1e8e140b1736275d070dfb diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf b/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf index b7fa67b5ea..6be45a94bd 100644 --- a/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf +++ b/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # Modules that produces the logic Block I/O protocol for every partition # it discovers via the physical Block I/O. # @@ -7,7 +7,7 @@ # The partition of physical BlockIo device supported is one of legacy MBR, GPT, # and "El Torito" partitions. # -# Copyright (c) 2006 - 2008, Intel Corporation.
+# Copyright (c) 2006 - 2010, Intel Corporation.
# All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -16,7 +16,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -36,7 +36,7 @@ # COMPONENT_NAME2 = gPartitionComponentName2 # -[Sources.common] +[Sources] ComponentName.c Mbr.c Gpt.c @@ -61,14 +61,14 @@ [Guids] - gEfiPartTypeUnusedGuid # SOMETIMES_CONSUMED - gEfiPartTypeSystemPartGuid # SOMETIMES_CONSUMED + gEfiPartTypeUnusedGuid ## SOMETIMES_CONSUMES ## GUID + gEfiPartTypeSystemPartGuid ## SOMETIMES_CONSUMES ## Protocol [Protocols] - gEfiBlockIoProtocolGuid # PROTOCOL BY_START - gEfiDevicePathProtocolGuid # PROTOCOL BY_START - gEfiDiskIoProtocolGuid # PROTOCOL BY_START - gEfiBlockIoProtocolGuid # PROTOCOL TO_START - gEfiDevicePathProtocolGuid # PROTOCOL TO_START - gEfiDiskIoProtocolGuid # PROTOCOL TO_START + gEfiBlockIoProtocolGuid ## BY_START + gEfiDevicePathProtocolGuid ## BY_START + gEfiDiskIoProtocolGuid ## BY_START + gEfiBlockIoProtocolGuid ## TO_START + gEfiDevicePathProtocolGuid ## TO_START + gEfiDiskIoProtocolGuid ## TO_START