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