]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf
MdeModulePkg: Add PEI USB drivers and related PPIs
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBotPei / UsbBotPei.inf
CommitLineData
4b1bf81c 1## @file\r
2# Component description file for UsbBotPei module.\r
3#\r
4# Usb mass storage device Peim driver to support recovery from USB device.\r
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions\r
9# of the BSD License which accompanies this distribution. The\r
10# full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UsbBotPei\r
21 FILE_GUID = 8401A046-6F70-4505-8471-7015B40355E3\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = PeimInitializeUsbBot\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 PeiUsbLib.c\r
35 PeiAtapi.c\r
36 BotPeim.c\r
37 UsbBotPeim.c\r
38 UsbPeim.h\r
39 UsbBotPeim.h\r
40 PeiUsbLib.h\r
41 BotPeim.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47\r
48[LibraryClasses]\r
49 BaseMemoryLib\r
50 PeiServicesLib\r
51 PeimEntryPoint\r
52 DebugLib\r
53 PcdLib\r
54\r
55[Pcd]\r
56 gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue\r
57\r
58[Ppis]\r
59 gEfiPeiVirtualBlockIoPpiGuid # PPI ALWAYS_PRODUCED\r
60 gPeiUsbIoPpiGuid # PPI ALWAYS_CONSUMED\r
61\r
62\r
63[Depex]\r
64 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbIoPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
65\r