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