]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibNullTemplate / BaseTimerLibNullTemplate.inf
CommitLineData
6bfbb5f0 1## @file\r
34b0820e 2# NULL instance of Timer Library as a template.\r
e1f414b6 3#\r
34b0820e 4# A non-functional instance of the Timer Library that can be used as a template\r
e1f414b6 5# for the implementation of a functional timer library instance. This library instance can\r
6# also be used to test build DXE, Runtime, DXE SAL, and DXE SMM modules that require timer\r
30ab8a12 7# services as well as EBC modules that require timer services.\r
85ea851e 8#\r
9095d37b 9# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e1f414b6 10#\r
9344f092 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e1f414b6 12#\r
13#\r
6bfbb5f0 14##\r
e1f414b6 15\r
e1f414b6 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BaseTimerLibNullTemplate\r
c92c1790 19 MODULE_UNI_FILE = BaseTimerLibNullTemplate.uni\r
e1f414b6 20 FILE_GUID = f4731d79-537e-4505-bd52-c03f9b1f6b89\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
9095d37b 23 LIBRARY_CLASS = TimerLib\r
e1f414b6 24\r
25\r
e1f414b6 26#\r
3cb0a311 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
e1f414b6 28#\r
29\r
6bfbb5f0 30[Sources]\r
e1f414b6 31 TimerLibNull.c\r
e1f414b6 32\r
33\r
e1f414b6 34[Packages]\r
35 MdePkg/MdePkg.dec\r
36\r
37\r
e1f414b6 38[LibraryClasses]\r
39 DebugLib\r
40\r