]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Bds/Bds.inf
MdeModulePkg FaultTolerantWriteDxe: Remove unnecessary @para from function header...
[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
ae190039 5# Copyright (c) 2011-2014, 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
27[Sources.common]\r
28 Bds.c\r
29 BdsHelper.c\r
30 BootMenu.c\r
31 BootOption.c\r
32 BootOptionSupport.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 ArmPkg/ArmPkg.dec\r
38 ArmPlatformPkg/ArmPlatformPkg.dec\r
39\r
40[LibraryClasses]\r
41 BdsLib\r
42 TimerLib\r
43 PerformanceLib\r
44 UefiBootServicesTableLib\r
45 DxeServicesTableLib\r
46 UefiDriverEntryPoint\r
47 DebugLib\r
48 PrintLib\r
49 BaseLib\r
8bf4ad44 50 NetLib\r
aeaf64d6 51\r
1e57a462 52[Guids]\r
ae190039 53 gEfiEndOfDxeEventGroupGuid\r
1e57a462 54 gEfiFileSystemInfoGuid\r
aeaf64d6 55 gArmGlobalVariableGuid\r
56\r
1e57a462 57[Protocols]\r
58 gEfiBdsArchProtocolGuid\r
59 gEfiBlockIoProtocolGuid\r
60 gEfiSimpleTextInProtocolGuid\r
61 gEfiPxeBaseCodeProtocolGuid\r
62 gEfiSimpleNetworkProtocolGuid\r
63 gEfiDevicePathToTextProtocolGuid\r
64\r
65[Pcd]\r
66 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor\r
67 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription\r
68 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath\r
69 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath\r
70 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument\r
71 gArmPlatformTokenSpaceGuid.PcdDefaultBootType\r
72 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath\r
73 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut\r
74 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths\r
75 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths\r
aeaf64d6 76\r
1e57a462 77[Depex]\r
78 TRUE\r