]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/FvbRuntimeService/DUETFwh.inf
8254TimerDxe: DuetPkg => PcAtChipsetPkg
[mirror_edk2.git] / DuetPkg / FvbRuntimeService / DUETFwh.inf
CommitLineData
9071550e 1#/*++\r
2#\r
3# Copyright (c) 2007, Intel Corporation \r
4# All rights reserved. This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11# \r
12# Module Name:\r
13#\r
14# DUETFwh.inf\r
15#\r
16# Abstract:\r
17#\r
18# Component description file for DUET Module\r
19#\r
20#--*/\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = DuetFwh\r
25 FILE_GUID = BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9\r
26 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30 ENTRY_POINT = FvbInitialize\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 DuetPkg/DuetPkg.dec\r
36 #TianoModulePkg/TianoModulePkg.dec\r
37\r
38[Sources.common]\r
39 FwBlockService.c\r
40 FwBlockService.h\r
41 FvbInfo.c\r
42 FileIo.c\r
43 FileIo.h\r
44\r
45[LibraryClasses]\r
46 DevicePathLib\r
47 UefiLib\r
48 UefiDriverEntryPoint\r
49 UefiRuntimeLib\r
50 HobLib\r
51\r
52[Guids]\r
53 gEfiFlashMapHobGuid\r
54 gEfiHobListGuid\r
55 gEfiAlternateFvBlockGuid\r
56\r
57[Protocols]\r
58 gEfiFvbExtensionProtocolGuid\r
59 gEfiSimpleFileSystemProtocolGuid\r
60 gEfiFirmwareVolumeBlockProtocolGuid\r
61 gEfiBlockIoProtocolGuid\r
62\r