]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER
[mirror_edk2.git] / EmulatorPkg / RealTimeClockRuntimeDxe / RealTimeClock.inf
1 ## @file
2 # Emu Real time clock Architectural Protocol Driver as defined in PI
3 #
4 # This real time clock module simulates virtual device by time WinAPI.
5 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = RealTimeClock
16 FILE_GUID = f3552032-8985-11db-8429-0040d02b1835
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = InitializeRealTimeClock
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 RealTimeClock.c
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 EmulatorPkg/EmulatorPkg.dec
35
36 [LibraryClasses]
37 UefiBootServicesTableLib
38 MemoryAllocationLib
39 EmuThunkLib
40 UefiDriverEntryPoint
41 UefiLib
42 DebugLib
43 BaseLib
44
45
46 [Protocols]
47 gEfiRealTimeClockArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
48
49
50 [Depex]
51 TRUE
52