]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmJunoPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
ArmPlatformPkg/BootMonFs: Fix the setting of information about a file
[mirror_edk2.git] / ArmPlatformPkg / ArmJunoPkg / Drivers / GenericWatchdogDxe / GenericWatchdogDxe.inf
CommitLineData
9f38945f
OM
1#\r
2# Copyright (c) 2013-2014, ARM Limited. All rights reserved.\r
3#\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010016\r
15 BASE_NAME = GenericWatchdogDxe\r
16 FILE_GUID = 0619f5c2-4858-4caa-a86a-73a21a18df6b\r
17 MODULE_TYPE = DXE_DRIVER\r
18 VERSION_STRING = 1.0\r
19\r
20 ENTRY_POINT = GenericWatchdogEntry\r
21\r
22[Sources.common]\r
23 GenericWatchdogDxe.c\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 EmbeddedPkg/EmbeddedPkg.dec\r
28 ArmPkg/ArmPkg.dec\r
29 ArmPlatformPkg/ArmPlatformPkg.dec\r
30 ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec\r
31\r
32[LibraryClasses]\r
33 ArmGenericTimerCounterLib\r
34 BaseLib\r
35 BaseMemoryLib\r
36 DebugLib\r
37 IoLib\r
38 PcdLib\r
39 UefiLib\r
40 UefiBootServicesTableLib\r
41 UefiDriverEntryPoint\r
42 UefiRuntimeServicesTableLib\r
43\r
44[FixedPcd]\r
45 gArmJunoTokenSpaceGuid.PcdGenericWatchdogControlBase\r
46 gArmJunoTokenSpaceGuid.PcdGenericWatchdogRefreshBase\r
47 gArmJunoTokenSpaceGuid.PcdGenericWatchdogEl2IntrNum\r
48\r
49[Protocols]\r
50 gEfiWatchdogTimerArchProtocolGuid\r
51 gHardwareInterruptProtocolGuid\r
52\r
53[Depex]\r
54 gHardwareInterruptProtocolGuid\r