]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
UefiCpuPkg: Convert all .uni files to utf-8
[mirror_edk2.git] / UefiCpuPkg / Library / BaseXApicLib / BaseXApicLib.inf
CommitLineData
bf73cc4b 1## @file\r
e48e0742 2# The Local Apic library supports xAPIC mode only.\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 = BaseXApicLib\r
e48e0742 21 MODULE_UNI_FILE = BaseXApicLib.uni\r
bf73cc4b 22 FILE_GUID = D87CA0A8-1AC2-439b-90F8-EF4A2AC88DAF\r
23 MODULE_TYPE = BASE\r
59d67246 24 VERSION_STRING = 1.1\r
bf73cc4b 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 BaseXApicLib.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
59d67246 45 PcdLib\r
bf73cc4b 46\r
cf1eb6e6 47[Pcd]\r
59d67246
MK
48 gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES\r
49 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress ## SOMETIMES_CONSUMES\r