]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro.
[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
7772b176 43 PcdLib\r
de4c8a30 44\r
de4c8a30 45[Protocols]\r
7772b176 46 gEfiWatchdogTimerArchProtocolGuid ## PRODUCES\r
de4c8a30 47\r
b3af5df6 48[FixedPcd.common]\r
49 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired\r
ba237732 50\r
de4c8a30 51[depex]\r
ba237732
A
52 gEfiTimerArchProtocolGuid\r
53 \r
7772b176 54# [Event]\r
55# ##\r
56# # Relative timer event set by EFI_WATCHDOG_TIMER_ARCH_PROTOCOL.SetTimerPeriod()\r
57# #\r
58# EVENT_TYPE_RELATIVE_TIMER ## PRODUCES\r
59#\r
60#