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

      2 #

      3 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>

      4 # This program and the accompanying materials                          

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

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

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

      8 #                                                                                           

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

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

     11 # 

     12 #  Module Name:

     13 #

     14 #   DUETFwh.inf

     15 #

     16 #  Abstract:

     17 #

     18 #    Component description file for DUET Module

     19 #

     20 ##

     21 
     22 [Defines]
     23   INF_VERSION                    = 0x00010005
     24   BASE_NAME                      = DuetFwh
     25   FILE_GUID                      = 46E3256A-E5C1-4d2a-8282-505AFB41CE65
     26   MODULE_TYPE                    = DXE_RUNTIME_DRIVER
     27   VERSION_STRING                 = 1.0
     28   ENTRY_POINT                    = FvbInitialize
     29 
     30 [Packages]
     31   MdePkg/MdePkg.dec
     32   MdeModulePkg/MdeModulePkg.dec
     33   DuetPkg/DuetPkg.dec
     34 
     35 [Sources]
     36   FWBlockService.c
     37   FwBlockService.h
     38   FvbInfo.c
     39   FileIo.c
     40   FileIo.h
     41 
     42 [LibraryClasses]
     43   DevicePathLib
     44   UefiLib
     45   UefiDriverEntryPoint
     46   UefiRuntimeLib
     47   HobLib
     48 
     49 [Guids]
     50   gEfiFlashMapHobGuid
     51 
     52 [Protocols]
     53   gEfiSimpleFileSystemProtocolGuid
     54   gEfiFirmwareVolumeBlockProtocolGuid
     55   gEfiBlockIoProtocolGuid
     56 
     57 [Depex]
     58   TRUE
     59