UsbBotPei.inf revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
2N/A## @file
2N/A# Component description file for UsbBotPei module.
2N/A#
2N/A# Usb mass storage device Peim driver to support recovery from USB device.
2N/A# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
2N/A#
2N/A# This program and the accompanying materials
2N/A# are licensed and made available under the terms and conditions
2N/A# of the BSD License which accompanies this distribution. The
2N/A# full text of the license may be found at
2N/A# http://opensource.org/licenses/bsd-license.php
2N/A#
2N/A# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
2N/A# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
2N/A#
2N/A##
2N/A
2N/A[Defines]
2N/A INF_VERSION = 0x00010005
2N/A BASE_NAME = UsbBotPei
2N/A FILE_GUID = 8401A046-6F70-4505-8471-7015B40355E3
2N/A MODULE_TYPE = PEIM
2N/A VERSION_STRING = 1.0
2N/A
2N/A ENTRY_POINT = PeimInitializeUsbBot
2N/A
2N/A#
2N/A# The following information is for reference only and not required by the build tools.
2N/A#
2N/A# VALID_ARCHITECTURES = IA32 X64 IPF EBC
2N/A#
2N/A
[Sources]
PeiUsbLib.c
PeiAtapi.c
BotPeim.c
UsbBotPeim.c
UsbPeim.h
UsbBotPeim.h
PeiUsbLib.h
BotPeim.h
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
BaseMemoryLib
PeiServicesLib
PeimEntryPoint
DebugLib
PcdLib
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue
[Ppis]
gEfiPeiVirtualBlockIoPpiGuid # PPI ALWAYS_PRODUCED
gPeiUsbIoPpiGuid # PPI ALWAYS_CONSUMED
[Depex]
gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbIoPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid