Home | History | Annotate | Download | only in ResetSystemLib
      1 ## @file

      2 # Component description file for Intel QuarkNcSocId Reset System Library.

      3 #

      4 # Reset System Library implementation that bases on QNC.

      5 #

      6 # Copyright (c) 2013-2015 Intel Corporation.

      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 #

     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 [Defines]
     19   INF_VERSION                    = 0x00010005
     20   BASE_NAME                      = ResetSystemLib
     21   FILE_GUID                      = AD33A56E-3AAD-40ac-91B1-FA861E8D9D85
     22   MODULE_TYPE                    = BASE
     23   VERSION_STRING                 = 1.0
     24   LIBRARY_CLASS                  = ResetSystemLib
     25 
     26 
     27 #

     28 # The following information is for reference only and not required by the build tools.

     29 #

     30 #  VALID_ARCHITECTURES           = IA32 X64

     31 #

     32 
     33 [Sources]
     34   ResetSystemLib.c
     35 
     36 
     37 [Packages]
     38   QuarkSocPkg/QuarkSocPkg.dec
     39   MdePkg/MdePkg.dec
     40   MdeModulePkg/MdeModulePkg.dec
     41 
     42 [LibraryClasses]
     43   PcdLib
     44   IoLib
     45   BaseLib
     46   CpuLib
     47   QNCAccessLib
     48 
     49 [Pcd]
     50   gEfiQuarkNcSocIdTokenSpaceGuid.PcdGbaIoBaseAddress
     51   gEfiQuarkNcSocIdTokenSpaceGuid.PcdPm1blkIoBaseAddress
     52   gEfiQuarkNcSocIdTokenSpaceGuid.PcdGpe0blkIoBaseAddress
     53