]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / FvbServicesRuntimeDxe / FvbServicesRuntimeDxe.inf
CommitLineData
949f388f 1## @file\r
2# Component description file for Emu 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# Emu emulator.\r
6# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
7# Portions copyright (c) 2011, Apple Inc. All rights reserved. \r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = FwBlockService\r
22 FILE_GUID = A01E498C-96E8-2A4C-95F4-85248F989753\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = FvbInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 FvbInfo.c\r
35 FWBlockService.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 InOsEmuPkg/InOsEmuPkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiBootServicesTableLib\r
44 MemoryAllocationLib\r
45 BaseMemoryLib\r
46 HobLib\r
47 DebugLib\r
48 UefiRuntimeLib\r
49 DxeServicesTableLib\r
50 BaseLib\r
51 UefiDriverEntryPoint\r
52 UefiLib\r
53 DevicePathLib\r
54\r
55[Guids]\r
56 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
57\r
58[Protocols]\r
59 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
60 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
61\r
62[FixedPcd]\r
63 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareFdSize\r
64 gInOsEmuPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize\r
65 gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashFvRecoveryBase\r
66 gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashFvRecoverySize\r
67 gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogBase\r
68 gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogSize\r
69\r
70[Pcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
77\r
78[Depex]\r
79 TRUE\r
80\r