]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
BaseTools: Fix clang C++ build error
[mirror_edk2.git] / UefiCpuPkg / Library / BaseXApicX2ApicLib / BaseXApicX2ApicLib.inf
CommitLineData
bf73cc4b 1## @file\r
2# Component description file for CPU Local APIC Library.\r
3#\r
4# This library instance supports x2APIC capable processors\r
5# which have xAPIC and x2APIC modes.\r
6#\r
cf1eb6e6 7# Copyright (c) 2010 - 2014, 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
21 FILE_GUID = 967B6E05-F10D-4c10-8BF7-365291CA143F\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = LocalApicLib \r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 BaseXApicX2ApicLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 UefiCpuPkg/UefiCpuPkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 DebugLib\r
42 TimerLib\r
43 IoLib\r
44\r
cf1eb6e6
JF
45[Pcd]\r
46 gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds\r
47\r