]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct INF file to make module pass ICC compiler.
authorLiming Gao <liming.gao@intel.com>
Wed, 11 Dec 2013 08:22:43 +0000 (08:22 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Dec 2013 08:22:43 +0000 (08:22 +0000)
Signed-off-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14961 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf

index 12cb2fc3eef8efc9721479d619ab7ec482b7c417..0ea5949a03d54362ef42c856ab507a623ae2686f 100644 (file)
 \r
 [Sources.IA32]\r
   IA32/RdRandWord.c\r
-  IA32/AsmRdRand.asm        | MSFT\r
+  IA32/AsmRdRand.asm\r
   IA32/GccRdRand.c          | GCC\r
 \r
 [Sources.X64]\r
   X64/RdRandWord.c\r
-  X64/AsmRdRand.asm         | MSFT\r
+  X64/AsmRdRand.asm\r
   X64/GccRdRand.c           | GCC\r
 \r
 [Packages]\r
index e5a510d4b38a402bd9d564ab828bb21a67145a00..0a3a519042b95d0de25c291696516fa754c374bd 100644 (file)
 \r
 [Sources.Ia32]\r
   DebugAgentCommon/Ia32/AsmFuncs.S     | GCC\r
-  DebugAgentCommon/Ia32/AsmFuncs.asm   | MSFT\r
+  DebugAgentCommon/Ia32/AsmFuncs.asm\r
   DebugAgentCommon/Ia32/ArchDebugSupport.h\r
   DebugAgentCommon/Ia32/ArchDebugSupport.c\r
   DebugAgentCommon/Ia32/DebugException.h\r
 \r
 [Sources.X64]\r
   DebugAgentCommon/X64/AsmFuncs.S      | GCC\r
-  DebugAgentCommon/X64/AsmFuncs.asm    | MSFT\r
+  DebugAgentCommon/X64/AsmFuncs.asm\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
index 5204abca525d30b19582bcd88049780250f0bb33..8de4cbd9ee860ab0ee31e3965f8224daad0b28ac 100644 (file)
 \r
 [Sources.Ia32]\r
   DebugAgentCommon/Ia32/AsmFuncs.S     | GCC\r
-  DebugAgentCommon/Ia32/AsmFuncs.asm   | MSFT\r
+  DebugAgentCommon/Ia32/AsmFuncs.asm\r
   DebugAgentCommon/Ia32/ArchDebugSupport.h\r
   DebugAgentCommon/Ia32/ArchDebugSupport.c\r
   DebugAgentCommon/Ia32/DebugException.h\r
 \r
 [Sources.X64]\r
   DebugAgentCommon/X64/AsmFuncs.S      | GCC\r
-  DebugAgentCommon/X64/AsmFuncs.asm    | MSFT\r
+  DebugAgentCommon/X64/AsmFuncs.asm\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
index 2878c3189f91c4c05b7b1fc2136cb1b4d29e7403..048481ebaac08a19fcbf8981dcbb055898c5b85f 100644 (file)
 \r
 [Sources.Ia32]\r
   DebugAgentCommon/Ia32/AsmFuncs.S     | GCC\r
-  DebugAgentCommon/Ia32/AsmFuncs.asm   | MSFT\r
+  DebugAgentCommon/Ia32/AsmFuncs.asm\r
   DebugAgentCommon/Ia32/ArchDebugSupport.h\r
   DebugAgentCommon/Ia32/ArchDebugSupport.c\r
   DebugAgentCommon/Ia32/DebugException.h\r
 \r
 [Sources.X64]\r
   DebugAgentCommon/X64/AsmFuncs.S      | GCC\r
-  DebugAgentCommon/X64/AsmFuncs.asm    | MSFT\r
+  DebugAgentCommon/X64/AsmFuncs.asm\r
   DebugAgentCommon/X64/ArchDebugSupport.h\r
   DebugAgentCommon/X64/ArchDebugSupport.c\r
   DebugAgentCommon/X64/DebugException.h\r
index fa485bcf182267750517d7a8ba6e278b5e81e8f8..9310ccfe83d2f8d25e06ac3ca25d928928c491c3 100644 (file)
 \r
 [Sources.IA32]\r
   Ia32/IntHandlerFuncs.c\r
-  Ia32/IntHandler.asm     | MSFT\r
+  Ia32/IntHandler.asm\r
   Ia32/IntHandler.S       | GCC\r
 \r
 [Sources.X64]\r
   X64/IntHandlerFuncs.c\r
-  X64/IntHandler.asm      | MSFT\r
+  X64/IntHandler.asm\r
   X64/IntHandler.S        | GCC\r
 \r
 [Packages]\r
index 388708676548c4aa7714a7fea741336d6948e862..b8bf4ebd17cc2dda74ef4750033e4fefa8ef86d8 100644 (file)
 #\r
 \r
 [Sources.Ia32]\r
-  Ia32/ExceptionHandlerAsm.asm |MSFT\r
+  Ia32/ExceptionHandlerAsm.asm\r
   Ia32/ExceptionHandlerAsm.S   |GCC\r
   Ia32/ArchExceptionHandler.c\r
   Ia32/ArchInterruptDefs.h\r
 \r
 [Sources.X64]\r
-  X64/ExceptionHandlerAsm.asm   |MSFT\r
+  X64/ExceptionHandlerAsm.asm\r
   X64/ExceptionHandlerAsm.S     |GCC\r
   X64/ArchExceptionHandler.c\r
   X64/ArchInterruptDefs.h\r
index 159d3c61f5373b1b369114e4283bb0d67fe9a540..6a3a163c9edfac2df6a312785a06e7e224f8d1a1 100644 (file)
 #\r
 \r
 [Sources.Ia32]\r
-  Ia32/ExceptionHandlerAsm.asm |MSFT\r
+  Ia32/ExceptionHandlerAsm.asm\r
   Ia32/ExceptionHandlerAsm.S   |GCC\r
   Ia32/ArchExceptionHandler.c\r
   Ia32/ArchInterruptDefs.h\r
 \r
 [Sources.X64]\r
-  X64/ExceptionHandlerAsm.asm |MSFT\r
+  X64/ExceptionHandlerAsm.asm\r
   X64/ExceptionHandlerAsm.S   |GCC\r
   X64/ArchExceptionHandler.c\r
   X64/ArchInterruptDefs.h\r
index 9fe87be8a2184f1c156800c3cfa2e6ea939926c2..2fe7ac3ca6009be76b30f542aad3cee1b4065408 100644 (file)
 #\r
 \r
 [Sources.Ia32]\r
-  Ia32/ExceptionHandlerAsm.asm |MSFT\r
+  Ia32/ExceptionHandlerAsm.asm\r
   Ia32/ExceptionHandlerAsm.S   |GCC\r
   Ia32/ArchExceptionHandler.c\r
   Ia32/ArchInterruptDefs.h\r
 \r
 [Sources.X64]\r
-  X64/ExceptionHandlerAsm.asm   |MSFT\r
+  X64/ExceptionHandlerAsm.asm\r
   X64/ExceptionHandlerAsm.S     |GCC\r
   X64/ArchExceptionHandler.c\r
   X64/ArchInterruptDefs.h\r
index db5d66e7fbd7799d837021ccf7003338687f2f0a..6b29d05c0745a66a8fda42aea7d676fec3606747 100644 (file)
   S3Resume.c\r
 \r
 [Sources.IA32]\r
-  Ia32/AsmFuncs.asm  | MSFT\r
+  Ia32/AsmFuncs.asm\r
   Ia32/AsmFuncs.S    | GCC\r
 \r
 [Sources.X64]\r
-  X64/AsmFuncs.asm   | MSFT\r
+  X64/AsmFuncs.asm\r
   X64/AsmFuncs.S     | GCC\r
 \r
 [Packages]\r