]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg/Bds/BootMenu.c: Set "Fdt" UEFI variable as local
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
1 #/** @file
2 #
3 # Component description file for Bds module
4 #
5 # Copyright (c) 2011-2013, 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.common]
28 Bds.c
29 BdsHelper.c
30 BootMenu.c
31 BootOption.c
32 BootOptionSupport.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 ArmPkg/ArmPkg.dec
38 ArmPlatformPkg/ArmPlatformPkg.dec
39
40 [LibraryClasses]
41 BdsLib
42 TimerLib
43 PerformanceLib
44 UefiBootServicesTableLib
45 DxeServicesTableLib
46 UefiDriverEntryPoint
47 DebugLib
48 PrintLib
49 BaseLib
50
51 [Guids]
52 gEfiFileSystemInfoGuid
53 gArmGlobalVariableGuid
54
55 [Protocols]
56 gEfiBdsArchProtocolGuid
57 gEfiBlockIoProtocolGuid
58 gEfiSimpleTextInProtocolGuid
59 gEfiPxeBaseCodeProtocolGuid
60 gEfiSimpleNetworkProtocolGuid
61 gEfiDevicePathToTextProtocolGuid
62
63 [Pcd]
64 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
65 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
66 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
67 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath
68 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
69 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
70 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
71 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut
72 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
73 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
74
75 [Depex]
76 TRUE