]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PcRtc/RealTimeClock.inf
e854f1c8cf4d756f74234c846768c6342961ea9e
[mirror_edk2.git] / PcAtChipsetPkg / PcRtc / RealTimeClock.inf
1 #/*++
2 #
3 # Copyright (c) 2005 - 2008, 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 #
14 # Abstract:
15 #
16 #--*/
17
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = RealTimeClock
22 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1
23 MODULE_TYPE = DXE_RUNTIME_DRIVER
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializeRealTimeClock
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 IntelFrameworkPkg/IntelFrameworkPkg.dec
33 DuetPkg/DuetPkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 UefiLib
39 IoLib
40 TimerLib
41 BaseMemoryLib
42
43 [Sources.common]
44 RealTimeClock.c
45 RealTimeClock.h
46 RealTimeClockEntry.c
47
48
49 [Protocols]
50 gEfiCpuArchProtocolGuid
51 gEfiMetronomeArchProtocolGuid
52 gEfiCpuIoProtocolGuid
53 gEfiRealTimeClockArchProtocolGuid
54
55 [Depex]
56 gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid AND gEfiCpuIoProtocolGuid