]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usage
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / CdExpressPei / CdExpressPei.inf
CommitLineData
30c00a1c 1## @file\r
6036e94d 2# PeiCdExpress recovery module.\r
30c00a1c 3#\r
d1102dba 4# This module reads data from CDROM device by all installed block IO ppi and\r
30c00a1c 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
2e217e40 8# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
30c00a1c 9#\r
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
30c00a1c 11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = CdExpressPei\r
6036e94d 17 MODULE_UNI_FILE = CdExpressPei.uni\r
30c00a1c 18 FILE_GUID = 31e147a6-d39a-4147-9da3-befd4d523243\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21\r
22 ENTRY_POINT = CdExpressPeimEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
30c00a1c 28#\r
29\r
30[Sources]\r
31 PeiCdExpress.c\r
32 PeiCdExpress.h\r
33\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseMemoryLib\r
41 PeimEntryPoint\r
42 DebugLib\r
43 PeiServicesTablePointerLib\r
44 PeiServicesLib\r
45 MemoryAllocationLib\r
46 PcdLib\r
47\r
48[Guids]\r
6036e94d 49 gRecoveryOnDataCdGuid ## CONSUMES ## UNDEFINED # Indicate the recovery device type\r
30c00a1c 50\r
51\r
52[Ppis]\r
6036e94d
SZ
53 ## NOTIFY\r
54 ## CONSUMES\r
55 gEfiPeiVirtualBlockIoPpiGuid\r
f9964c80
FT
56 ## NOTIFY\r
57 ## CONSUMES\r
58 gEfiPeiVirtualBlockIo2PpiGuid\r
6036e94d 59 gEfiPeiDeviceRecoveryModulePpiGuid ## PRODUCES\r
30c00a1c 60\r
97533607
JY
61[Pcd]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES\r
63\r
30c00a1c 64[Depex]\r
65 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
66\r
6036e94d
SZ
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 CdExpressPeiExtra.uni\r