]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf
ArmVirtualizationPkg: PlatformIntelBdsLib: remove ties to ARM BDS
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Library / PlatformIntelBdsLib / PlatformIntelBdsLib.inf
1 ## @file
2 # Implementation for PlatformBdsLib library class interfaces.
3 #
4 # Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>
5 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials are licensed and made available
8 # under the terms and conditions of the BSD License which accompanies this
9 # distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
14 # IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = PlatformIntelBdsLib
21 FILE_GUID = 46DF84EB-F603-4D39-99D8-E1E86B50BCC2
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = ARM AARCH64
30 #
31
32 [Sources]
33 IntelBdsPlatform.c
34 QemuKernel.c
35
36 [Packages]
37 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 MdePkg/MdePkg.dec
40 OvmfPkg/OvmfPkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 BaseMemoryLib
45 DebugLib
46 DevicePathLib
47 GenericBdsLib
48 MemoryAllocationLib
49 PcdLib
50 PrintLib
51 QemuBootOrderLib
52 QemuFwCfgLib
53 UefiBootServicesTableLib
54 UefiRuntimeServicesTableLib
55
56 [Guids]
57 gEfiFileInfoGuid
58 gEfiFileSystemInfoGuid
59 gEfiFileSystemVolumeLabelInfoIdGuid
60
61 [Protocols]
62 gEfiDevicePathProtocolGuid
63 gEfiLoadedImageProtocolGuid
64 gEfiSimpleFileSystemProtocolGuid