2011-02-02 23:35:30 +01:00
|
|
|
#/* @file
|
|
|
|
# Copyright (c) 2011, ARM Limited. All rights reserved.
|
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
#*/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = BdsLib
|
|
|
|
FILE_GUID = ddbf73a0-bb25-11df-8e4e-0002a5d5c51b
|
2011-06-11 13:56:30 +02:00
|
|
|
MODULE_TYPE = DXE_DRIVER
|
2011-02-02 23:35:30 +01:00
|
|
|
VERSION_STRING = 1.0
|
|
|
|
LIBRARY_CLASS = BdsLib
|
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
BdsFilePath.c
|
|
|
|
BdsAppLoader.c
|
|
|
|
BdsHelper.c
|
2011-09-09 12:54:33 +02:00
|
|
|
BdsLoadOption.c
|
2011-02-02 23:35:30 +01:00
|
|
|
|
2011-09-23 00:55:54 +02:00
|
|
|
BdsLinuxLoader.c
|
|
|
|
BdsLinuxAtag.c
|
|
|
|
|
2011-02-02 23:35:30 +01:00
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
|
|
ArmPkg/ArmPkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
2011-06-11 13:56:30 +02:00
|
|
|
ArmLib
|
2011-02-02 23:35:30 +01:00
|
|
|
BaseLib
|
|
|
|
DebugLib
|
2011-06-11 13:56:30 +02:00
|
|
|
DevicePathLib
|
|
|
|
HobLib
|
|
|
|
PerformanceLib
|
2011-07-01 21:51:48 +02:00
|
|
|
SerialPortLib
|
2011-02-02 23:35:30 +01:00
|
|
|
|
|
|
|
[Guids]
|
|
|
|
gEfiFileInfoGuid
|
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiBdsArchProtocolGuid
|
|
|
|
gEfiDevicePathProtocolGuid
|
|
|
|
gEfiDevicePathFromTextProtocolGuid
|
|
|
|
gEfiSimpleFileSystemProtocolGuid
|
|
|
|
gEfiFirmwareVolume2ProtocolGuid
|
2011-06-11 13:56:30 +02:00
|
|
|
gEfiLoadFileProtocolGuid
|
|
|
|
gEfiPxeBaseCodeProtocolGuid
|
|
|
|
gEfiDiskIoProtocolGuid
|
|
|
|
gEfiUsbIoProtocolGuid
|
2011-09-09 12:54:33 +02:00
|
|
|
gEfiLoadedImageProtocolGuid
|
2011-02-02 23:35:30 +01:00
|
|
|
|
|
|
|
[FeaturePcd]
|
|
|
|
|
|
|
|
[FixedPcd]
|
2011-06-11 13:56:30 +02:00
|
|
|
gArmTokenSpaceGuid.PcdSystemMemoryBase
|
|
|
|
gArmTokenSpaceGuid.PcdSystemMemorySize
|
|
|
|
|
2011-02-02 23:35:30 +01:00
|
|
|
gArmTokenSpaceGuid.PcdArmMachineType
|
2011-06-11 13:56:30 +02:00
|
|
|
gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset
|
|
|
|
gArmTokenSpaceGuid.PcdArmLinuxAtagMaxOffset
|
2011-02-02 23:35:30 +01:00
|
|
|
|
|
|
|
[Pcd]
|
|
|
|
|
|
|
|
[Depex]
|
|
|
|
TRUE
|