]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Drivers / ArmGic / ArmGicDxe.inf
index e554301c4b28022c805f69242cf6ee979d19abc2..cd2cec248b5eb5dd00473c139dc08b013d8f4414 100644 (file)
@@ -1,15 +1,9 @@
 #/** @file\r
 #\r
 #  Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
-#  Copyright (c) 2012 - 2015, ARM Ltd. All rights reserved.<BR>\r
+#  Copyright (c) 2012 - 2017, ARM Ltd. All rights reserved.<BR>\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
-#\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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #**/\r
 \r
@@ -23,6 +17,7 @@
   ENTRY_POINT                    = InterruptDxeInitialize\r
 \r
 [Sources.common]\r
+  ArmGicDxe.h\r
   ArmGicDxe.c\r
   ArmGicCommonDxe.c\r
 \r
   UefiDriverEntryPoint\r
   IoLib\r
   PcdLib\r
+  UefiLib\r
 \r
 [Protocols]\r
-  gHardwareInterruptProtocolGuid\r
-  gEfiCpuArchProtocolGuid\r
+  gHardwareInterruptProtocolGuid  ## PRODUCES\r
+  gHardwareInterrupt2ProtocolGuid ## PRODUCES\r
+  gEfiCpuArchProtocolGuid         ## CONSUMES ## NOTIFY\r
 \r
 [Pcd.common]\r
   gArmTokenSpaceGuid.PcdGicDistributorBase\r
@@ -57,4 +54,4 @@
   gArmTokenSpaceGuid.PcdArmGicV3WithV2Legacy\r
 \r
 [Depex]\r
-  gEfiCpuArchProtocolGuid\r
+  TRUE\r