]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
1. Correct File header to ## @file
[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
6bfbb5f0 9# Copyright (c) 2007 - 2010, Intel Corporation.\r
e1f414b6 10#\r
11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
6bfbb5f0 19##\r
e1f414b6 20\r
e1f414b6 21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = BaseTimerLibNullTemplate\r
24 FILE_GUID = f4731d79-537e-4505-bd52-c03f9b1f6b89\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = TimerLib \r
e1f414b6 28\r
29\r
e1f414b6 30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
6bfbb5f0 34[Sources]\r
e1f414b6 35 TimerLibNull.c\r
e1f414b6 36\r
37\r
e1f414b6 38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41\r
e1f414b6 42[LibraryClasses]\r
43 DebugLib\r
44\r