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