]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Bds/Bds.inf
Check the input VaraibleName for db/dbx when appending variables with formatted as...
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
CommitLineData
1d5d0ae9 1#/** @file
2#
0db25ccc 3# Component description file for Bds module
1d5d0ae9 4#
0db25ccc 5# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
82325f95 6#
1d5d0ae9 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.common]
ea46ebbe 28 Bds.c
29 BdsHelper.c
30 BootMenu.c
31 BootOption.c
32 BootOptionSupport.c
1d5d0ae9 33
34[Packages]
35 MdePkg/MdePkg.dec
ea46ebbe 36 MdeModulePkg/MdeModulePkg.dec
1d5d0ae9 37 ArmPkg/ArmPkg.dec
ea46ebbe 38 ArmPlatformPkg/ArmPlatformPkg.dec
1d5d0ae9 39
40[LibraryClasses]
41 BdsLib
42 TimerLib
43 PerformanceLib
44 UefiBootServicesTableLib
ea46ebbe 45 DxeServicesTableLib
46 UefiDriverEntryPoint
1d5d0ae9 47 DebugLib
ea46ebbe 48 PrintLib
11c20f4e 49 BaseLib
1d5d0ae9 50
51[Guids]
ea46ebbe 52 gEfiFileSystemInfoGuid
1d5d0ae9 53
54[Protocols]
55 gEfiBdsArchProtocolGuid
ea46ebbe 56 gEfiBlockIoProtocolGuid
1d5d0ae9 57 gEfiSimpleTextInProtocolGuid
ea46ebbe 58 gEfiPxeBaseCodeProtocolGuid
59 gEfiSimpleNetworkProtocolGuid
1d5d0ae9 60 gEfiDevicePathToTextProtocolGuid
61
62[Pcd]
ea46ebbe 63 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
64 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
65 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
656416bc 66 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath
ea46ebbe 67 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
68 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
69 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
70 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut
71 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
72 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
73
1d5d0ae9 74[Depex]
75 TRUE