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