From 6205fbca3decbade9e71df7c521171b6947d827e Mon Sep 17 00:00:00 2001 From: jljusten Date: Wed, 20 Feb 2008 01:30:35 +0000 Subject: [PATCH] edk2/MdeModulePkg/Universal/WatchDogTimerDxe: 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@4710 6f19259b-4bc3-4df7-8a09-765794883524 --- .../{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.c | 0 .../{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.h | 0 .../{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.inf | 0 .../{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.msa | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename MdeModulePkg/Universal/{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.c (100%) rename MdeModulePkg/Universal/{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.h (100%) rename MdeModulePkg/Universal/{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.inf (100%) rename MdeModulePkg/Universal/{WatchDogTimerDxe => WatchdogTimerDxe}/WatchDogTimer.msa (100%) diff --git a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.c b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.c similarity index 100% rename from MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.c rename to MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.c diff --git a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.h similarity index 100% rename from MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.h rename to MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.h diff --git a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.inf similarity index 100% rename from MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf rename to MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.inf diff --git a/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.msa b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.msa similarity index 100% rename from MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.msa rename to MdeModulePkg/Universal/WatchdogTimerDxe/WatchDogTimer.msa -- 2.39.2