]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/TimerDxe/Timer.inf
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / TimerDxe / Timer.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 2# Unix Emulation Timer Architectural Protocol Driver as defined in DXE CIS\r
3#\r
4# This Timer module uses an NT Thread to simulate the timer-tick driven\r
5# timer service. In the future, the Thread creation should possibly be \r
6# abstracted by the CPU architectural protocol\r
f9b8ab56 7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
804405e7 8#\r
f9b8ab56 9# This program and the accompanying materials\r
804405e7 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
7b202cb0 17##\r
804405e7 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Timer\r
22 FILE_GUID = f36d49b4-8985-11db-809b-0040d02b1835\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
804405e7 25\r
26 ENTRY_POINT = UnixTimerDriverInitialize\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
7b202cb0 34[Sources]\r
804405e7 35 Timer.c\r
36 Timer.h\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 UnixPkg/UnixPkg.dec\r
42\r
43\r
44[LibraryClasses]\r
45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
47 UnixLib\r
48 UefiDriverEntryPoint\r
49 UefiLib\r
50 DebugLib\r
51 BaseLib\r
52\r
53\r
54[Protocols]\r
55 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56 gEfiTimerArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
57\r
58\r
59[Depex]\r
60 gEfiCpuArchProtocolGuid\r
61\r