]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DxeCoreTimerLib / DxeCoreTimerLib.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
ba6037f8 9# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
1ef41207 10#\r
e3ba31da 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
1ef41207 12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = EmuDxeCodeTimerLib\r
19 FILE_GUID = FB184AF4-A2F2-EE4E-8885-E81E5D8B0135\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = TimerLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
23\r
24#\r
ba6037f8 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
1ef41207 26#\r
27\r
28[Sources]\r
29 DxeCoreTimerLib.c\r
30\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
bb89ec1a 34 EmulatorPkg/EmulatorPkg.dec\r
1ef41207 35\r
36[LibraryClasses]\r
37 DebugLib\r
38 EmuThunkLib\r
d18d8a1d 39\r