]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / BaseUefiCpuLib / BaseUefiCpuLib.inf
1 ## @file
2 # This library defines some routines that are generic for IA32 family CPU.
3 #
4 # The library routines are UEFI specification compliant.
5 #
6 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = BaseUefiCpuLib
14 MODULE_UNI_FILE = BaseUefiCpuLib.uni
15 FILE_GUID = 34C24FD7-7A90-45c2-89FD-946473D9CE98
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = UefiCpuLib
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources.IA32]
27 Ia32/InitializeFpu.nasm
28
29 [Sources.X64]
30 X64/InitializeFpu.nasm
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 UefiCpuPkg/UefiCpuPkg.dec