X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDisk%2FPartition%2FDxe%2FPartition.inf;fp=MdeModulePkg%2FUniversal%2FDisk%2FPartition%2FDxe%2FPartition.inf;h=2036fa7afb914f90fa59ccd92c5776eaa937b24a;hb=d8a43975d902b901ecccc32cda1160c47c804bd8;hp=1e00fccfd6898ded261b32cc6aa1fe9fc2a3bbf5;hpb=dcd8c7d649f12524ec1cadbb6d85a9e39dadce3a;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf b/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf index 1e00fccfd6..2036fa7afb 100644 --- a/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf +++ b/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf @@ -5,13 +5,12 @@ # that represents the bytes Start to End of the Parent Block IO # device (one partition of physical BlockIo device, # which can be one of GPT, MBR, ElTorito partition). +# Copyright (c) 2006 - 2007, Intel Corporation # -# Copyright (c) 2006 - 2007, 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 # http://opensource.org/licenses/bsd-license.php -# # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # @@ -56,6 +55,8 @@ ElTorito.c Partition.c Partition.h + CommonHeader.h + EntryPoint.c ################################################################################ @@ -68,17 +69,6 @@ [Includes] $(WORKSPACE)/MdePkg/Include/Library -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - -[Packages] - MdePkg/MdePkg.dec - - ################################################################################ # # Library Class Section - list of Library Classes that are required for