]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/PL390Gic/PL390GicSecLib.inf
ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for core synch...
[mirror_edk2.git] / ArmPkg / Drivers / PL390Gic / PL390GicSecLib.inf
CommitLineData
1bfda055 1#/* @file\r
2# Copyright (c) 2011, ARM Limited. All rights reserved.\r
3# \r
4# This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12#*/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
55a0d64b 16 BASE_NAME = PL390GicSecLib\r
1bfda055 17 FILE_GUID = 85f3cf80-b5f4-11df-9855-0002a5d5c51b\r
18 MODULE_TYPE = SEC\r
19 VERSION_STRING = 1.0\r
55a0d64b 20 LIBRARY_CLASS = ArmGicSecLib\r
1bfda055 21\r
22[Sources]\r
55a0d64b 23 PL390Gic.c\r
1bfda055 24 PL390GicSec.c\r
25\r
26[Packages]\r
27 ArmPkg/ArmPkg.dec\r
28 MdePkg/MdePkg.dec\r
92534106 29\r
30[LibraryClasses]\r
31 DebugLib\r
32 IoLib\r
33 PcdLib\r
34\r
35[FixedPcd.common]\r
36 gArmTokenSpaceGuid.PcdGicNumInterrupts\r
be613c8b 37 gArmTokenSpaceGuid.PcdGicSgiIntId\r