]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf
QuarkSocPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Usb / Common / Pei / UsbPei.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# Component description file for UsbPei module.\r
3#\r
fda6abd6 4# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9b6bbcdb
MK
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = UsbPei\r
19 FILE_GUID = 73E6F6B4-D029-4e87-8405-6067C8BD02A6\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = PeimInitializeIchUsb\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
fda6abd6 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
9b6bbcdb
MK
29#\r
30\r
31[Sources]\r
32 UsbPei.c\r
33 UsbPei.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 QuarkSocPkg/QuarkSocPkg.dec\r
39\r
40[LibraryClasses]\r
41 IoLib\r
42 PciLib\r
43 PcdLib\r
44 BaseMemoryLib\r
45 PeimEntryPoint\r
46 DebugLib\r
47\r
48[Ppis]\r
49 gPeiUsbControllerPpiGuid # PPI ALWAYS_PRODUCED\r
50\r
51[FeaturePcd]\r
52 gEfiQuarkSCSocIdTokenSpaceGuid.PcdEhciRecoveryEnabled\r
53\r
54[Pcd]\r
55 gEfiQuarkSCSocIdTokenSpaceGuid.PcdPeiQNCUsbControllerMemoryBaseAddress\r
56 gEfiQuarkSCSocIdTokenSpaceGuid.PcdPeiP2PMemoryBaseAddress\r
57\r
58[Depex]\r
59 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r