]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Bds/Bds.inf
SourceLevelDebugPkg: Change the debug message to "v1.5" from "v1.4"
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
CommitLineData
1e57a462 1#/** @file\r
aeaf64d6 2#\r
1e57a462 3# Component description file for Bds module\r
aeaf64d6 4#\r
5c2d456b 5# Copyright (c) 2011-2015, ARM Ltd. All rights reserved.<BR>\r
1e57a462 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
aeaf64d6 11#\r
1e57a462 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
aeaf64d6 14#\r
1e57a462 15#**/\r
16\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ArmPlatformBds\r
aeaf64d6 21 FILE_GUID = 5a50aa81-c3ae-4608-a0e3-41a2e69baf94\r
1e57a462 22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = BdsInitialize\r
26\r
8b129b7b 27[Sources]\r
1e57a462 28 Bds.c\r
29 BdsHelper.c\r
5d9e9d1a 30 BootLinux.c\r
1e57a462 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
0ae6a518 40 EmbeddedPkg/EmbeddedPkg.dec\r
0c72676d 41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
1e57a462 42\r
c75d3eb6
OM
43[Guids]\r
44 gFdtTableGuid\r
45\r
1e57a462 46[LibraryClasses]\r
47 BdsLib\r
1e57a462 48 UefiBootServicesTableLib\r
49 DxeServicesTableLib\r
50 UefiDriverEntryPoint\r
51 DebugLib\r
8b129b7b 52 PerformanceLib\r
1e57a462 53 PrintLib\r
54 BaseLib\r
c75d3eb6 55 FdtLib\r
8bf4ad44 56 NetLib\r
aeaf64d6 57\r
1e57a462 58[Guids]\r
ae190039 59 gEfiEndOfDxeEventGroupGuid\r
1e57a462 60 gEfiFileSystemInfoGuid\r
aeaf64d6 61 gArmGlobalVariableGuid\r
0ae6a518 62 gFdtVariableGuid\r
aeaf64d6 63\r
1e57a462 64[Protocols]\r
65 gEfiBdsArchProtocolGuid\r
66 gEfiBlockIoProtocolGuid\r
67 gEfiSimpleTextInProtocolGuid\r
68 gEfiPxeBaseCodeProtocolGuid\r
69 gEfiSimpleNetworkProtocolGuid\r
70 gEfiDevicePathToTextProtocolGuid\r
3a0e4800
HL
71 gEfiFirmwareVolumeBlockProtocolGuid\r
72 gEfiFirmwareVolumeBlock2ProtocolGuid\r
061568e2
RC
73 gEfiDhcp4ServiceBindingProtocolGuid\r
74 gEfiMtftp4ServiceBindingProtocolGuid\r
1e57a462 75\r
5d9e9d1a
OM
76[FeaturePcd]\r
77 gArmPlatformTokenSpaceGuid.PcdBdsLinuxSupport\r
78\r
1e57a462 79[Pcd]\r
80 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor\r
81 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription\r
82 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath\r
1e57a462 83 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument\r
db1b9ea0 84 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
1e57a462 85 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths\r
86 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths\r
aeaf64d6 87\r
0c72676d
OM
88 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
89\r
1e57a462 90[Depex]\r
91 TRUE\r