]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/ArmVExpressSecLib.inf
ArmPkg: remove unused ArmGicSecLib library implementation
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / Library / ArmVExpressSecLibRTSM / ArmVExpressSecLib.inf
CommitLineData
1e57a462 1#/* @file\r
75f63034 2# Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
1e57a462 3#\r
75f63034
OM
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
1e57a462 11#\r
12#*/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = RTSMArmVExpressSecLib\r
17 FILE_GUID = 1fdaabb0-ab7d-480c-91ff-428dc1546f3a\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = ArmPlatformSecLib\r
21\r
22[Packages]\r
23 MdePkg/MdePkg.dec\r
24 MdeModulePkg/MdeModulePkg.dec\r
25 EmbeddedPkg/EmbeddedPkg.dec\r
26 ArmPkg/ArmPkg.dec\r
27 ArmPlatformPkg/ArmPlatformPkg.dec\r
28\r
29[LibraryClasses]\r
30 IoLib\r
31 ArmLib\r
32 SerialPortLib\r
33\r
34[Sources.common]\r
35 RTSMSec.c\r
36\r
37[Sources.ARM]\r
38 Arm/RTSMBoot.asm | RVCT\r
39 Arm/RTSMBoot.S | GCC\r
75f63034
OM
40 Arm/GicV3.asm | RVCT\r
41 Arm/GicV3.S | GCC\r
1e57a462 42\r
27be3601 43[Sources.AARCH64]\r
ef7b3786
BJ
44 AArch64/RTSMBoot.S\r
45 AArch64/GicV3.S\r
1e57a462 46\r
47[FixedPcd]\r
48 gArmTokenSpaceGuid.PcdFvBaseAddress\r
75f63034 49 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r