]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Sec.inf
ArmPlatformPkg: remove unused Sec library
[mirror_edk2.git] / ArmPlatformPkg / Sec / Sec.inf
diff --git a/ArmPlatformPkg/Sec/Sec.inf b/ArmPlatformPkg/Sec/Sec.inf
deleted file mode 100644 (file)
index 7f7243f..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-#/** @file\r
-#  SEC - Reset vector code that jumps to C and starts the PEI phase\r
-#\r
-#  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
-#  Copyright (c) 2011-2013, 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
-#\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
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = ArmPlatformSec\r
-  FILE_GUID                      = c536bbfe-c813-4e48-9f90-01fe1ecf9d54\r
-  MODULE_TYPE                    = SEC\r
-  VERSION_STRING                 = 1.0\r
-\r
-[Sources]\r
-  Sec.c\r
-\r
-[Sources.ARM]\r
-  Arm/Arch.c\r
-  Arm/Helper.asm           | RVCT\r
-  Arm/Helper.S             | GCC\r
-  Arm/SecEntryPoint.S      | GCC\r
-  Arm/SecEntryPoint.asm    | RVCT\r
-\r
-[Sources.AARCH64]\r
-  AArch64/Arch.c\r
-  AArch64/Helper.S\r
-  AArch64/SecEntryPoint.S\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  ArmPkg/ArmPkg.dec\r
-  ArmPlatformPkg/ArmPlatformPkg.dec\r
-\r
-[LibraryClasses]\r
-  ArmCpuLib\r
-  ArmLib\r
-  ArmPlatformLib\r
-  ArmPlatformSecLib\r
-  ArmTrustedMonitorLib\r
-  BaseLib\r
-  DebugLib\r
-  DebugAgentLib\r
-  IoLib\r
-  ArmGicLib\r
-  PrintLib\r
-  SerialPortLib\r
-\r
-[Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
-\r
-[FixedPcd.common]\r
-\r
-  gArmTokenSpaceGuid.PcdTrustzoneSupport\r
-  gArmTokenSpaceGuid.PcdVFPEnabled\r
-\r
-  gArmTokenSpaceGuid.PcdArmScr\r
-  gArmTokenSpaceGuid.PcdArmNonSecModeTransition\r
-\r
-  gArmTokenSpaceGuid.PcdSecureFvBaseAddress\r
-  gArmTokenSpaceGuid.PcdSecureFvSize\r
-\r
-  gArmTokenSpaceGuid.PcdFvBaseAddress\r
-\r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase\r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecPrimaryStackSize\r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecSecondaryStackSize\r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase\r
-  gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize\r
-\r
-  gArmTokenSpaceGuid.PcdGicDistributorBase\r
-  gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
-\r
-[FixedPcd.ARM]\r
-  gArmTokenSpaceGuid.PcdArmNsacr\r