]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / PeiTimerLib / PeiTimerLib.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 = EmuPeiTimerLib
19 FILE_GUID = 6ABE5FDC-AE4B-474E-8E52-9546C96AE536
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = TimerLib|PEIM PEI_CORE SEC
23
24
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 PeiTimerLib.c
31
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 EmulatorPkg/EmulatorPkg.dec
36
37 [LibraryClasses]
38 DebugLib
39 PeiServicesLib
40
41 [Ppis]
42 gEmuThunkPpiGuid