VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/FdtNorFlashQemuLib/FdtNorFlashQemuLib.inf

Last change on this file was 108794, checked in by vboxsync, 4 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1## @file
2#
3# Copyright (c) 2014-2018, Linaro Ltd. All rights reserved.<BR>
4# Copyright (c) 2024 Loongson Technology Corporation Limited. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 1.29
12 BASE_NAME = NorFlashQemuLib
13 FILE_GUID = E225C90F-6CB9-8AF3-095B-2668FC633A57
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = NorFlashQemuLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION
17
18[Sources]
19 FdtNorFlashQemuLib.c
20
21[Packages]
22 EmbeddedPkg/EmbeddedPkg.dec
23 MdePkg/MdePkg.dec
24 MdeModulePkg/MdeModulePkg.dec
25 OvmfPkg/OvmfPkg.dec
26
27[LibraryClasses]
28 BaseLib
29 DebugLib
30 UefiBootServicesTableLib
31
32[Protocols]
33 gFdtClientProtocolGuid ## CONSUMES
34
35[Depex]
36 gFdtClientProtocolGuid
37
38[Pcd]
39gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
40gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize
41gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
42gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
43gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
44gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
45gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
46gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette