Home | History | Annotate | Download | only in StallSmmLib
      1 #/*++
      2 #
      3 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
      4 #                                                                                  

      6 # This program and the accompanying materials are licensed and made available under

      8 # the terms and conditions of the BSD License that accompanies this distribution.  

     10 # The full text of the license may be found at                                     

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

     14 #                                                                                  

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

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

     20 #                                                                                  

     22 
     23 #
     24 #  Module Name:
     25 #
     26 #   SmmStallLib.inf
     27 #
     28 #  Abstract:
     29 #
     30 #    Component description file for SmmStall library
     31 #
     32 #--*/
     33 
     34 [Defines]
     35   INF_VERSION                    = 0x00010005
     36   BASE_NAME                      = StallSmmLib
     37   FILE_GUID                      = A6A16CCB-91B0-42f4-B4F3-D16D7A8662E6
     38   MODULE_TYPE                    = BASE
     39   VERSION_STRING                 = 1.0
     40   LIBRARY_CLASS                  = StallSmmLib
     41 
     42 
     43 #
     44 # The following information is for reference only and not required by the build tools.
     45 #
     46 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
     47 #
     48 
     49 [Sources]
     50  StallSmm.c
     51 
     52 
     53 [Packages]
     54   MdePkg/MdePkg.dec
     55   Vlv2TbltDevicePkg/PlatformPkg.dec
     56   Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
     57 
     58 [LibraryClasses]
     59   PcdLib
     60   PciLib
     61   IoLib
     62   BaseLib
     63 
     64 [Pcd.common]
     65   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
     66