]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVExpressPkg/ArmFvpDxe/ArmFvpDxe.inf
MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size supported...
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmFvpDxe / ArmFvpDxe.inf
CommitLineData
1e69576f
OM
1#/** @file
2#
3# Copyright (c) 2013, ARM Ltd. All rights reserved.<BR>
4#
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 = 0x00010006
17 BASE_NAME = ArmFvpDxe
18 FILE_GUID = fe61bb5f-1b67-4c24-b346-73db42e873e5
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = ArmFvpInitialise
22
23[Sources.common]
24 ArmFvpDxe.c
25
26[Packages]
27 MdePkg/MdePkg.dec
28 ArmPlatformPkg/ArmPlatformPkg.dec
e94784c6 29 OvmfPkg/OvmfPkg.dec
1e69576f
OM
30
31[LibraryClasses]
32 UefiDriverEntryPoint
33 UefiBootServicesTableLib
e94784c6
OM
34 VirtioMmioDeviceLib
35 BaseMemoryLib