Vishal Bhoj | 82c8071 | 2015-12-15 21:13:33 +0530 | [diff] [blame^] | 1 | #/** @file
|
| 2 | #
|
| 3 | # Copyright (c) 2012-2013, ARM Ltd. All rights reserved.<BR>
|
| 4 | # Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>
|
| 5 | # This program and the accompanying materials
|
| 6 | # are licensed and made available under the terms and conditions of the BSD License
|
| 7 | # which accompanies this distribution. The full text of the license may be found at
|
| 8 | # http://opensource.org/licenses/bsd-license.php
|
| 9 | #
|
| 10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 11 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 12 | #
|
| 13 | #**/
|
| 14 |
|
| 15 | [Defines]
|
| 16 | INF_VERSION = 0x00010005
|
| 17 | BASE_NAME = ArmHvcLib
|
| 18 | FILE_GUID = E594959A-D150-44D3-963B-BA90329D3D9A
|
| 19 | MODULE_TYPE = BASE
|
| 20 | VERSION_STRING = 1.0
|
| 21 | LIBRARY_CLASS = ArmHvcLib
|
| 22 |
|
| 23 | [Sources.ARM]
|
| 24 | Arm/ArmHvc.asm | RVCT
|
| 25 | Arm/ArmHvc.S | GCC
|
| 26 |
|
| 27 | [Sources.AARCH64]
|
| 28 | AArch64/ArmHvc.S
|
| 29 |
|
| 30 | [Packages]
|
| 31 | MdePkg/MdePkg.dec
|
| 32 | ArmPkg/ArmPkg.dec
|