1#/** @file 2# Reset System lib using PSCI hypervisor or secure monitor calls 3# 4# Copyright (c) 2008, Apple Inc. All rights reserved.<BR> 5# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR> 6# Copyright (c) 2014, ARM Ltd. All rights reserved.<BR> 7# Copyright (c) 2014 - 2016, AMD Inc. All rights reserved.<BR> 8# 9# This program and the accompanying materials 10# are licensed and made available under the terms and conditions of the BSD License 11# which accompanies this distribution. The full text of the license may be found at 12# http://opensource.org/licenses/bsd-license.php 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 15# 16#**/ 17#/** 18# Derived from: 19# ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf 20# 21#**/ 22 23[Defines] 24 INF_VERSION = 0x00010005 25 BASE_NAME = AmdStyxResetSystemLib 26 FILE_GUID = 624f6cc6-c38f-4897-b3b7-8a601701291b 27 MODULE_TYPE = BASE 28 VERSION_STRING = 1.0 29 LIBRARY_CLASS = EfiResetSystemLib 30 31[Sources.common] 32 ResetSystemLib.c 33 34[Packages] 35 ArmPkg/ArmPkg.dec 36 MdePkg/MdePkg.dec 37 EmbeddedPkg/EmbeddedPkg.dec 38 AmdModulePkg/AmdModulePkg.dec 39 OpenPlatformPkg/Platforms/AMD/Styx/AmdStyx.dec 40 41[LibraryClasses] 42 PcdLib 43 BaseLib 44 ArmSmcLib 45 46[FixedPcd] 47 gAmdStyxTokenSpaceGuid.PcdTrustedFWSupport 48