]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/CpuIA32Lib/CpuIA32Lib.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / CpuIA32Lib / CpuIA32Lib.inf
1 #
2 #
3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4 #
5 # This program and the accompanying materials are licensed and made available under
6 # the terms and conditions of the BSD License that accompanies this distribution.
7 # The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 #
15 # Module Name:
16 #
17 # CpuIA32Lib.inf
18 #
19 # Abstract:
20 #
21 # Component description file for the Cpu IA32 library.
22 #
23 #--*/
24
25 [defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = CpuIA32Lib
28 FILE_GUID = 98546178-64F1-4d2e-814F-6BF963DB7930
29 MODULE_TYPE = BASE
30 VERSION_STRING = 1.0
31 LIBRARY_CLASS = CpuIA32Lib
32 PI_SPECIFICATION_VERSION = 0x0001000A
33
34 [Sources]
35 EfiCpuVersion.c
36
37 [Sources.IA32]
38 IA32/CpuIA32.c
39
40 [Sources.X64]
41 X64/Cpu.asm
42 X64/Cpu.S
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 Vlv2TbltDevicePkg/PlatformPkg.dec