]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/BdsLib/BdsLib.inf
ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ArmPlatf...
[mirror_edk2.git] / ArmPkg / Library / BdsLib / BdsLib.inf
1 #/* @file
2 # Copyright (c) 2011, ARM Limited. All rights reserved.
3 #
4 # This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 #*/
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BdsLib
17 FILE_GUID = ddbf73a0-bb25-11df-8e4e-0002a5d5c51b
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = BdsLib
21
22 [Sources.common]
23 BdsFilePath.c
24 BdsLinuxLoader.c
25 BdsAppLoader.c
26 BdsHelper.c
27 BdsLoadOption.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 EmbeddedPkg/EmbeddedPkg.dec
32 ArmPkg/ArmPkg.dec
33
34 [LibraryClasses]
35 ArmLib
36 BaseLib
37 DebugLib
38 DevicePathLib
39 HobLib
40 PerformanceLib
41 SerialPortLib
42
43 [Guids]
44 gEfiFileInfoGuid
45
46 [Protocols]
47 gEfiBdsArchProtocolGuid
48 gEfiDevicePathProtocolGuid
49 gEfiDevicePathFromTextProtocolGuid
50 gEfiSimpleFileSystemProtocolGuid
51 gEfiFirmwareVolume2ProtocolGuid
52 gEfiLoadFileProtocolGuid
53 gEfiPxeBaseCodeProtocolGuid
54 gEfiDiskIoProtocolGuid
55 gEfiUsbIoProtocolGuid
56 gEfiLoadedImageProtocolGuid
57
58 [FeaturePcd]
59
60 [FixedPcd]
61 gArmTokenSpaceGuid.PcdSystemMemoryBase
62 gArmTokenSpaceGuid.PcdSystemMemorySize
63
64 gArmTokenSpaceGuid.PcdArmMachineType
65 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset
66 gArmTokenSpaceGuid.PcdArmLinuxAtagMaxOffset
67
68 [Pcd]
69
70 [Depex]
71 TRUE