X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDisk%2FPartition%2FDxe%2FPartition.inf;fp=MdeModulePkg%2FUniversal%2FDisk%2FPartition%2FDxe%2FPartition.inf;h=1e00fccfd6898ded261b32cc6aa1fe9fc2a3bbf5;hp=2036fa7afb914f90fa59ccd92c5776eaa937b24a;hb=7f58a2f7d6ac989096f28c1a860324fef6ef7340;hpb=af4d71fcda8f124b0a92f45cf13fca050f2671c8 diff --git a/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf b/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf index 2036fa7afb..1e00fccfd6 100644 --- a/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf +++ b/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf @@ -5,12 +5,13 @@ # 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. # @@ -55,8 +56,6 @@ ElTorito.c Partition.c Partition.h - CommonHeader.h - EntryPoint.c ################################################################################ @@ -69,6 +68,17 @@ [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