]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
5a48211afccbbc08997d126e67bfc497395ea261
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibNullTemplate / BaseTimerLibNullTemplate.inf
1 #/** @file
2 # Timer library NULL template implementaton
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 # Copyright (c) 2007, Intel Corporation.
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #**/
19
20 ################################################################################
21 #
22 # Defines Section - statements that will be processed to create a Makefile.
23 #
24 ################################################################################
25 [Defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = BaseTimerLibNullTemplate
28 FILE_GUID = f4731d79-537e-4505-bd52-c03f9b1f6b89
29 MODULE_TYPE = BASE
30 VERSION_STRING = 1.0
31 LIBRARY_CLASS = TimerLib
32 EDK_RELEASE_VERSION = 0x00020000
33 EFI_SPECIFICATION_VERSION = 0x00020000
34
35
36 #
37 # The following information is for reference only and not required by the build tools.
38 #
39 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
40 #
41
42 ################################################################################
43 #
44 # Sources Section - list of files that are required for the build to succeed.
45 #
46 ################################################################################
47
48 [Sources.common]
49 TimerLibNull.c
50 CommonHeader.h
51
52
53 ################################################################################
54 #
55 # Includes Section - list of Include locations that are required for
56 # this module.
57 #
58 ################################################################################
59
60 [Includes]
61 $(WORKSPACE)/MdePkg\Include/Library
62
63 ################################################################################
64 #
65 # Package Dependency Section - list of Package files that are required for
66 # this module.
67 #
68 ################################################################################
69
70 [Packages]
71 MdePkg/MdePkg.dec
72
73
74 ################################################################################
75 #
76 # Library Class Section - list of Library Classes that are required for
77 # this module.
78 #
79 ################################################################################
80
81 [LibraryClasses]
82 DebugLib
83