]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/TimerDxe/Timer.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / TimerDxe / Timer.inf
CommitLineData
949f388f 1## @file\r
2# Emu Emulation Timer Architectural Protocol Driver as defined in DXE CIS\r
3#\r
ba6037f8 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 5# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 6#\r
e3ba31da 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = EmuTimer\r
15 FILE_GUID = 87E1BB14-4D5C-7C4E-A90E-E1415687D062\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18\r
19 ENTRY_POINT = EmuTimerDriverInitialize\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
ba6037f8 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
949f388f 25#\r
26\r
27[Sources]\r
28 Timer.c\r
29 Timer.h\r
30\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
bb89ec1a 34 EmulatorPkg/EmulatorPkg.dec\r
949f388f 35\r
36\r
37[LibraryClasses]\r
38 UefiBootServicesTableLib\r
39 MemoryAllocationLib\r
40 EmuThunkLib\r
41 UefiDriverEntryPoint\r
42 UefiLib\r
43 DebugLib\r
44 BaseLib\r
45\r
46\r
47[Protocols]\r
48 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
49 gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
50\r
51\r
52[Depex]\r
53 gEfiCpuArchProtocolGuid\r
54\r