]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / RealTimeClockRuntimeDxe / RealTimeClockRuntimeDxe.inf
1 ## @file
2 # NT Emulation Real time clock Architectural Protocol Driver as defined in TIANO
3 #
4 # This real time clock module simulates virtual device by time WinAPI.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = RealTimeClock
15 FILE_GUID = 27F05AF5-1644-4EF4-8944-48C4F75675A0
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeRealTimeClock
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 RealTimeClock.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 Nt32Pkg/Nt32Pkg.dec
33
34 [LibraryClasses]
35 UefiBootServicesTableLib
36 WinNtLib
37 UefiDriverEntryPoint
38 DebugLib
39
40 [Protocols]
41 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
42
43 [depex]
44 TRUE
45