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