]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Bds/Bds.inf
06e8d914fdc3a7f4ad5615bb51acfe230f1abf57
[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 BootLinux.c
31 BootMenu.c
32 BootOption.c
33 BootOptionSupport.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 ArmPkg/ArmPkg.dec
39 ArmPlatformPkg/ArmPlatformPkg.dec
40 EmbeddedPkg/EmbeddedPkg.dec
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42
43 [Guids]
44 gFdtTableGuid
45
46 [LibraryClasses]
47 BdsLib
48 UefiBootServicesTableLib
49 DxeServicesTableLib
50 UefiDriverEntryPoint
51 DebugLib
52 PerformanceLib
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 [FeaturePcd]
77 gArmPlatformTokenSpaceGuid.PcdBdsLinuxSupport
78
79 [Pcd]
80 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
81 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
82 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
83 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
84 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
85 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
86 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
87
88 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
89
90 [Depex]
91 TRUE