]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.
[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
f9876ecf 4# Copyright (c) 2006 - 2010, 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
7772b176 45 gEfiWatchdogTimerArchProtocolGuid ## PRODUCES\r
de4c8a30 46\r
47[depex]\r
ba237732
A
48 gEfiTimerArchProtocolGuid\r
49 \r
7772b176 50# [Event]\r
51# ##\r
52# # Relative timer event set by EFI_WATCHDOG_TIMER_ARCH_PROTOCOL.SetTimerPeriod()\r
53# #\r
54# EVENT_TYPE_RELATIVE_TIMER ## PRODUCES\r
55#\r
56#