]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
remove some comments introduced by tools.
[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
7# All rights reserved.\r
8# This software and associated documentation (if any) is furnished\r
9# under a license and may only be used or copied in accordance\r
10# with the terms of the license. Except as permitted by such\r
11# license, no part of this software or documentation may be\r
12# reproduced, stored in a retrieval system, or transmitted in any\r
13# form or by any means without the express written consent of\r
14# Intel Corporation.\r
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
41\r
8cd4d17c 42[Packages]\r
43 MdePkg/MdePkg.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
57\r
8cd4d17c 58[Protocols]\r
59 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
60\r
61\r
8cd4d17c 62[Depex]\r
63 gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid\r
64\r