From 49eb07e4514497aab29ce54e35ab86bb15098663 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Sat, 27 Sep 2008 03:13:37 +0000 Subject: [PATCH] Changing source filename to match name changing. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6014 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/KbcResetDxe/Reset.inf | 4 ++-- DuetPkg/PcRtc/RealTimeClock.inf | 4 ++-- .../PciRootBridgeNoEnumeration.inf | 4 ++-- EdkShellBinPkg/FullShell/FullShell.inf | 8 ++++---- EdkShellBinPkg/MinimumShell/MinimumShell.inf | 8 ++++---- .../DebugSupportDxe/DebugSupportDxe.inf | 20 +++++++++---------- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/DuetPkg/KbcResetDxe/Reset.inf b/DuetPkg/KbcResetDxe/Reset.inf index f03daacdaa..38ad0140c7 100644 --- a/DuetPkg/KbcResetDxe/Reset.inf +++ b/DuetPkg/KbcResetDxe/Reset.inf @@ -1,6 +1,6 @@ #/*++ # -# Copyright (c) 2006, Intel Corporation +# Copyright (c) 2006 - 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 @@ -48,7 +48,7 @@ Ia32/Ia32Reset.c [Sources.x64] - x64/x64Reset.c + X64/X64Reset.c [Protocols] gEfiResetArchProtocolGuid diff --git a/DuetPkg/PcRtc/RealTimeClock.inf b/DuetPkg/PcRtc/RealTimeClock.inf index 0a9059422c..d02ae7642c 100644 --- a/DuetPkg/PcRtc/RealTimeClock.inf +++ b/DuetPkg/PcRtc/RealTimeClock.inf @@ -1,6 +1,6 @@ #/*++ # -# Copyright (c) 2005, Intel Corporation +# Copyright (c) 2005 - 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 @@ -48,7 +48,7 @@ Ia32/RealTimeClock.c [Sources.x64] - x64/RealTimeClock.c + X64/RealTimeClock.c [Sources.ipf] Ipf/RealTimeClock.c diff --git a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf index 81c55bac4d..3f9b43fd74 100644 --- a/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf +++ b/DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf @@ -1,6 +1,6 @@ #/*++ # -# Copyright (c) 2005 - 2006, Intel Corporation +# Copyright (c) 2005 - 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 @@ -55,7 +55,7 @@ Ia32/PcatIo.c [Sources.x64] - x64/PcatIo.c + X64/PcatIo.c [Sources.ipf] Ipf/PcatIo.c diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf index a4f24cab31..323cdf4c21 100644 --- a/EdkShellBinPkg/FullShell/FullShell.inf +++ b/EdkShellBinPkg/FullShell/FullShell.inf @@ -4,7 +4,7 @@ # This is a binary module containing multiple binary shell applications. # All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application # file, and they are can be run in shell environment. -# Copyright (c) 2006, Intel Corporation. +# Copyright (c) 2006 - 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 @@ -33,11 +33,11 @@ # [Binaries.Ia32] - PE32|ia32/Shell_Full.efi|* + PE32|Ia32/Shell_Full.efi|* [Binaries.X64] - PE32|x64/Shell_full.efi|* + PE32|X64/Shell_full.efi|* [Binaries.IPF] - PE32|ipf/Shell_Full.efi|* + PE32|Ipf/Shell_Full.efi|* diff --git a/EdkShellBinPkg/MinimumShell/MinimumShell.inf b/EdkShellBinPkg/MinimumShell/MinimumShell.inf index 0aeec6d14d..eb28ced810 100644 --- a/EdkShellBinPkg/MinimumShell/MinimumShell.inf +++ b/EdkShellBinPkg/MinimumShell/MinimumShell.inf @@ -4,7 +4,7 @@ # This is a binary module containing multiple binary shell applications. # All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application # file, and they are can be run in shell environment. -# Copyright (c) 2006, Intel Corporation. +# Copyright (c) 2006 - 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 @@ -33,11 +33,11 @@ # [Binaries.Ia32] - PE32|ia32/Shell.efi|* + PE32|Ia32/Shell.efi|* [Binaries.X64] - PE32|x64/Shell.efi|* + PE32|X64/Shell.efi|* [Binaries.IPF] - PE32|ipf/Shell.efi|* + PE32|Ipf/Shell.efi|* \ No newline at end of file diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf index ca4162fd29..16ad3d542b 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf @@ -2,7 +2,7 @@ # Component description file for DebugSupport module. # # This driver installs DebugSupport protocol for the selected processor. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 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 @@ -41,17 +41,17 @@ Ia32/AsmFuncs.asm [Sources.X64] - x64/plDebugSupport.c - x64/plDebugSupport.h - x64/AsmFuncs.S - x64/AsmFuncs.asm + X64/plDebugSupport.c + X64/plDebugSupport.h + X64/AsmFuncs.S + X64/AsmFuncs.asm [Sources.IPF] - ipf/plDebugSupport.h - ipf/plDebugSupport.c - ipf/Ds64Macros.i - ipf/common.i - ipf/AsmFuncs.s + Ipf/plDebugSupport.h + Ipf/plDebugSupport.c + Ipf/Ds64Macros.i + Ipf/common.i + Ipf/AsmFuncs.s [Packages] -- 2.39.2