blob: 90d73ec433c2785656e80dc3aeb0a5caaf1bfddf [file] [log] [blame]
klu290715502008-04-18 03:09:54 +00001#/*++
2#
3# Copyright (c) 2007, Intel Corporation
4# All rights reserved. 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 = BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9
26 MODULE_TYPE = DXE_RUNTIME_DRIVER
27 VERSION_STRING = 1.0
28 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30 ENTRY_POINT = FvbInitialize
31
32[Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 DuetPkg/DuetPkg.dec
36 #TianoModulePkg/TianoModulePkg.dec
37
38[Sources.common]
39 FwBlockService.c
40 FwBlockService.h
41 FvbInfo.c
42 FileIo.c
43 FileIo.h
44
45[LibraryClasses]
46 DevicePathLib
47 UefiLib
48 UefiDriverEntryPoint
49 UefiRuntimeLib
50 HobLib
51
52[Guids]
53 gEfiFlashMapHobGuid
54 gEfiHobListGuid
55 gEfiAlternateFvBlockGuid
56
57[Protocols]
58 gEfiFvbExtensionProtocolGuid
59 gEfiSimpleFileSystemProtocolGuid
60 gEfiFirmwareVolumeBlockProtocolGuid
61 gEfiBlockIoProtocolGuid
62