]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibNullTemplate / BaseTimerLibNullTemplate.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 = BaseTimerLibNullTemplate
19 MODULE_UNI_FILE = BaseTimerLibNullTemplate.uni
20 FILE_GUID = f4731d79-537e-4505-bd52-c03f9b1f6b89
21 MODULE_TYPE = BASE
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = TimerLib
24
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 TimerLibNull.c
32
33
34 [Packages]
35 MdePkg/MdePkg.dec
36
37
38 [LibraryClasses]
39 DebugLib
40