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

      2 #  Provide FSP wrapper API test related function.

      3 #

      4 #  Copyright (C) 2016, Intel Corporation. All rights reserved.<BR>

      5 #

      6 #  This program and the accompanying materials

      7 #  are licensed and made available under the terms and conditions of the BSD License

      8 #  which accompanies this distribution. The full text of the license may be found at

      9 #  http://opensource.org/licenses/bsd-license.php.

     10 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     11 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     12 #

     13 ##

     14 
     15 [Defines]
     16   INF_VERSION                    = 0x00010017
     17   BASE_NAME                      = BaseFspWrapperApiTestLibNull
     18   FILE_GUID                      = E7E96F88-017B-417C-8DC8-B84C2B877020
     19   VERSION_STRING                 = 1.0
     20   MODULE_TYPE                    = PEIM
     21   LIBRARY_CLASS                  = FspWrapperApiTestLib
     22 
     23 #

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

     25 #

     26 #  VALID_ARCHITECTURES           = IA32

     27 #

     28 
     29 ################################################################################

     30 #

     31 # Sources Section - list of files that are required for the build to succeed.

     32 #

     33 ################################################################################

     34 
     35 [Sources]
     36   FspWrapperApiTestNull.c
     37 
     38 ################################################################################

     39 #

     40 # Package Dependency Section - list of Package files that are required for

     41 #                              this module.

     42 #

     43 ################################################################################

     44 
     45 [Packages]
     46   MdePkg/MdePkg.dec
     47   IntelFsp2Pkg/IntelFsp2Pkg.dec
     48   IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
     49 
     50 [LibraryClasses]
     51   DebugLib
     52 
     53 [Guids]