]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
ARM Packages: Fixed missing braces (the warning was disabled by GCC)
[mirror_edk2.git] / ArmPkg / Drivers / ArmGic / ArmGicSecLib.inf
CommitLineData
1bfda055 1#/* @file\r
5e773144 2# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
1bfda055 3# \r
4# This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12#*/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
017baa1c 16 BASE_NAME = ArmGicSecLib\r
1bfda055 17 FILE_GUID = 85f3cf80-b5f4-11df-9855-0002a5d5c51b\r
18 MODULE_TYPE = SEC\r
19 VERSION_STRING = 1.0\r
f8181c90 20 LIBRARY_CLASS = ArmGicLib\r
1bfda055 21\r
22[Sources]\r
017baa1c
OM
23 ArmGic.c\r
24 ArmGicSec.c\r
1bfda055 25\r
26[Packages]\r
27 ArmPkg/ArmPkg.dec\r
bebda7ce 28 ArmPlatformPkg/ArmPlatformPkg.dec\r
1bfda055 29 MdePkg/MdePkg.dec\r
bebda7ce 30 MdeModulePkg/MdeModulePkg.dec\r
92534106 31\r
32[LibraryClasses]\r
5e773144 33 ArmLib\r
bebda7ce 34 ArmPlatformLib\r
92534106 35 DebugLib\r
36 IoLib\r
37 PcdLib\r
38\r