]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDS
[mirror_edk2.git] / ArmPlatformPkg / Bds / Bds.inf
1 #/** @file
2 #
3 # Component discription file for NorFlashDxe module
4 #
5 # Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = ArmPlatformBds
20 FILE_GUID = 5a50aa81-c3ae-4608-a0e3-41a2e69baf94
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = BdsInitialize
25
26 [Sources.common]
27 Bds.c
28 BdsHelper.c
29 BootMenu.c
30 BootOption.c
31 BootOptionSupport.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 ArmPkg/ArmPkg.dec
37 ArmPlatformPkg/ArmPlatformPkg.dec
38
39 [LibraryClasses]
40 BdsLib
41 TimerLib
42 PerformanceLib
43 UefiBootServicesTableLib
44 DxeServicesTableLib
45 UefiDriverEntryPoint
46 DebugLib
47 PrintLib
48
49 [Guids]
50 gEfiFileSystemInfoGuid
51
52 [Protocols]
53 gEfiBdsArchProtocolGuid
54 gEfiBlockIoProtocolGuid
55 gEfiSimpleTextInProtocolGuid
56 gEfiPxeBaseCodeProtocolGuid
57 gEfiSimpleNetworkProtocolGuid
58 gEfiDevicePathToTextProtocolGuid
59
60 [Pcd]
61 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor
62 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription
63 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath
64 gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath
65 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument
66 gArmPlatformTokenSpaceGuid.PcdDefaultBootType
67 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath
68 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut
69 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths
70 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths
71
72 [Depex]
73 TRUE