]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
de4c8a30 7#\r
8#\r
6bfbb5f0 9##\r
de4c8a30 10\r
de4c8a30 11[Defines]\r
12 INF_VERSION = 0x00010005\r
4dd60a17 13 BASE_NAME = WatchdogTimer\r
6036e94d 14 MODULE_UNI_FILE = WatchdogTimer.uni\r
de4c8a30 15 FILE_GUID = F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
de4c8a30 18 ENTRY_POINT = WatchdogTimerDriverInitialize\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
de005223 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
de4c8a30 24#\r
25\r
ba237732
A
26[Packages]\r
27 MdePkg/MdePkg.dec\r
de4c8a30 28\r
6bfbb5f0 29[Sources]\r
4dd60a17 30 WatchdogTimer.h\r
31 WatchdogTimer.c\r
de4c8a30 32\r
de4c8a30 33[LibraryClasses]\r
34 UefiRuntimeServicesTableLib\r
35 UefiBootServicesTableLib\r
36 ReportStatusCodeLib\r
37 UefiDriverEntryPoint\r
38 DebugLib\r
39\r
de4c8a30 40[Protocols]\r
7772b176 41 gEfiWatchdogTimerArchProtocolGuid ## PRODUCES\r
de4c8a30 42\r
6036e94d 43[Depex]\r
ba237732 44 gEfiTimerArchProtocolGuid\r
6036e94d 45\r
7772b176 46# [Event]\r
6036e94d 47# EVENT_TYPE_RELATIVE_TIMER ## CONSUMES\r
7772b176 48#\r
6036e94d
SZ
49\r
50[UserExtensions.TianoCore."ExtraFiles"]\r
d1102dba 51 WatchdogTimerExtra.uni\r