change DxeSmmDriverEntryPoint library class name to UefiEntryPoint
[edk2.git] / DuetPkg / PcRtc / RealTimeClock.inf
blobd02ae7642c592c32ea6580bc2b8b7ca8d8710352
1 #/*++\r
2 \r
3 # Copyright (c) 2005 - 2008, Intel Corporation                                                         \r
4 # All rights reserved. This program and the accompanying materials                          \r
5 # are licensed and made available under the terms and conditions of the BSD License         \r
6 # which accompanies this distribution.  The full text of the license may be found at        \r
7 # http://opensource.org/licenses/bsd-license.php                                            \r
8 #                                                                                           \r
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
11 #\r
12 #  Module Name:\r
13 #\r
14 #  Abstract:\r
15 #\r
16 #--*/\r
19 [Defines]\r
20   INF_VERSION                    = 0x00010005\r
21   BASE_NAME                      = RealTimeClock\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
28   ENTRY_POINT                    = InitializeRealTimeClock\r
30 [Packages]\r
31   MdePkg/MdePkg.dec\r
32   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
33   DuetPkg/DuetPkg.dec\r
35 [LibraryClasses]\r
36   UefiDriverEntryPoint\r
37   UefiBootServicesTableLib\r
38   UefiLib\r
39   IoLib\r
40   TimerLib\r
41   BaseMemoryLib\r
43 [Sources.common]\r
44   RealTimeClock.c\r
45   RealTimeClock.h\r
47 [Sources.ia32]\r
48   Ia32/RealTimeClock.c\r
50 [Sources.x64]\r
51   X64/RealTimeClock.c\r
53 [Sources.ipf]\r
54   Ipf/RealTimeClock.c\r
56 [Protocols]\r
57   gEfiCpuArchProtocolGuid\r
58   gEfiMetronomeArchProtocolGuid \r
59   gEfiCpuIoProtocolGuid\r
60   gEfiRealTimeClockArchProtocolGuid\r
62 [Depex]\r
63   gEfiCpuArchProtocolGuid AND gEfiMetronomeArchProtocolGuid AND gEfiCpuIoProtocolGuid