]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Bds/Bds.inf
ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
CommitLineData
1e57a462 1#/** @file\r
aeaf64d6 2#\r
1e57a462 3# Component description file for Bds module\r
aeaf64d6 4#\r
5c2d456b 5# Copyright (c) 2011-2015, ARM Ltd. All rights reserved.<BR>\r
1e57a462 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
aeaf64d6 11#\r
1e57a462 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
aeaf64d6 14#\r
1e57a462 15#**/\r
16\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ArmPlatformBds\r
aeaf64d6 21 FILE_GUID = 5a50aa81-c3ae-4608-a0e3-41a2e69baf94\r
1e57a462 22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = BdsInitialize\r
26\r
27[Sources.common]\r
28 Bds.c\r
29 BdsHelper.c\r
30 BootMenu.c\r
31 BootOption.c\r
32 BootOptionSupport.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 ArmPkg/ArmPkg.dec\r
38 ArmPlatformPkg/ArmPlatformPkg.dec\r
0ae6a518 39 EmbeddedPkg/EmbeddedPkg.dec\r
0c72676d 40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
1e57a462 41\r
42[LibraryClasses]\r
43 BdsLib\r
44 TimerLib\r
45 PerformanceLib\r
46 UefiBootServicesTableLib\r
47 DxeServicesTableLib\r
48 UefiDriverEntryPoint\r
49 DebugLib\r
50 PrintLib\r
51 BaseLib\r
8bf4ad44 52 NetLib\r
aeaf64d6 53\r
1e57a462 54[Guids]\r
ae190039 55 gEfiEndOfDxeEventGroupGuid\r
1e57a462 56 gEfiFileSystemInfoGuid\r
aeaf64d6 57 gArmGlobalVariableGuid\r
0ae6a518 58 gFdtVariableGuid\r
aeaf64d6 59\r
1e57a462 60[Protocols]\r
61 gEfiBdsArchProtocolGuid\r
62 gEfiBlockIoProtocolGuid\r
63 gEfiSimpleTextInProtocolGuid\r
64 gEfiPxeBaseCodeProtocolGuid\r
65 gEfiSimpleNetworkProtocolGuid\r
66 gEfiDevicePathToTextProtocolGuid\r
3a0e4800
HL
67 gEfiFirmwareVolumeBlockProtocolGuid\r
68 gEfiFirmwareVolumeBlock2ProtocolGuid\r
061568e2
RC
69 gEfiDhcp4ServiceBindingProtocolGuid\r
70 gEfiMtftp4ServiceBindingProtocolGuid\r
1e57a462 71\r
72[Pcd]\r
73 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor\r
74 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription\r
75 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath\r
76 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath\r
77 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument\r
78 gArmPlatformTokenSpaceGuid.PcdDefaultBootType\r
db1b9ea0 79 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
1e57a462 80 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths\r
81 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths\r
aeaf64d6 82\r
0c72676d
OM
83 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
84\r
1e57a462 85[Depex]\r
86 TRUE\r