]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
MdeModulePkg/MdeModulePkg.dsc: add MM_STANDALONE FTW and variable modules
[mirror_edk2.git] / ArmPkg / Library / ArmGicArchLib / ArmGicArchLib.inf
1 #/* @file
2 # Copyright (c) 2015, Linaro Ltd. All rights reserved.
3 #
4 # This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 #*/
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = ArmGicArchLib
17 FILE_GUID = cd67f41a-26e9-4482-90c9-a9aff803382a
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = ArmGicArchLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
21 CONSTRUCTOR = ArmGicArchLibInitialize
22
23 [Sources.ARM]
24 Arm/ArmGicArchLib.c
25
26 [Sources.AARCH64]
27 AArch64/ArmGicArchLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 ArmPkg/ArmPkg.dec
32
33 [LibraryClasses]
34 ArmGicLib