2011-02-02 23:35:30 +01:00
|
|
|
#/* @file
|
2014-07-04 13:14:20 +02:00
|
|
|
# Copyright (c) 2011-2014, ARM Limited. All rights reserved.
|
2011-02-02 23:35:30 +01:00
|
|
|
#
|
2014-07-04 13:14:20 +02:00
|
|
|
# This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2011-02-02 23:35:30 +01:00
|
|
|
#
|
|
|
|
#*/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2013-10-29 07:36:34 +01:00
|
|
|
BASE_NAME = ArmGicSecLib
|
2011-02-02 23:35:30 +01:00
|
|
|
FILE_GUID = 85f3cf80-b5f4-11df-9855-0002a5d5c51b
|
|
|
|
MODULE_TYPE = SEC
|
|
|
|
VERSION_STRING = 1.0
|
2012-05-02 22:19:00 +02:00
|
|
|
LIBRARY_CLASS = ArmGicLib
|
2011-02-02 23:35:30 +01:00
|
|
|
|
|
|
|
[Sources]
|
2014-07-04 13:14:20 +02:00
|
|
|
ArmGicLib.c
|
|
|
|
ArmGicSecLib.c
|
2011-02-02 23:35:30 +01:00
|
|
|
|
2014-07-04 16:36:42 +02:00
|
|
|
GicV2/ArmGicV2Lib.c
|
|
|
|
GicV2/ArmGicV2SecLib.c
|
|
|
|
|
2014-10-27 11:28:44 +01:00
|
|
|
[Sources.ARM]
|
|
|
|
Arm/ArmGicArchLib.c
|
2014-10-27 11:29:50 +01:00
|
|
|
GicV3/Arm/ArmGicV3.S | GCC
|
|
|
|
GicV3/Arm/ArmGicV3.asm | RVCT
|
2014-10-27 11:28:44 +01:00
|
|
|
|
|
|
|
[Sources.AARCH64]
|
|
|
|
AArch64/ArmGicArchLib.c
|
2014-10-27 11:29:50 +01:00
|
|
|
GicV3/AArch64/ArmGicV3.S | GCC
|
2014-10-27 11:28:44 +01:00
|
|
|
|
2011-02-02 23:35:30 +01:00
|
|
|
[Packages]
|
|
|
|
ArmPkg/ArmPkg.dec
|
2013-05-10 14:41:27 +02:00
|
|
|
ArmPlatformPkg/ArmPlatformPkg.dec
|
2011-02-02 23:35:30 +01:00
|
|
|
MdePkg/MdePkg.dec
|
2013-05-10 14:41:27 +02:00
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
2012-03-26 12:45:27 +02:00
|
|
|
|
|
|
|
[LibraryClasses]
|
2012-03-26 13:03:36 +02:00
|
|
|
ArmLib
|
2012-03-26 12:45:27 +02:00
|
|
|
DebugLib
|
|
|
|
IoLib
|