]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
Add comment for modules which have external input.
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / CdExpressPei / CdExpressPei.inf
CommitLineData
30c00a1c 1## @file\r
2# Component description file for PeiCdExpress module.\r
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
8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
24 FILE_GUID = 31e147a6-d39a-4147-9da3-befd4d523243\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = CdExpressPeimEntry\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 PeiCdExpress.c\r
38 PeiCdExpress.h\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 BaseMemoryLib\r
47 PeimEntryPoint\r
48 DebugLib\r
49 PeiServicesTablePointerLib\r
50 PeiServicesLib\r
51 MemoryAllocationLib\r
52 PcdLib\r
53\r
54[Guids]\r
55 gRecoveryOnDataCdGuid # ALWAYS_CONSUMED\r
56\r
57\r
58[Ppis]\r
59 gEfiPeiVirtualBlockIoPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED\r
60 gEfiPeiDeviceRecoveryModulePpiGuid # PPI ALWAYS_PRODUCED\r
61\r
62[FeaturePcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES\r
64\r
65[Depex]\r
66 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
67\r
68\r
69\r