]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / PcAtChipsetPkg / 8254TimerDxe / 8254Timer.inf
1 ## @file
2 #
3 # Copyright (c) 2005 - 2010, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 # Timer.inf
14 #
15 # Abstract:
16 #
17 ##
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = Timer
21 FILE_GUID = f2765dec-6b41-11d5-8e71-00902707b35e
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = TimerDriverInitialize
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 IntelFrameworkPkg/IntelFrameworkPkg.dec
30
31 [LibraryClasses]
32 UefiBootServicesTableLib
33 BaseLib
34 DebugLib
35 UefiDriverEntryPoint
36 IoLib
37
38 [Sources]
39 Timer.h
40 Timer.c
41
42 [Protocols]
43 gEfiCpuArchProtocolGuid
44 gEfiLegacy8259ProtocolGuid
45 gEfiTimerArchProtocolGuid
46
47 [Depex]
48 gEfiCpuArchProtocolGuid AND gEfiLegacy8259ProtocolGuid