]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / WatchdogTimerDxe / WatchdogTimer.inf
CommitLineData
de4c8a30 1#/** @file\r
96437c90 2# Generic watchdog timer driver produceing Watchdog Timer Architectural Protocol using UEFI APIs.\r
de4c8a30 3#\r
96437c90 4# Copyright (c) 2006 - 2008, Intel Corporation\r
de4c8a30 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
de4c8a30 16[Defines]\r
17 INF_VERSION = 0x00010005\r
4dd60a17 18 BASE_NAME = WatchdogTimer\r
de4c8a30 19 FILE_GUID = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
de4c8a30 22 ENTRY_POINT = WatchdogTimerDriverInitialize\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
ba237732
A
30[Packages]\r
31 MdePkg/MdePkg.dec\r
de4c8a30 32\r
33[Sources.common]\r
4dd60a17 34 WatchdogTimer.h\r
35 WatchdogTimer.c\r
de4c8a30 36\r
de4c8a30 37[LibraryClasses]\r
38 UefiRuntimeServicesTableLib\r
39 UefiBootServicesTableLib\r
40 ReportStatusCodeLib\r
41 UefiDriverEntryPoint\r
42 DebugLib\r
43\r
de4c8a30 44[Protocols]\r
45 gEfiWatchdogTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
46\r
b3af5df6 47[FixedPcd.common]\r
48 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired\r
ba237732 49\r
de4c8a30 50[depex]\r
ba237732
A
51 gEfiTimerArchProtocolGuid\r
52 \r
53