]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
Add the correct GUID for EFI_IPSEC2_PROTOCOL.
[mirror_edk2.git] / MdePkg / Library / SecPeiDxeTimerLibCpu / SecPeiDxeTimerLibCpu.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of Timer Library only using CPU resources.\r
e386b444 3#\r
85ea851e 4# Timer Library that only uses CPU resources to provide calibrated delays\r
5# on IA-32, x64, and IPF.\r
6# Note: Because CPU Local APIC and ITC could be programmed by OS, it cannot be\r
7# used by SMM drivers and runtime drivers, ACPI timer is recommended for SMM\r
8# drivers and runtime drivers.\r
9#\r
2057d8c8 10# Note that for IA-32 and x64, this library only supports xAPIC mode. If x2APIC\r
11# support is desired, the SecPeiDxeTimerLibUefiCpu library can be used.\r
12#\r
19388d29 13# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
e386b444 14#\r
19388d29 15# This program and the accompanying materials\r
e386b444 16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 18# http://opensource.org/licenses/bsd-license.php.\r
e386b444 19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21#\r
22#\r
6bfbb5f0 23##\r
e386b444 24\r
e386b444 25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = SecPeiDxeTimerLibCpu\r
28 FILE_GUID = b5a05743-9b71-489b-a0ed-a0eb3950d23b\r
29 MODULE_TYPE = BASE\r
30 VERSION_STRING = 1.0\r
ccb3cad0 31 LIBRARY_CLASS = TimerLib|BASE DXE_CORE DXE_DRIVER DXE_SAL_DRIVER PEIM PEI_CORE SEC UEFI_APPLICATION UEFI_DRIVER\r
e386b444 32\r
33\r
e386b444 34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF\r
36#\r
37\r
078bee4e 38[Sources.Ia32, Sources.X64]\r
7687d3a8 39 X86TimerLib.c\r
e386b444 40\r
41[Sources.IPF]\r
42 IpfTimerLib.c\r
43\r
44\r
e386b444 45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48\r
e386b444 49[LibraryClasses]\r
50 BaseLib\r
51\r
078bee4e 52[LibraryClasses.IA32, LibraryClasses.X64]\r
e386b444 53 PcdLib\r
54 IoLib\r
1553d073 55 DebugLib\r
e386b444 56\r
57[LibraryClasses.IPF]\r
dc49f4ed 58 PalLib\r
e386b444 59\r
60\r
078bee4e 61[Pcd.IA32, Pcd.X64]\r
0f46efec 62 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES\r
e386b444 63\r