]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
cebb1b5bebc02a66c9b07711375c7bf6b786d412
[mirror_edk2.git] / UefiCpuPkg / Library / BaseUefiCpuLib / BaseUefiCpuLib.inf
1 #/** @file
2 # This library defines some routines that are generic for IA32 family CPU
3 # to be UEFI specification compliant.
4 #
5 # Copyright (c) 2009, Intel Corporation. <BR>
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = BaseUefiCpuLib
19 FILE_GUID = 34C24FD7-7A90-45c2-89FD-946473D9CE98
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = UefiCpuLib
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources.IA32]
31 Ia32/InitializeFpu.asm
32 Ia32/InitializeFpu.S
33
34 [Sources.X64]
35 X64/InitializeFpu.asm
36 X64/InitializeFpu.S
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 UefiCpuPkg/UefiCpuPkg.dec
41
42 [LibraryClasses]
43 UefiCpuLib
44