VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ArmVirtPkg/Library/ArmVirtGicArchLib/ArmVirtGicArchLib.inf

Last change on this file was 108794, checked in by vboxsync, 3 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.0 KB
Line 
1#/** @file
2#
3# Component description file for ArmVirtGicArchLib module
4#
5# Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9#**/
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = ArmVirtGicArchLib
14 FILE_GUID = 87b0dc84-4661-4deb-a789-97977ff636ed
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
18 CONSTRUCTOR = ArmVirtGicArchLibConstructor
19
20[Sources]
21 ArmVirtGicArchLib.c
22
23[LibraryClasses]
24 BaseLib
25 DebugLib
26 PcdLib
27 UefiBootServicesTableLib
28
29[Packages]
30 ArmPkg/ArmPkg.dec
31 ArmVirtPkg/ArmVirtPkg.dec
32 EmbeddedPkg/EmbeddedPkg.dec
33 MdePkg/MdePkg.dec
34
35[Protocols]
36 gFdtClientProtocolGuid ## CONSUMES
37
38[Pcd]
39 gArmTokenSpaceGuid.PcdGicDistributorBase
40 gArmTokenSpaceGuid.PcdGicRedistributorsBase
41 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
42
43[Depex]
44 gFdtClientProtocolGuid
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