]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
MdeModulePkg: Add CD Express PEIM
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / CdExpressPei / CdExpressPei.inf
1 ## @file
2 # Component description file for PeiCdExpress 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 - 2010, Intel Corporation. All rights reserved.<BR>
9 #
10 # This program and the accompanying materials
11 # are licensed and made available under the terms and conditions
12 # of the BSD License which accompanies this distribution. The
13 # full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = CdExpressPei
24 FILE_GUID = 31e147a6-d39a-4147-9da3-befd4d523243
25 MODULE_TYPE = PEIM
26 VERSION_STRING = 1.0
27
28 ENTRY_POINT = CdExpressPeimEntry
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources]
37 PeiCdExpress.c
38 PeiCdExpress.h
39
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44
45 [LibraryClasses]
46 BaseMemoryLib
47 PeimEntryPoint
48 DebugLib
49 PeiServicesTablePointerLib
50 PeiServicesLib
51 MemoryAllocationLib
52 PcdLib
53
54 [Guids]
55 gRecoveryOnDataCdGuid # ALWAYS_CONSUMED
56
57
58 [Ppis]
59 gEfiPeiVirtualBlockIoPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED
60 gEfiPeiDeviceRecoveryModulePpiGuid # PPI ALWAYS_PRODUCED
61
62 [FeaturePcd]
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
64
65 [Depex]
66 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid
67
68
69