]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
Refine the format of PCD in INF files for UefiCpuPkg.
[mirror_edk2.git] / UefiCpuPkg / Library / BaseXApicX2ApicLib / BaseXApicX2ApicLib.inf
CommitLineData
bf73cc4b 1## @file\r
e48e0742 2# The Local Apic library supports x2APIC capable processors which have xAPIC and x2APIC modes.\r
bf73cc4b 3#\r
e48e0742
LG
4# Note: Local APIC library assumes local APIC is enabled. It does not handle cases\r
5# where local APIC is disabled.\r
bf73cc4b 6#\r
c4bac158 7# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
bf73cc4b 8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# \r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15# \r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BaseXApicX2ApicLib\r
e48e0742 21 MODULE_UNI_FILE = BaseXApicX2ApicLib.uni\r
bf73cc4b 22 FILE_GUID = 967B6E05-F10D-4c10-8BF7-365291CA143F\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = LocalApicLib \r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 BaseXApicX2ApicLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 UefiCpuPkg/UefiCpuPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 DebugLib\r
43 TimerLib\r
44 IoLib\r
45\r
cf1eb6e6 46[Pcd]\r
c4bac158 47 gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES\r
cf1eb6e6 48\r