]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/PcRtc/RealTimeClock.inf
Remove unnecessary references to DuetPkg in PcAtChipsetPkg.
[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
34 [LibraryClasses]
35 UefiDriverEntryPoint
36 UefiBootServicesTableLib
37 UefiLib
38 IoLib
39 TimerLib
40 BaseMemoryLib
41
42 [Sources.common]
43 RealTimeClock.c
44 RealTimeClock.h
45 RealTimeClockEntry.c
46
47
48 [Protocols]
49 gEfiCpuArchProtocolGuid
50 gEfiMetronomeArchProtocolGuid
51 gEfiCpuIoProtocolGuid
52 gEfiRealTimeClockArchProtocolGuid
53
54 [Depex]
55 gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid AND gEfiCpuIoProtocolGuid