]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
MdePkg/BaseLib: Add stack switch related definitions for IA32
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / DxeCpuExceptionHandlerLib.inf
index 316ed55b2ad28e626e9664eee7a5d55287f70461..f4a8d01c80713fd2184627281dcfc23a9fc8182c 100644 (file)
@@ -1,15 +1,15 @@
 ## @file\r
 #  CPU Exception Handler library instance for DXE modules.\r
 #\r
-#  Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #  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
+#\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
 \r
 [Defines]\r
 \r
 [Sources.Ia32]\r
   Ia32/ExceptionHandlerAsm.asm\r
-  Ia32/ExceptionHandlerAsm.S   |GCC\r
+  Ia32/ExceptionHandlerAsm.nasm\r
+  Ia32/ExceptionHandlerAsm.S\r
   Ia32/ArchExceptionHandler.c\r
   Ia32/ArchInterruptDefs.h\r
 \r
 [Sources.X64]\r
   X64/ExceptionHandlerAsm.asm\r
-  X64/ExceptionHandlerAsm.S     |GCC\r
+  X64/ExceptionHandlerAsm.nasm\r
+  X64/ExceptionHandlerAsm.S\r
   X64/ArchExceptionHandler.c\r
   X64/ArchInterruptDefs.h\r
 \r
 [Sources.common]\r
   CpuExceptionCommon.h\r
   CpuExceptionCommon.c\r
-  DxeSmmCpuException.c\r
+  PeiDxeSmmCpuException.c\r
   DxeException.c\r
 \r
 [Packages]\r
@@ -56,6 +58,6 @@
   PrintLib\r
   SynchronizationLib\r
   LocalApicLib\r
-  PeCoffGetEntryPointLib \r
+  PeCoffGetEntryPointLib\r
   MemoryAllocationLib\r
   DebugLib\r