diff options
Diffstat (limited to 'MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf')
-rw-r--r-- | MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf | 16 |
1 files changed, 3 insertions, 13 deletions
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
################################################################################
@@ -70,17 +71,6 @@ ################################################################################
#
-# 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
# this module.
#
|