]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
PcAtChipsetPkg: Define FixePCD's for RTC register values
[mirror_edk2.git] / PcAtChipsetPkg / 8254TimerDxe / 8254Timer.inf
CommitLineData
7b202cb0 1## @file\r
546f14bf
QS
2# 8254 timer driver that provides Timer Arch protocol.\r
3#\r
4# Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>\r
18c97f53 5# This program and the accompanying materials \r
eb16e240 6# are licensed and made available under the terms and conditions of the BSD License \r
7# which accompanies this distribution. The full text of the license may be found at \r
8# http://opensource.org/licenses/bsd-license.php \r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12#\r
7b202cb0 13##\r
18c97f53 14\r
eb16e240 15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = Timer\r
546f14bf 18 MODULE_UNI_FILE = Timer.uni\r
eb16e240 19 FILE_GUID = f2765dec-6b41-11d5-8e71-00902707b35e\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
eb16e240 22\r
23 ENTRY_POINT = TimerDriverInitialize\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
28 \r
29[LibraryClasses]\r
30 UefiBootServicesTableLib\r
31 BaseLib\r
32 DebugLib\r
33 UefiDriverEntryPoint\r
2952f72d 34 IoLib\r
eb16e240 35\r
7b202cb0 36[Sources]\r
eb16e240 37 Timer.h\r
38 Timer.c\r
39\r
40[Protocols]\r
546f14bf
QS
41 gEfiCpuArchProtocolGuid ## CONSUMES \r
42 gEfiLegacy8259ProtocolGuid ## CONSUMES\r
43 gEfiTimerArchProtocolGuid ## PRODUCES\r
eb16e240 44\r
45[Depex]\r
546f14bf
QS
46 gEfiCpuArchProtocolGuid AND gEfiLegacy8259ProtocolGuid\r
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 TimerExtra.uni\r