]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
Clean up INF file
[mirror_edk2.git] / MdeModulePkg / Universal / PcatRealTimeClockRuntimeDxe / PcatRealTimeClockRuntimeDxe.inf
1 #/** @file
2 # PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
3 #
4 # This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.
5 # Copyright (c) 2006 - 2007, Intel Corporation.
6 #
7 # Copyright (c) 2006 - 2007 Intel Corporation. <BR>
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PcRtc
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 = InitializePcRtc
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 EBC
34 #
35
36 [Sources.common]
37 Ia32/Ia32PcRtc.c
38 PcRtc.c
39 PcRtc.h
40
41 [Packages]
42 MdePkg/MdePkg.dec
43
44 [LibraryClasses]
45 UefiRuntimeServicesTableLib
46 UefiRuntimeLib
47 UefiBootServicesTableLib
48 UefiDriverEntryPoint
49 TimerLib
50 IoLib
51 BaseMemoryLib
52 UefiLib
53 DebugLib
54 BaseLib
55
56 [Protocols]
57 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
58
59 [Depex]
60 TRUE