]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/XenArmGenericTimerVirtCounterLib.inf
ArmVirtPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ArmVirtPkg / Library / XenArmGenericTimerVirtCounterLib / XenArmGenericTimerVirtCounterLib.inf
CommitLineData
ef42ef7e
AB
1#/** @file\r
2# Implement ArmGenericTimerCounterLib for Xen using the virtual timer\r
3#\r
4# Copyright (c) 2014 - 2018, Linaro Ltd. All rights reserved.<BR>\r
5#\r
9792fb0e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
ef42ef7e
AB
7#\r
8#\r
9#**/\r
10\r
11[Defines]\r
12 INF_VERSION = 0x0001001A\r
13 BASE_NAME = XenArmGenericTimerVirtCounterLib\r
14 FILE_GUID = e3913319-96ac-4ac0-808b-8edb8776a51c\r
15 MODULE_TYPE = BASE\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = ArmGenericTimerCounterLib\r
18\r
19[Sources]\r
20 XenArmGenericTimerVirtCounterLib.c\r
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 ArmPkg/ArmPkg.dec\r
25\r
26[LibraryClasses]\r
27 ArmLib\r
28 BaseLib\r