]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / BaseUefiCpuLib / BaseUefiCpuLib.inf
index 90b798dca3faa28007dace46bc4455ac2179d67f..006b7acbf14e69795f5ff682562d216b7ba34ebe 100644 (file)
@@ -1,25 +1,21 @@
 ## @file\r
-#  This library defines some routines that are generic for IA32 family CPU\r
-#  to be UEFI specification compliant.\r
+#  This library defines some routines that are generic for IA32 family CPU.\r
+#\r
+#  The library routines are UEFI specification compliant.\r
+#\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  \r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseUefiCpuLib\r
+  MODULE_UNI_FILE                = BaseUefiCpuLib.uni\r
   FILE_GUID                      = 34C24FD7-7A90-45c2-89FD-946473D9CE98\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = UefiCpuLib \r
+  LIBRARY_CLASS                  = UefiCpuLib\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
 \r
 [Sources.IA32]\r
-  Ia32/InitializeFpu.asm\r
-  Ia32/InitializeFpu.S\r
+  Ia32/InitializeFpu.nasm\r
 \r
 [Sources.X64]\r
-  X64/InitializeFpu.asm\r
-  X64/InitializeFpu.S\r
+  X64/InitializeFpu.nasm\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiCpuLib\r
-\r