1#/** @file 2# 3# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> 4# Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR> 5# Copyright (c) 2014 - 2016, AMD Inc. All rights reserved.<BR> 6# 7# This program and the accompanying materials 8# are licensed and made available under the terms and conditions of the BSD License 9# which accompanies this distribution. The full text of the license may be found at 10# http://opensource.org/licenses/bsd-license.php 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 13# 14#**/ 15#/** 16# Derived from: 17# ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf 18# 19#**/ 20 21[Defines] 22 INF_VERSION = 0x00010005 23 BASE_NAME = AmdStyxRealTimeClockLib 24 FILE_GUID = fd922639-f4ee-4d2f-955b-804e60df1e68 25 MODULE_TYPE = BASE 26 VERSION_STRING = 1.0 27 LIBRARY_CLASS = RealTimeClockLib 28 29[Sources.common] 30 RealTimeClockLib.c 31 32[Packages] 33 MdePkg/MdePkg.dec 34 EmbeddedPkg/EmbeddedPkg.dec 35 AmdModulePkg/AmdModulePkg.dec 36 OpenPlatformPkg/Platforms/AMD/Styx/AmdStyx.dec 37 38[LibraryClasses] 39 IoLib 40 DebugLib 41 UefiRuntimeLib 42 DxeServicesTableLib 43 44[FixedPcd] 45 gAmdStyxTokenSpaceGuid.PcdIscpSupport 46 47[Guids] 48 gEfiEventVirtualAddressChangeGuid 49 50[Protocols] 51 gAmdIscpDxeProtocolGuid ## CONSUMER 52 53[Depex] 54 gAmdIscpDxeProtocolGuid 55 56 57 58