]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg/Bds: Getting and editing IP addresses
[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 NetLib
51
52 [Guids]
53 gEfiFileSystemInfoGuid
54 gArmGlobalVariableGuid
55
56 [Protocols]
57 gEfiBdsArchProtocolGuid
58 gEfiBlockIoProtocolGuid
59 gEfiSimpleTextInProtocolGuid
60 gEfiPxeBaseCodeProtocolGuid
61 gEfiSimpleNetworkProtocolGuid
62 gEfiDevicePathToTextProtocolGuid
63
64 [Pcd]
65 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
66 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
67 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
68 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath
69 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
70 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
71 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
72 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut
73 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
74 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
75
76 [Depex]
77 TRUE