X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FWatchdogTimerDxe%2FWatchdogTimer.inf;h=bde84574b9a89bf3349a5b6f6f7a45075789fb79;hb=0dc3fb06b270ee8b370c5b219ce590fcfe66d551;hp=30d30f8e45717428e9336c92d4402d93ffb002b1;hpb=0f3fea2aace354de008bafb605665349ddb6a96f;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf index 30d30f8e45..bde84574b9 100644 --- a/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf +++ b/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf @@ -1,10 +1,9 @@ -#/** @file -# Component description file for WatchDogTimer module. +## @file +# Generic watchdog timer driver producing Watchdog Timer Architectural Protocol using UEFI APIs. # -# Generic watchdog timer implemenetation using EFI APIs. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 # http://opensource.org/licenses/bsd-license.php @@ -12,17 +11,15 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 - BASE_NAME = WatchDogTimer + BASE_NAME = WatchdogTimer + MODULE_UNI_FILE = WatchdogTimer.uni FILE_GUID = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = WatchdogTimerDriverInitialize # @@ -34,9 +31,9 @@ [Packages] MdePkg/MdePkg.dec -[Sources.common] - WatchDogTimer.h - WatchDogTimer.c +[Sources] + WatchdogTimer.h + WatchdogTimer.c [LibraryClasses] UefiRuntimeServicesTableLib @@ -46,12 +43,14 @@ DebugLib [Protocols] - gEfiWatchdogTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED - -[FixedPcd.common] - gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired + gEfiWatchdogTimerArchProtocolGuid ## PRODUCES -[depex] +[Depex] gEfiTimerArchProtocolGuid - - \ No newline at end of file + +# [Event] +# EVENT_TYPE_RELATIVE_TIMER ## CONSUMES +# + +[UserExtensions.TianoCore."ExtraFiles"] + WatchdogTimerExtra.uni \ No newline at end of file