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