Changing source filename to match name changing.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6049 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-09-27 06:48:28 +00:00
parent 26fb47271a
commit 766f1ff550
5 changed files with 37 additions and 37 deletions

View File

@ -1,6 +1,6 @@
#/*++
#
# Copyright (c) 2004 - 2006, Intel Corporation
# Copyright (c) 2004 - 2008, Intel Corporation
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@ -26,10 +26,10 @@ COMPONENT_TYPE = LIBRARY
[sources.common]
[sources.ia32]
x86Cache.c
X86Cache.c
[sources.x64]
x86Cache.c
X86Cache.c
[sources.ipf]
IpfCache.c

View File

@ -350,20 +350,20 @@ COMPONENT_TYPE = LIBRARY
Ia32/InternalSwitchStack.c
Ia32/Non-existing.c
Unaligned.c
x86WriteIdtr.c
x86WriteGdtr.c
x86Thunk.c
x86ReadIdtr.c
x86ReadGdtr.c
x86Msr.c
x86MemoryFence.c
x86GetInterruptState.c
x86FxSave.c
x86FxRestore.c
x86EnablePaging64.c
x86EnablePaging32.c
x86DisablePaging64.c
x86DisablePaging32.c
X86WriteIdtr.c
X86WriteGdtr.c
X86Thunk.c
X86ReadIdtr.c
X86ReadGdtr.c
X86Msr.c
X86MemoryFence.c
X86GetInterruptState.c
X86FxSave.c
X86FxRestore.c
X86EnablePaging64.c
X86EnablePaging32.c
X86DisablePaging64.c
X86DisablePaging32.c
[Sources.X64]
X64/Thunk16.asm
@ -461,20 +461,20 @@ COMPONENT_TYPE = LIBRARY
X64/Non-existing.c
Math64.c
Unaligned.c
x86WriteIdtr.c
x86WriteGdtr.c
x86Thunk.c
x86ReadIdtr.c
x86ReadGdtr.c
x86Msr.c
x86MemoryFence.c
x86GetInterruptState.c
x86FxSave.c
x86FxRestore.c
x86EnablePaging64.c
x86EnablePaging32.c
x86DisablePaging64.c
x86DisablePaging32.c
X86WriteIdtr.c
X86WriteGdtr.c
X86Thunk.c
X86ReadIdtr.c
X86ReadGdtr.c
X86Msr.c
X86MemoryFence.c
X86GetInterruptState.c
X86FxSave.c
X86FxRestore.c
X86EnablePaging64.c
X86EnablePaging32.c
X86DisablePaging64.c
X86DisablePaging32.c
X64/WriteMsr64.S | GCC
X64/WriteMm7.S | GCC
X64/WriteMm6.S | GCC

View File

@ -25,12 +25,12 @@ COMPONENT_TYPE = LIBRARY
[sources.common]
[sources.ia32]
x86TimerLib.c
Ia32/x86LocalApicTimerInitialize.asm
X86TimerLib.c
Ia32/X86LocalApicTimerInitialize.asm
[sources.x64]
x86TimerLib.c
X64/x86LocalApicTimerInitialize.asm
X86TimerLib.c
X64/X86LocalApicTimerInitialize.asm
[sources.ipf]
Ipf/IpfTimerLib.c

View File

@ -22,7 +22,7 @@ BASE_NAME = Thunk16Lib
COMPONENT_TYPE = LIBRARY
[sources.common]
x86Thunk.c
X86Thunk.c
[sources.ia32]
Ia32/Thunk16.asm

View File

@ -22,7 +22,7 @@ BASE_NAME = Thunk16Lib
COMPONENT_TYPE = LIBRARY
[sources.common]
x86Thunk.c
X86Thunk.c
[sources.ia32]
Ia32/Thunk16.asm | MSFT