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