2011-02-02 23:35:30 +01:00
|
|
|
#/* @file
|
2012-03-26 13:03:36 +02:00
|
|
|
# Copyright (c) 2011-2012, ARM Limited. All rights reserved.
|
2011-02-02 23:35:30 +01: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.
|
|
|
|
#
|
|
|
|
#*/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2011-09-23 00:59:52 +02:00
|
|
|
BASE_NAME = PL390GicSecLib
|
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]
|
2011-09-23 00:59:52 +02:00
|
|
|
PL390Gic.c
|
2011-02-02 23:35:30 +01:00
|
|
|
PL390GicSec.c
|
|
|
|
|
|
|
|
[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
|
2013-05-10 14:41:27 +02:00
|
|
|
ArmPlatformLib
|
2012-03-26 12:45:27 +02:00
|
|
|
DebugLib
|
|
|
|
IoLib
|
|
|
|
PcdLib
|
|
|
|
|