]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/ArmVirtGicArchLib/ArmVirtGicArchLib.inf
ArmVirtPkg/ArmGicArchLib: move to FdtClient protocol
[mirror_edk2.git] / ArmVirtPkg / Library / ArmVirtGicArchLib / ArmVirtGicArchLib.inf
CommitLineData
15c9b25e
AB
1#/** @file\r
2#\r
3# Component description file for ArmVirtGicArchLib module\r
4#\r
5# Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\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[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ArmVirtGicArchLib\r
20 FILE_GUID = 87b0dc84-4661-4deb-a789-97977ff636ed\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = ArmGicArchLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
24 CONSTRUCTOR = ArmVirtGicArchLibConstructor\r
25\r
26[Sources]\r
27 ArmVirtGicArchLib.c\r
28\r
29[LibraryClasses]\r
15c9b25e 30 ArmGicLib\r
22486318
AB
31 BaseLib\r
32 DebugLib\r
33 PcdLib\r
34 UefiBootServicesTableLib\r
15c9b25e
AB
35\r
36[Packages]\r
15c9b25e
AB
37 ArmPkg/ArmPkg.dec\r
38 ArmVirtPkg/ArmVirtPkg.dec\r
22486318
AB
39 MdePkg/MdePkg.dec\r
40\r
41[Protocols]\r
42 gFdtClientProtocolGuid ## CONSUMES\r
15c9b25e
AB
43\r
44[Pcd]\r
22486318
AB
45 gArmTokenSpaceGuid.PcdGicDistributorBase\r
46 gArmTokenSpaceGuid.PcdGicRedistributorsBase\r
47 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
48\r
49[Depex]\r
50 gFdtClientProtocolGuid\r