]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Enable storage of daylight saving and time zone data of SetTime() service, and fix...
[mirror_edk2.git] / MdeModulePkg / Universal / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
CommitLineData
8cd4d17c 1#/** @file\r
2# PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
3#\r
4# This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
5# Copyright (c) 2006 - 2007, Intel Corporation.\r
6#\r
3cfb790c 7# Copyright (c) 2006 - 2007 Intel Corporation. <BR>\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8cd4d17c 15#\r
16#\r
17#**/\r
18\r
8cd4d17c 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PcRtc\r
22 FILE_GUID = 378D7B65-8DA9-4773-B6E4-A47826A833E1\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = InitializePcRtc\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 EBC\r
34#\r
35\r
8cd4d17c 36[Sources.common]\r
37 Ia32/Ia32PcRtc.c\r
38 PcRtc.c\r
39 PcRtc.h\r
40\r
8cd4d17c 41[Packages]\r
42 MdePkg/MdePkg.dec\r
ec35e997 43 MdeModulePkg/MdeModulePkg.dec\r
8cd4d17c 44\r
8cd4d17c 45[LibraryClasses]\r
46 UefiRuntimeServicesTableLib\r
47 UefiRuntimeLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 TimerLib\r
51 IoLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 DebugLib\r
55 BaseLib\r
56\r
ec35e997
LG
57[Guids]\r
58 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED\r
59\r
8cd4d17c 60[Protocols]\r
61 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
62\r
8cd4d17c 63[Depex]\r
ec35e997
LG
64 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r
65