Home | History | Annotate | Download | only in ArmPsciResetSystemLib
      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 #
      8 #  This program and the accompanying materials
      9 #  are licensed and made available under the terms and conditions of the BSD License
     10 #  which accompanies this distribution. The full text of the license may be found at
     11 #  http://opensource.org/licenses/bsd-license.php
     12 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     13 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     14 #
     15 #
     16 #**/
     17 
     18 [Defines]
     19   INF_VERSION                    = 0x00010005
     20   BASE_NAME                      = ArmPsciResetSystemLib
     21   FILE_GUID                      = A8F59B69-A105-41C7-8F5A-2C60DD7FD7AA
     22   MODULE_TYPE                    = BASE
     23   VERSION_STRING                 = 1.0
     24   LIBRARY_CLASS                  = EfiResetSystemLib
     25 
     26 [Sources]
     27   ArmPsciResetSystemLib.c
     28 
     29 [Packages]
     30   ArmPkg/ArmPkg.dec
     31   MdePkg/MdePkg.dec
     32   EmbeddedPkg/EmbeddedPkg.dec
     33 
     34 [LibraryClasses]
     35   DebugLib
     36   BaseLib
     37   ArmSmcLib
     38