diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-17 04:33:19 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-17 04:33:19 +0000 |
commit | 96437c903c4a148db83358b2aa4e3cdc8c008af3 (patch) | |
tree | d7848084a5a4d6dccc35a2287416bc8b6540f10d /MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf | |
parent | 636578d3336af804932c8731b147d26588b7a29d (diff) | |
download | edk2-96437c903c4a148db83358b2aa4e3cdc8c008af3.tar.gz |
Code scrub for WatchdogTimer driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6555 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf')
-rw-r--r-- | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf index f03d50de35..ac769246c3 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf @@ -1,8 +1,7 @@ #/** @file
-# Component description file for WatchdogTimer module.
+# Generic watchdog timer driver produceing Watchdog Timer Architectural Protocol using UEFI APIs.
#
-# Generic watchdog timer implemenetation using EFI APIs.
-# 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
|