Correct INF file to make module pass ICC compiler.

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
This commit is contained in:
Liming Gao
2013-12-11 08:22:43 +00:00
committed by lgao4
parent 7476ad722c
commit 4db0b65c06
9 changed files with 18 additions and 18 deletions

View File

@ -42,12 +42,12 @@
[Sources.IA32] [Sources.IA32]
IA32/RdRandWord.c IA32/RdRandWord.c
IA32/AsmRdRand.asm | MSFT IA32/AsmRdRand.asm
IA32/GccRdRand.c | GCC IA32/GccRdRand.c | GCC
[Sources.X64] [Sources.X64]
X64/RdRandWord.c X64/RdRandWord.c
X64/AsmRdRand.asm | MSFT X64/AsmRdRand.asm
X64/GccRdRand.c | GCC X64/GccRdRand.c | GCC
[Packages] [Packages]

View File

@ -42,14 +42,14 @@
[Sources.Ia32] [Sources.Ia32]
DebugAgentCommon/Ia32/AsmFuncs.S | GCC DebugAgentCommon/Ia32/AsmFuncs.S | GCC
DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT DebugAgentCommon/Ia32/AsmFuncs.asm
DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.h
DebugAgentCommon/Ia32/ArchDebugSupport.c DebugAgentCommon/Ia32/ArchDebugSupport.c
DebugAgentCommon/Ia32/DebugException.h DebugAgentCommon/Ia32/DebugException.h
[Sources.X64] [Sources.X64]
DebugAgentCommon/X64/AsmFuncs.S | GCC DebugAgentCommon/X64/AsmFuncs.S | GCC
DebugAgentCommon/X64/AsmFuncs.asm | MSFT DebugAgentCommon/X64/AsmFuncs.asm
DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.h
DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/ArchDebugSupport.c
DebugAgentCommon/X64/DebugException.h DebugAgentCommon/X64/DebugException.h

View File

@ -39,14 +39,14 @@
[Sources.Ia32] [Sources.Ia32]
DebugAgentCommon/Ia32/AsmFuncs.S | GCC DebugAgentCommon/Ia32/AsmFuncs.S | GCC
DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT DebugAgentCommon/Ia32/AsmFuncs.asm
DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.h
DebugAgentCommon/Ia32/ArchDebugSupport.c DebugAgentCommon/Ia32/ArchDebugSupport.c
DebugAgentCommon/Ia32/DebugException.h DebugAgentCommon/Ia32/DebugException.h
[Sources.X64] [Sources.X64]
DebugAgentCommon/X64/AsmFuncs.S | GCC DebugAgentCommon/X64/AsmFuncs.S | GCC
DebugAgentCommon/X64/AsmFuncs.asm | MSFT DebugAgentCommon/X64/AsmFuncs.asm
DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.h
DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/ArchDebugSupport.c
DebugAgentCommon/X64/DebugException.h DebugAgentCommon/X64/DebugException.h

View File

@ -39,14 +39,14 @@
[Sources.Ia32] [Sources.Ia32]
DebugAgentCommon/Ia32/AsmFuncs.S | GCC DebugAgentCommon/Ia32/AsmFuncs.S | GCC
DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT DebugAgentCommon/Ia32/AsmFuncs.asm
DebugAgentCommon/Ia32/ArchDebugSupport.h DebugAgentCommon/Ia32/ArchDebugSupport.h
DebugAgentCommon/Ia32/ArchDebugSupport.c DebugAgentCommon/Ia32/ArchDebugSupport.c
DebugAgentCommon/Ia32/DebugException.h DebugAgentCommon/Ia32/DebugException.h
[Sources.X64] [Sources.X64]
DebugAgentCommon/X64/AsmFuncs.S | GCC DebugAgentCommon/X64/AsmFuncs.S | GCC
DebugAgentCommon/X64/AsmFuncs.asm | MSFT DebugAgentCommon/X64/AsmFuncs.asm
DebugAgentCommon/X64/ArchDebugSupport.h DebugAgentCommon/X64/ArchDebugSupport.h
DebugAgentCommon/X64/ArchDebugSupport.c DebugAgentCommon/X64/ArchDebugSupport.c
DebugAgentCommon/X64/DebugException.h DebugAgentCommon/X64/DebugException.h

View File

@ -33,12 +33,12 @@
[Sources.IA32] [Sources.IA32]
Ia32/IntHandlerFuncs.c Ia32/IntHandlerFuncs.c
Ia32/IntHandler.asm | MSFT Ia32/IntHandler.asm
Ia32/IntHandler.S | GCC Ia32/IntHandler.S | GCC
[Sources.X64] [Sources.X64]
X64/IntHandlerFuncs.c X64/IntHandlerFuncs.c
X64/IntHandler.asm | MSFT X64/IntHandler.asm
X64/IntHandler.S | GCC X64/IntHandler.S | GCC
[Packages] [Packages]

View File

@ -29,13 +29,13 @@
# #
[Sources.Ia32] [Sources.Ia32]
Ia32/ExceptionHandlerAsm.asm |MSFT Ia32/ExceptionHandlerAsm.asm
Ia32/ExceptionHandlerAsm.S |GCC Ia32/ExceptionHandlerAsm.S |GCC
Ia32/ArchExceptionHandler.c Ia32/ArchExceptionHandler.c
Ia32/ArchInterruptDefs.h Ia32/ArchInterruptDefs.h
[Sources.X64] [Sources.X64]
X64/ExceptionHandlerAsm.asm |MSFT X64/ExceptionHandlerAsm.asm
X64/ExceptionHandlerAsm.S |GCC X64/ExceptionHandlerAsm.S |GCC
X64/ArchExceptionHandler.c X64/ArchExceptionHandler.c
X64/ArchInterruptDefs.h X64/ArchInterruptDefs.h

View File

@ -29,13 +29,13 @@
# #
[Sources.Ia32] [Sources.Ia32]
Ia32/ExceptionHandlerAsm.asm |MSFT Ia32/ExceptionHandlerAsm.asm
Ia32/ExceptionHandlerAsm.S |GCC Ia32/ExceptionHandlerAsm.S |GCC
Ia32/ArchExceptionHandler.c Ia32/ArchExceptionHandler.c
Ia32/ArchInterruptDefs.h Ia32/ArchInterruptDefs.h
[Sources.X64] [Sources.X64]
X64/ExceptionHandlerAsm.asm |MSFT X64/ExceptionHandlerAsm.asm
X64/ExceptionHandlerAsm.S |GCC X64/ExceptionHandlerAsm.S |GCC
X64/ArchExceptionHandler.c X64/ArchExceptionHandler.c
X64/ArchInterruptDefs.h X64/ArchInterruptDefs.h

View File

@ -29,13 +29,13 @@
# #
[Sources.Ia32] [Sources.Ia32]
Ia32/ExceptionHandlerAsm.asm |MSFT Ia32/ExceptionHandlerAsm.asm
Ia32/ExceptionHandlerAsm.S |GCC Ia32/ExceptionHandlerAsm.S |GCC
Ia32/ArchExceptionHandler.c Ia32/ArchExceptionHandler.c
Ia32/ArchInterruptDefs.h Ia32/ArchInterruptDefs.h
[Sources.X64] [Sources.X64]
X64/ExceptionHandlerAsm.asm |MSFT X64/ExceptionHandlerAsm.asm
X64/ExceptionHandlerAsm.S |GCC X64/ExceptionHandlerAsm.S |GCC
X64/ArchExceptionHandler.c X64/ArchExceptionHandler.c
X64/ArchInterruptDefs.h X64/ArchInterruptDefs.h

View File

@ -34,11 +34,11 @@
S3Resume.c S3Resume.c
[Sources.IA32] [Sources.IA32]
Ia32/AsmFuncs.asm | MSFT Ia32/AsmFuncs.asm
Ia32/AsmFuncs.S | GCC Ia32/AsmFuncs.S | GCC
[Sources.X64] [Sources.X64]
X64/AsmFuncs.asm | MSFT X64/AsmFuncs.asm
X64/AsmFuncs.S | GCC X64/AsmFuncs.S | GCC
[Packages] [Packages]