From 4dd60a17369391ee9f59eb1eb60c487e47a66392 Mon Sep 17 00:00:00 2001 From: jljusten Date: Wed, 20 Feb 2008 02:09:13 +0000 Subject: [PATCH] edk2/MdeModulePkg/MdeModulePkg.dsc: edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c: edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h: edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf: edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.msa: Moving usage of 'WatchDogTimer' to 'WatchdogTimer' to match the architectural protocol, as well as the more common usage of 'watchdog timer' vs. 'watch dog timer'. Consistency is needed for building on systems with case-sensitive filesystems. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4717 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dsc | 2 +- .../Universal/WatchdogTimerDxe/WatchdogTimer.c | 4 ++-- .../Universal/WatchdogTimerDxe/WatchdogTimer.h | 2 +- .../Universal/WatchdogTimerDxe/WatchdogTimer.inf | 8 ++++---- .../Universal/WatchdogTimerDxe/WatchdogTimer.msa | 12 ++++++------ 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index c3c2069c66..59a6a56dd1 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -314,7 +314,7 @@ MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf - MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf + MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf MdeModulePkg/Universal/PCD/Dxe/Pcd.inf MdeModulePkg/Universal/PCD/Pei/Pcd.inf diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c index 76289087bc..7762933e59 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c @@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Module Name: - WatchDogTimer.c + WatchdogTimer.c Abstract: @@ -21,7 +21,7 @@ Revision History --*/ -#include "WatchDogTimer.h" +#include "WatchdogTimer.h" // // Handle for the Watchdog Timer Architectural Protocol instance produced by this driver diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h index 412ab887c1..ec6deec47a 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h @@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Module Name: - WatchDogTimer.h + WatchdogTimer.h Abstract: diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf index 30d30f8e45..f03d50de35 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf @@ -1,5 +1,5 @@ #/** @file -# Component description file for WatchDogTimer module. +# Component description file for WatchdogTimer module. # # Generic watchdog timer implemenetation using EFI APIs. # Copyright (c) 2006 - 2007, Intel Corporation @@ -16,7 +16,7 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = WatchDogTimer + BASE_NAME = WatchdogTimer FILE_GUID = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -35,8 +35,8 @@ MdePkg/MdePkg.dec [Sources.common] - WatchDogTimer.h - WatchDogTimer.c + WatchdogTimer.h + WatchdogTimer.c [LibraryClasses] UefiRuntimeServicesTableLib diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.msa b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.msa index 9231ae543d..0f3c6b0a10 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.msa +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.msa @@ -1,11 +1,11 @@ - WatchDogTimer + WatchdogTimer DXE_DRIVER F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8 1.0 - Component description file for WatchDogTimer module. + Component description file for WatchdogTimer module. Generic watchdog timer implemenetation using EFI APIs. Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials @@ -19,7 +19,7 @@ IA32 X64 IPF EBC false - WatchDogTimer + WatchdogTimer @@ -39,9 +39,9 @@ - WatchDogTimer.c - WatchDogTimer.h - WatchDogTimer.dxs + WatchdogTimer.c + WatchdogTimer.h + WatchdogTimer.dxs -- 2.39.2