]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / RealTimeClockRuntimeDxe / RealTimeClockRuntimeDxe.inf
CommitLineData
7b202cb0 1## @file\r
49993bed 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
8f2a5f80 5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
49993bed 6#\r
9d2eedba 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
49993bed 8#\r
9#\r
7b202cb0 10##\r
49993bed 11\r
49993bed 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
49993bed 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
7b202cb0 27[Sources]\r
49993bed 28 RealTimeClock.c\r
49993bed 29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
e75fe0eb 32 Nt32Pkg/Nt32Pkg.dec\r
49993bed 33\r
49993bed 34[LibraryClasses]\r
35 UefiBootServicesTableLib\r
36 WinNtLib\r
37 UefiDriverEntryPoint\r
38 DebugLib\r
39\r
49993bed 40[Protocols]\r
41 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
42\r
07660689 43[depex]\r
f2569572 44 TRUE\r
e75fe0eb 45 \r