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
This commit is contained in:
jljusten 2008-02-20 02:09:13 +00:00
parent de971150c1
commit 4dd60a1736
5 changed files with 14 additions and 14 deletions

View File

@ -314,7 +314,7 @@
MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
MdeModulePkg/Universal/PCD/Dxe/Pcd.inf MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
MdeModulePkg/Universal/PCD/Pei/Pcd.inf MdeModulePkg/Universal/PCD/Pei/Pcd.inf

View File

@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: Module Name:
WatchDogTimer.c WatchdogTimer.c
Abstract: 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 // Handle for the Watchdog Timer Architectural Protocol instance produced by this driver

View File

@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: Module Name:
WatchDogTimer.h WatchdogTimer.h
Abstract: Abstract:

View File

@ -1,5 +1,5 @@
#/** @file #/** @file
# Component description file for WatchDogTimer module. # Component description file for WatchdogTimer module.
# #
# Generic watchdog timer implemenetation using EFI APIs. # Generic watchdog timer implemenetation using EFI APIs.
# Copyright (c) 2006 - 2007, Intel Corporation # Copyright (c) 2006 - 2007, Intel Corporation
@ -16,7 +16,7 @@
[Defines] [Defines]
INF_VERSION = 0x00010005 INF_VERSION = 0x00010005
BASE_NAME = WatchDogTimer BASE_NAME = WatchdogTimer
FILE_GUID = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8 FILE_GUID = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8
MODULE_TYPE = DXE_DRIVER MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0 VERSION_STRING = 1.0
@ -35,8 +35,8 @@
MdePkg/MdePkg.dec MdePkg/MdePkg.dec
[Sources.common] [Sources.common]
WatchDogTimer.h WatchdogTimer.h
WatchDogTimer.c WatchdogTimer.c
[LibraryClasses] [LibraryClasses]
UefiRuntimeServicesTableLib UefiRuntimeServicesTableLib

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MsaHeader> <MsaHeader>
<ModuleName>WatchDogTimer</ModuleName> <ModuleName>WatchdogTimer</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType> <ModuleType>DXE_DRIVER</ModuleType>
<GuidValue>F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8</GuidValue> <GuidValue>F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8</GuidValue>
<Version>1.0</Version> <Version>1.0</Version>
<Abstract>Component description file for WatchDogTimer module.</Abstract> <Abstract>Component description file for WatchdogTimer module.</Abstract>
<Description>Generic watchdog timer implemenetation using EFI APIs.</Description> <Description>Generic watchdog timer implemenetation using EFI APIs.</Description>
<Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright> <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials <License>All rights reserved. This program and the accompanying materials
@ -19,7 +19,7 @@
<ModuleDefinitions> <ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures> <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<BinaryModule>false</BinaryModule> <BinaryModule>false</BinaryModule>
<OutputFileBasename>WatchDogTimer</OutputFileBasename> <OutputFileBasename>WatchdogTimer</OutputFileBasename>
</ModuleDefinitions> </ModuleDefinitions>
<LibraryClassDefinitions> <LibraryClassDefinitions>
<LibraryClass Usage="ALWAYS_CONSUMED"> <LibraryClass Usage="ALWAYS_CONSUMED">
@ -39,9 +39,9 @@
</LibraryClass> </LibraryClass>
</LibraryClassDefinitions> </LibraryClassDefinitions>
<SourceFiles> <SourceFiles>
<Filename>WatchDogTimer.c</Filename> <Filename>WatchdogTimer.c</Filename>
<Filename>WatchDogTimer.h</Filename> <Filename>WatchdogTimer.h</Filename>
<Filename>WatchDogTimer.dxs</Filename> <Filename>WatchdogTimer.dxs</Filename>
</SourceFiles> </SourceFiles>
<PackageDependencies> <PackageDependencies>
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/> <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>