]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Library / ArmPsciResetSystemLib / ArmPsciResetSystemLib.inf
CommitLineData
ca3026d3
AB
1#/** @file\r
2# Reset System lib using PSCI hypervisor or secure monitor calls\r
3#\r
4# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
5# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\r
9180ab73 6# Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>\r
ca3026d3 7#\r
4059386c 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
ca3026d3
AB
9#\r
10#\r
11#**/\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = ArmPsciResetSystemLib\r
16 FILE_GUID = A8F59B69-A105-41C7-8F5A-2C60DD7FD7AA\r
17 MODULE_TYPE = BASE\r
18 VERSION_STRING = 1.0\r
19 LIBRARY_CLASS = EfiResetSystemLib\r
20\r
21[Sources]\r
22 ArmPsciResetSystemLib.c\r
23\r
24[Packages]\r
25 ArmPkg/ArmPkg.dec\r
26 MdePkg/MdePkg.dec\r
27 EmbeddedPkg/EmbeddedPkg.dec\r
28\r
29[LibraryClasses]\r
30 DebugLib\r
31 BaseLib\r
32 ArmSmcLib\r