]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.inf
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / Library / DxeTimerLib / DxeTimerLib.inf
CommitLineData
1ef41207 1## @file\r
2# NULL instance of Timer Library as a template.\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#\r
9# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# 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
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = EmuDxeTimerLib\r
24 FILE_GUID = 74B62391-AD0D-1B4D-8784-151404F9D538\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = TimerLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
28\r
29 CONSTRUCTOR = DxeTimerLibConstructor\r
30\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 DxeTimerLib.c\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
bb89ec1a 41 EmulatorPkg/EmulatorPkg.dec\r
1ef41207 42\r
43[LibraryClasses]\r
44 BaseLib\r
45 DebugLib\r
46 EmuThunkLib\r
47 UefiLib\r
48 UefiBootServicesTableLib\r
d18d8a1d 49\r
1ef41207 50[Protocols]\r
51 gEfiTimerArchProtocolGuid\r