Home | History | Annotate | Download | only in FlashDeviceLib
      1 #
      2 #
      3 # Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved
      4 #
      5 # This program and the accompanying materials are licensed and made available under
      6 # the terms and conditions of the BSD License that accompanies this distribution.
      7 # The full text of the license may be found at
      8 # http://opensource.org/licenses/bsd-license.php.
      9 #
     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 
     16 
     17 [Defines]
     18   INF_VERSION                    = 0x00010005
     19   BASE_NAME                      = FlashDeviceLibRuntimeSmm
     20   FILE_GUID                      = E38A1C3C-928C-4bf7-B6C1-7F0EF163FAA5
     21   MODULE_TYPE                    = DXE_DRIVER
     22   VERSION_STRING                 = 1.0
     23   LIBRARY_CLASS                  = FlashDeviceLib | DXE_SMM_DRIVER DXE_RUNTIME_DRIVER
     24   CONSTRUCTOR                    = LibFvbFlashDeviceSupportInit
     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   FlashDeviceLib.c
     35   FlashDeviceLibDxeRuntimeSmm.c
     36 
     37 
     38 [Packages]
     39   MdePkg/MdePkg.dec
     40   MdeModulePkg/MdeModulePkg.dec
     41   Vlv2TbltDevicePkg/PlatformPkg.dec
     42   Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
     43 
     44 [LibraryClasses]
     45   DebugLib
     46 
     47 [Guids]
     48   gEfiEventVirtualAddressChangeGuid
     49 
     50 [Protocols]
     51   gEfiSpiProtocolGuid
     52   gEfiSmmSpiProtocolGuid
     53   gEfiSmmBase2ProtocolGuid
     54 
     55