]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Bds/Bds.inf
e04c86db1774d3015066ada979d9363f6ed3ac7b
[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
40 [LibraryClasses]
41 BdsLib
42 TimerLib
43 PerformanceLib
44 UefiBootServicesTableLib
45 DxeServicesTableLib
46 UefiDriverEntryPoint
47 DebugLib
48 PrintLib
49 BaseLib
50 NetLib
51
52 [Guids]
53 gEfiEndOfDxeEventGroupGuid
54 gEfiFileSystemInfoGuid
55 gArmGlobalVariableGuid
56
57 [Protocols]
58 gEfiBdsArchProtocolGuid
59 gEfiBlockIoProtocolGuid
60 gEfiSimpleTextInProtocolGuid
61 gEfiPxeBaseCodeProtocolGuid
62 gEfiSimpleNetworkProtocolGuid
63 gEfiDevicePathToTextProtocolGuid
64 gEfiFirmwareVolumeBlockProtocolGuid
65 gEfiFirmwareVolumeBlock2ProtocolGuid
66 gEfiDhcp4ServiceBindingProtocolGuid
67 gEfiMtftp4ServiceBindingProtocolGuid
68
69 [Pcd]
70 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
71 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
72 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
73 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath
74 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
75 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
76 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
77 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
78 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
79
80 [Depex]
81 TRUE