]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/IdeBusPei/IdeBusPei.inf
MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModul...
[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
3# This PPI canl be consumed by PEIM which produce gEfiPeiDeviceRecoveryModulePpiGuid\r
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
a326830d 7# Copyright (c) 2006 - 2012, 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
23 FILE_GUID = B7A5041A-78BA-49e3-B73B-54C757811FB6\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = AtapiPeimEntry\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 AtapiPeim.h\r
37 AtapiPeim.c\r
38\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44\r
45[LibraryClasses]\r
46 IoLib\r
47 BaseMemoryLib\r
48 PeiServicesLib\r
49 PeimEntryPoint\r
50 DebugLib\r
51 TimerLib\r
52 PeiServicesTablePointerLib\r
53 MemoryAllocationLib\r
a326830d 54 PcdLib\r
ea060cfa 55\r
56[Ppis]\r
57 gPeiAtaControllerPpiGuid # PPI ALWAYS_CONSUMED\r
58 gEfiPeiVirtualBlockIoPpiGuid # PPI ALWAYS_PRODUCED\r
59 \r
60[Pcd]\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdSataSpinUpDelayInSecForRecoveryPath\r
62\r
63[Depex]\r
64 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiAtaControllerPpiGuid\r
65\r
66\r
67\r