2014-01-07 12:20:14 +01:00
|
|
|
#/** @file
|
|
|
|
#
|
2015-02-26 11:54:39 +01:00
|
|
|
# Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>
|
2014-01-07 12:20:14 +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 = 0x00010006
|
2015-02-26 11:54:39 +01:00
|
|
|
BASE_NAME = ArmHwDxe
|
2014-01-07 12:20:14 +01:00
|
|
|
FILE_GUID = fe61bb5f-1b67-4c24-b346-73db42e873e5
|
|
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
|
|
VERSION_STRING = 1.0
|
2014-03-01 12:05:44 +01:00
|
|
|
ENTRY_POINT = ArmHwInitialise
|
2014-01-07 12:20:14 +01:00
|
|
|
|
|
|
|
[Sources.common]
|
2014-03-01 12:05:44 +01:00
|
|
|
ArmHwDxe.c
|
2015-02-25 20:14:26 +01:00
|
|
|
ArmVExpressCommon.c
|
2014-01-07 12:20:14 +01:00
|
|
|
|
|
|
|
[Packages]
|
2015-02-25 20:14:26 +01:00
|
|
|
ArmPkg/ArmPkg.dec
|
2014-01-07 12:20:14 +01:00
|
|
|
ArmPlatformPkg/ArmPlatformPkg.dec
|
2015-02-26 11:54:39 +01:00
|
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
2015-02-25 20:14:26 +01:00
|
|
|
MdePkg/MdePkg.dec
|
2014-01-07 12:20:14 +01:00
|
|
|
|
|
|
|
[LibraryClasses]
|
2014-10-27 11:52:11 +01:00
|
|
|
ArmShellCmdRunAxfLib
|
2015-02-26 11:54:39 +01:00
|
|
|
MemoryAllocationLib
|
2014-01-07 12:20:14 +01:00
|
|
|
UefiDriverEntryPoint
|
2015-02-26 11:54:39 +01:00
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiDevicePathProtocolGuid
|