]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
ArmPkg: split off ArmGicArchLib from ArmGicLib
[mirror_edk2.git] / ArmPkg / Drivers / ArmGic / ArmGicSecLib.inf
index bb7f242517d203e9333756ed0271fca04bf7b640..fc2e1bc01efedcde89750989c14b2c9ebcb92714 100644 (file)
@@ -1,13 +1,13 @@
 #/* @file\r
-#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
-#  \r
-#  This program and the accompanying materials                          \r
-#  are licensed and made available under the terms and conditions of the BSD License         \r
-#  which accompanies this distribution.  The full text of the license may be found at        \r
-#  http://opensource.org/licenses/bsd-license.php                                            \r
+#  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
 #\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #*/\r
 \r
   LIBRARY_CLASS                  = ArmGicLib\r
 \r
 [Sources]\r
-  ArmGic.c\r
-  ArmGicSec.c\r
+  ArmGicLib.c\r
+  ArmGicSecLib.c\r
+\r
+  GicV2/ArmGicV2Lib.c\r
+  GicV2/ArmGicV2SecLib.c\r
+\r
+[Sources.ARM]\r
+  GicV3/Arm/ArmGicV3.S     | GCC\r
+  GicV3/Arm/ArmGicV3.asm   | RVCT\r
+\r
+[Sources.AARCH64]\r
+  GicV3/AArch64/ArmGicV3.S\r
 \r
 [Packages]\r
   ArmPkg/ArmPkg.dec\r
 \r
 [LibraryClasses]\r
   ArmLib\r
-  ArmPlatformLib\r
   DebugLib\r
   IoLib\r
-  PcdLib\r
+  ArmGicArchLib\r
+\r
+[Pcd]\r
+  gArmPlatformTokenSpaceGuid.PcdCoreCount\r
 \r
+[FeaturePcd]\r
+  gArmTokenSpaceGuid.PcdArmGicV3WithV2Legacy\r