]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / WatchdogTimerDxe / WatchdogTimer.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# Generic watchdog timer driver producing Watchdog Timer Architectural Protocol using UEFI APIs.\r
de4c8a30 3#\r
d1102dba 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
de4c8a30 5#\r
e5eed7d3 6# This program and the accompanying materials\r
de4c8a30 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
6bfbb5f0 14##\r
de4c8a30 15\r
de4c8a30 16[Defines]\r
17 INF_VERSION = 0x00010005\r
4dd60a17 18 BASE_NAME = WatchdogTimer\r
6036e94d 19 MODULE_UNI_FILE = WatchdogTimer.uni\r
de4c8a30 20 FILE_GUID = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
de4c8a30 23 ENTRY_POINT = WatchdogTimerDriverInitialize\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
de005223 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
de4c8a30 29#\r
30\r
ba237732
A
31[Packages]\r
32 MdePkg/MdePkg.dec\r
de4c8a30 33\r
6bfbb5f0 34[Sources]\r
4dd60a17 35 WatchdogTimer.h\r
36 WatchdogTimer.c\r
de4c8a30 37\r
de4c8a30 38[LibraryClasses]\r
39 UefiRuntimeServicesTableLib\r
40 UefiBootServicesTableLib\r
41 ReportStatusCodeLib\r
42 UefiDriverEntryPoint\r
43 DebugLib\r
44\r
de4c8a30 45[Protocols]\r
7772b176 46 gEfiWatchdogTimerArchProtocolGuid ## PRODUCES\r
de4c8a30 47\r
6036e94d 48[Depex]\r
ba237732 49 gEfiTimerArchProtocolGuid\r
6036e94d 50\r
7772b176 51# [Event]\r
6036e94d 52# EVENT_TYPE_RELATIVE_TIMER ## CONSUMES\r
7772b176 53#\r
6036e94d
SZ
54\r
55[UserExtensions.TianoCore."ExtraFiles"]\r
d1102dba 56 WatchdogTimerExtra.uni\r