]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.inf
ArmVirtPkg: switch to generic ResetSystemRuntimeDxe
[mirror_edk2.git] / ArmVirtPkg / Library / ArmVirtPsciResetSystemLib / ArmVirtPsciResetSystemLib.inf
CommitLineData
9180ab73
OM
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
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
7fbd1eb2 19 BASE_NAME = ArmVirtPsciResetSystemLib\r
9180ab73
OM
20 FILE_GUID = c81d76ed-66fa-44a3-ac4a-f163120187a9\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
7b1dc6c5 23 LIBRARY_CLASS = ResetSystemLib|DXE_DRIVER DXE_RUNTIME_DRIVER\r
9180ab73
OM
24 CONSTRUCTOR = ArmPsciResetSystemLibConstructor\r
25\r
26[Sources]\r
7fbd1eb2 27 ArmVirtPsciResetSystemLib.c\r
9180ab73
OM
28\r
29[Packages]\r
30 ArmPkg/ArmPkg.dec\r
7fbd1eb2 31 ArmVirtPkg/ArmVirtPkg.dec\r
7b1dc6c5 32 MdeModulePkg/MdeModulePkg.dec\r
9180ab73 33 MdePkg/MdePkg.dec\r
9180ab73
OM
34\r
35[LibraryClasses]\r
9180ab73
OM
36 ArmSmcLib\r
37 ArmHvcLib\r
93f9a23f
AB
38 BaseLib\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
43 gFdtClientProtocolGuid ## CONSUMES\r
9180ab73 44\r
93f9a23f
AB
45[Depex]\r
46 gFdtClientProtocolGuid\r