]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / PcAtChipsetPkg / 8254TimerDxe / 8254Timer.inf
... / ...
CommitLineData
1## @file\r
2# 8254 timer driver that provides Timer Arch protocol.\r
3#\r
4# Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
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
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = Timer\r
18 MODULE_UNI_FILE = Timer.uni\r
19 FILE_GUID = f2765dec-6b41-11d5-8e71-00902707b35e\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
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
34 IoLib\r
35\r
36[Sources]\r
37 Timer.h\r
38 Timer.c\r
39\r
40[Protocols]\r
41 gEfiCpuArchProtocolGuid ## CONSUMES\r
42 gEfiLegacy8259ProtocolGuid ## CONSUMES\r
43 gEfiTimerArchProtocolGuid ## PRODUCES\r
44\r
45[Depex]\r
46 gEfiCpuArchProtocolGuid AND gEfiLegacy8259ProtocolGuid\r
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 TimerExtra.uni\r