]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Bds/Bds.inf
3b6ffc38a827e2839a0dafb5a2aa4ff9d79b4f4c
[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]
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 UefiBootServicesTableLib
48 DxeServicesTableLib
49 UefiDriverEntryPoint
50 DebugLib
51 PerformanceLib
52 PrintLib
53 BaseLib
54 FdtLib
55 NetLib
56
57 [Guids]
58 gEfiEndOfDxeEventGroupGuid
59 gEfiFileSystemInfoGuid
60 gArmGlobalVariableGuid
61 gFdtVariableGuid
62
63 [Protocols]
64 gEfiBdsArchProtocolGuid
65 gEfiBlockIoProtocolGuid
66 gEfiSimpleTextInProtocolGuid
67 gEfiPxeBaseCodeProtocolGuid
68 gEfiSimpleNetworkProtocolGuid
69 gEfiDevicePathToTextProtocolGuid
70 gEfiFirmwareVolumeBlockProtocolGuid
71 gEfiFirmwareVolumeBlock2ProtocolGuid
72 gEfiDhcp4ServiceBindingProtocolGuid
73 gEfiMtftp4ServiceBindingProtocolGuid
74
75 [Pcd]
76 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
77 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
78 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
79 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
80 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
81 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
82 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
83
84 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
85
86 [Depex]
87 TRUE