]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DxeCoreTimerLib / DxeCoreTimerLib.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 = EmuDxeCodeTimerLib
19 FILE_GUID = FB184AF4-A2F2-EE4E-8885-E81E5D8B0135
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = TimerLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 DxeCoreTimerLib.c
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 EmulatorPkg/EmulatorPkg.dec
35
36 [LibraryClasses]
37 DebugLib
38 EmuThunkLib
39