]>
Commit | Line | Data |
---|---|---|
8d13298b AB |
1 | #/* @file\r |
2 | # Copyright (c) 2015, Linaro Ltd. All rights reserved.\r | |
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 | |
16 | BASE_NAME = ArmGicArchLib\r | |
17 | FILE_GUID = cd67f41a-26e9-4482-90c9-a9aff803382a\r | |
18 | MODULE_TYPE = BASE\r | |
19 | VERSION_STRING = 1.0\r | |
f94522c8 AB |
20 | LIBRARY_CLASS = ArmGicArchLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION\r |
21 | CONSTRUCTOR = ArmGicArchLibInitialize\r | |
8d13298b AB |
22 | \r |
23 | [Sources.ARM]\r | |
24 | Arm/ArmGicArchLib.c\r | |
25 | \r | |
26 | [Sources.AARCH64]\r | |
27 | AArch64/ArmGicArchLib.c\r | |
28 | \r | |
29 | [Packages]\r | |
30 | MdePkg/MdePkg.dec\r | |
31 | ArmPkg/ArmPkg.dec\r | |
32 | \r | |
33 | [LibraryClasses]\r | |
34 | ArmGicLib\r |