]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
ArmPlatformPkg/PL031RealTimeClockLib: depend on gEfiCpuArchProtocolGuid
[mirror_edk2.git] / ArmPlatformPkg / Library / PL031RealTimeClockLib / PL031RealTimeClockLib.inf
CommitLineData
1d5d0ae9 1#/** @file\r
1d5d0ae9 2#\r
1d5d0ae9 3# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
18ee5b6d 4# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>\r
1d5d0ae9 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PL031RealTimeClockLib\r
19 FILE_GUID = 470DFB96-E205-4515-A75E-2E60F853E79D\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
221c4f62 22 LIBRARY_CLASS = RealTimeClockLib|DXE_RUNTIME_DRIVER\r
1d5d0ae9 23\r
24[Sources.common]\r
25 PL031RealTimeClockLib.c\r
26\r
1d5d0ae9 27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 EmbeddedPkg/EmbeddedPkg.dec\r
0f4386e7 30 ArmPlatformPkg/ArmPlatformPkg.dec\r
1d5d0ae9 31\r
32[LibraryClasses]\r
33 IoLib\r
0f4386e7 34 UefiLib\r
1d5d0ae9 35 DebugLib\r
5cc45b70 36 PcdLib\r
18ee5b6d 37 DxeServicesTableLib\r
af5fed90 38 TimeBaseLib\r
18ee5b6d
OM
39 UefiRuntimeLib\r
40\r
41[Guids]\r
42 gEfiEventVirtualAddressChangeGuid\r
1e43cdfd 43\r
5cc45b70 44[Pcd]\r
45 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase\r
46 gArmPlatformTokenSpaceGuid.PcdPL031RtcPpmAccuracy\r
221c4f62
LE
47\r
48[Depex.common.DXE_RUNTIME_DRIVER]\r
49 gEfiCpuArchProtocolGuid\r