]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Bds/Bds.inf
9639f1424e96d3f4fa68b131421f8168ef2bd110
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
1 #/** @file
2 #
3 # Component description file for Bds module
4 #
5 # Copyright (c) 2011-2015, ARM Ltd. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this 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 IMPLIED.
14 #
15 #**/
16
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = ArmPlatformBds
21 FILE_GUID = 5a50aa81-c3ae-4608-a0e3-41a2e69baf94
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = BdsInitialize
26
27 [Sources.common]
28 Bds.c
29 BdsHelper.c
30 BootMenu.c
31 BootOption.c
32 BootOptionSupport.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 ArmPkg/ArmPkg.dec
38 ArmPlatformPkg/ArmPlatformPkg.dec
39 EmbeddedPkg/EmbeddedPkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41
42 [Guids]
43 gFdtTableGuid
44
45 [LibraryClasses]
46 BdsLib
47 TimerLib
48 PerformanceLib
49 UefiBootServicesTableLib
50 DxeServicesTableLib
51 UefiDriverEntryPoint
52 DebugLib
53 PrintLib
54 BaseLib
55 FdtLib
56 NetLib
57
58 [Guids]
59 gEfiEndOfDxeEventGroupGuid
60 gEfiFileSystemInfoGuid
61 gArmGlobalVariableGuid
62 gFdtVariableGuid
63
64 [Protocols]
65 gEfiBdsArchProtocolGuid
66 gEfiBlockIoProtocolGuid
67 gEfiSimpleTextInProtocolGuid
68 gEfiPxeBaseCodeProtocolGuid
69 gEfiSimpleNetworkProtocolGuid
70 gEfiDevicePathToTextProtocolGuid
71 gEfiFirmwareVolumeBlockProtocolGuid
72 gEfiFirmwareVolumeBlock2ProtocolGuid
73 gEfiDhcp4ServiceBindingProtocolGuid
74 gEfiMtftp4ServiceBindingProtocolGuid
75
76 [Pcd]
77 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
78 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
79 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
80 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath
81 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
82 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
83 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
84 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
85 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
86
87 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
88
89 [Depex]
90 TRUE