]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / Nt32Pkg / FvbServicesRuntimeDxe / FvbServicesRuntimeDxe.inf
CommitLineData
55e6660f 1#/** @file\r
2# Component description file for Nt32 Fimware Volume Block DXE driver module.\r
3#\r
4# This DXE runtime driver implements and produces the Fimware Volue Block Protocol on\r
5# NT32 emulator.\r
6# Copyright (c) 2006 - 2007, Intel Corporation\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
55e6660f 18[Defines]\r
19 INF_VERSION = 0x00010005\r
9e851ec7 20 BASE_NAME = FvbServicesRuntimeDxe\r
55e6660f 21 FILE_GUID = BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = FvbInitialize\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32\r
33#\r
34\r
55e6660f 35[Sources.common]\r
36 FvbInfo.c\r
37 FwBlockService.h\r
38 FWBlockService.c\r
55e6660f 39\r
40\r
55e6660f 41[Packages]\r
55e6660f 42 MdePkg/MdePkg.dec\r
0dea993c
A
43 MdeModulePkg/MdeModulePkg.dec\r
44 Nt32Pkg/Nt32Pkg.dec\r
55e6660f 45\r
46\r
55e6660f 47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 HobLib\r
52 DebugLib\r
53 UefiRuntimeLib\r
54 DxeServicesTableLib\r
55 BaseLib\r
56 UefiDriverEntryPoint\r
57 UefiLib\r
58\r
59\r
55e6660f 60[Guids]\r
61 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
480d38ac 62 gEfiAlternateFvBlockGuid # ALWAYS_CONSUME\r
55e6660f 63\r
55e6660f 64[Protocols]\r
55e6660f 65 gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
66 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
67 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
68\r
07660689 69[depex]\r
70 TRUE