]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Clean up INF file
[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
8cd4d17c 43\r
8cd4d17c 44[LibraryClasses]\r
45 UefiRuntimeServicesTableLib\r
46 UefiRuntimeLib\r
47 UefiBootServicesTableLib\r
48 UefiDriverEntryPoint\r
49 TimerLib\r
50 IoLib\r
51 BaseMemoryLib\r
52 UefiLib\r
53 DebugLib\r
54 BaseLib\r
55\r
8cd4d17c 56[Protocols]\r
57 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
58\r
8cd4d17c 59[Depex]\r
90e54a49 60 TRUE