]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / IdeBusPei / IdeBusPei.inf
CommitLineData
ea060cfa 1## @file\r
2# PEIM to produce gEfiPeiVirtualBlockIoPpiGuid PPI for ATA controllers in the platform.\r
6036e94d 3# This PPI can be consumed by PEIM which produce gEfiPeiDeviceRecoveryModulePpiGuid\r
ea060cfa 4# for Atapi CD ROM device.\r
5#\r
6# This module discovers CDROM devices in Legacy and native mode and installs block IO ppis for them.\r
6036e94d 7# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
ea060cfa 8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions\r
11# of the BSD License which accompanies this distribution. The\r
12# full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = IdeBusPei\r
6036e94d 23 MODULE_UNI_FILE = IdeBusPei.uni\r
ea060cfa 24 FILE_GUID = B7A5041A-78BA-49e3-B73B-54C757811FB6\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = AtapiPeimEntry\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 AtapiPeim.h\r
38 AtapiPeim.c\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 IoLib\r
48 BaseMemoryLib\r
49 PeiServicesLib\r
50 PeimEntryPoint\r
51 DebugLib\r
52 TimerLib\r
53 PeiServicesTablePointerLib\r
54 MemoryAllocationLib\r
a326830d 55 PcdLib\r
ea060cfa 56\r
57[Ppis]\r
6036e94d
SZ
58 gPeiAtaControllerPpiGuid ## CONSUMES\r
59 gEfiPeiVirtualBlockIoPpiGuid ## PRODUCES\r
ea060cfa 60 \r
61[Pcd]\r
6036e94d 62 gEfiMdeModulePkgTokenSpaceGuid.PcdSataSpinUpDelayInSecForRecoveryPath ## CONSUMES\r
ea060cfa 63\r
64[Depex]\r
65 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiAtaControllerPpiGuid\r
66\r
6036e94d
SZ
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 IdeBusPeiExtra.uni\r