]> git.proxmox.com Git - mirror_edk2.git/blob - 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
1 ## @file
2 # PEIM to produce gEfiPeiVirtualBlockIoPpiGuid PPI for ATA controllers in the platform.
3 # This PPI canl be consumed by PEIM which produce gEfiPeiDeviceRecoveryModulePpiGuid
4 # for Atapi CD ROM device.
5 #
6 # This module discovers CDROM devices in Legacy and native mode and installs block IO ppis for them.
7 # Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions
11 # of the BSD License which accompanies this distribution. The
12 # full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = IdeBusPei
23 FILE_GUID = B7A5041A-78BA-49e3-B73B-54C757811FB6
24 MODULE_TYPE = PEIM
25 VERSION_STRING = 1.0
26
27 ENTRY_POINT = AtapiPeimEntry
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 AtapiPeim.h
37 AtapiPeim.c
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44
45 [LibraryClasses]
46 IoLib
47 BaseMemoryLib
48 PeiServicesLib
49 PeimEntryPoint
50 DebugLib
51 TimerLib
52 PeiServicesTablePointerLib
53 MemoryAllocationLib
54 PcdLib
55
56 [Ppis]
57 gPeiAtaControllerPpiGuid # PPI ALWAYS_CONSUMED
58 gEfiPeiVirtualBlockIoPpiGuid # PPI ALWAYS_PRODUCED
59
60 [Pcd]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdSataSpinUpDelayInSecForRecoveryPath
62
63 [Depex]
64 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid AND gPeiAtaControllerPpiGuid
65
66
67