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