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 = ArmGicLib
|
2011-02-02 23:35:30 +01:00
|
|
|
FILE_GUID = 03d05ee4-cdeb-458c-9dfc-993f09bdf405
|
|
|
|
MODULE_TYPE = SEC
|
|
|
|
VERSION_STRING = 1.0
|
2011-09-23 00:59:52 +02:00
|
|
|
LIBRARY_CLASS = ArmGicLib
|
2011-02-02 23:35:30 +01:00
|
|
|
|
|
|
|
[Sources]
|
2014-07-04 13:14:20 +02:00
|
|
|
ArmGicLib.c
|
|
|
|
ArmGicNonSecLib.c
|
2011-02-02 23:35:30 +01:00
|
|
|
|
2014-07-04 16:36:42 +02:00
|
|
|
GicV2/ArmGicV2Lib.c
|
|
|
|
GicV2/ArmGicV2NonSecLib.c
|
|
|
|
|
2013-01-25 13:07:00 +01:00
|
|
|
[LibraryClasses]
|
|
|
|
IoLib
|
|
|
|
|
2011-02-02 23:35:30 +01:00
|
|
|
[Packages]
|
|
|
|
ArmPkg/ArmPkg.dec
|
|
|
|
MdePkg/MdePkg.dec
|