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