]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DxeTimerLib / DxeTimerLib.inf
1 ## @file
2 # NULL instance of Timer Library as a template.
3 #
4 # A non-functional instance of the Timer Library that can be used as a template
5 # for the implementation of a functional timer library instance. This library instance can
6 # also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer
7 # services as well as EBC modules that require timer services.
8 #
9 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = EmuDxeTimerLib
19 FILE_GUID = 74B62391-AD0D-1B4D-8784-151404F9D538
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = TimerLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION
23
24 CONSTRUCTOR = DxeTimerLibConstructor
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 DxeTimerLib.c
32
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 EmulatorPkg/EmulatorPkg.dec
37
38 [LibraryClasses]
39 BaseLib
40 DebugLib
41 EmuThunkLib
42 UefiLib
43 UefiBootServicesTableLib
44
45 [Protocols]
46 gEfiTimerArchProtocolGuid