]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
MdeModulePkg/CdExpressPei: Use PcdRecoveryFileName PCD.
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / CdExpressPei / CdExpressPei.inf
CommitLineData
30c00a1c 1## @file\r
6036e94d 2# PeiCdExpress recovery module.\r
30c00a1c 3#\r
4# This module reads data from CDROM device by all installed block IO ppi and \r
5# finds whether there is Recovery data in the device. If it finds recovery\r
6# data, it will install Device Recovery Module PPI.\r
7#\r
97533607 8# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
30c00a1c 9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions\r
12# of the BSD License which accompanies this distribution. The\r
13# full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = CdExpressPei\r
6036e94d 24 MODULE_UNI_FILE = CdExpressPei.uni\r
30c00a1c 25 FILE_GUID = 31e147a6-d39a-4147-9da3-befd4d523243\r
26 MODULE_TYPE = PEIM\r
27 VERSION_STRING = 1.0\r
28\r
29 ENTRY_POINT = CdExpressPeimEntry\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources]\r
38 PeiCdExpress.c\r
39 PeiCdExpress.h\r
40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 BaseMemoryLib\r
48 PeimEntryPoint\r
49 DebugLib\r
50 PeiServicesTablePointerLib\r
51 PeiServicesLib\r
52 MemoryAllocationLib\r
53 PcdLib\r
54\r
55[Guids]\r
6036e94d 56 gRecoveryOnDataCdGuid ## CONSUMES ## UNDEFINED # Indicate the recovery device type\r
30c00a1c 57\r
58\r
59[Ppis]\r
6036e94d
SZ
60 ## NOTIFY\r
61 ## CONSUMES\r
62 gEfiPeiVirtualBlockIoPpiGuid\r
f9964c80
FT
63 ## NOTIFY\r
64 ## CONSUMES\r
65 gEfiPeiVirtualBlockIo2PpiGuid\r
6036e94d 66 gEfiPeiDeviceRecoveryModulePpiGuid ## PRODUCES\r
30c00a1c 67\r
68[FeaturePcd]\r
6036e94d 69 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
30c00a1c 70\r
97533607
JY
71[Pcd]\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES\r
73\r
30c00a1c 74[Depex]\r
75 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
76\r
6036e94d
SZ
77[UserExtensions.TianoCore."ExtraFiles"]\r
78 CdExpressPeiExtra.uni\r