X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDisk%2FDiskIo%2FDxe%2FDiskIo.inf;h=ad736793020721cf6bae8ddeb1d7569a2b1475ff;hp=3030bda1dd353bf4341cefa5c5c0d43fb7314bcc;hb=7f58a2f7d6ac989096f28c1a860324fef6ef7340;hpb=d8a43975d902b901ecccc32cda1160c47c804bd8 diff --git a/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf b/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf index 3030bda1dd..ad73679302 100644 --- a/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf +++ b/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf @@ -1,13 +1,12 @@ #/** @file -# Component description file for DiskIo module. -# -# DiskIo driver that layers it's self on every Block IO protocol in the system. -# Copyright (c) 2006 - 2007, Intel Corporation +# Component description file for DiskIo module. # +# 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. # @@ -35,8 +34,8 @@ # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -# DRIVER_BINDING = gDiskIoDriverBinding -# COMPONENT_NAME = gDiskIoComponentName +# DRIVER_BINDING = gDiskIoDriverBinding +# COMPONENT_NAME = gDiskIoComponentName # ################################################################################ @@ -49,8 +48,6 @@ ComponentName.c DiskIo.h diskio.c - CommonHeader.h - EntryPoint.c ################################################################################ @@ -63,6 +60,18 @@ [Includes] $(WORKSPACE)/MdePkg/Include/Library +################################################################################ +# +# Package Dependency Section - list of Package files that are required for +# this module. +# +################################################################################ + +[Packages] + $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec + $(WORKSPACE)/MdePkg/MdePkg.dec + + ################################################################################ # # Library Class Section - list of Library Classes that are required for