1 2 #/** @file 3 # 4 # Component description file for Bds module 5 # 6 # Copyright (c) 2009, Apple Inc. All rights reserved.<BR> 7 # 8 # This program and the accompanying materials 9 # are licensed and made available under the terms and conditions of the BSD License 10 # which accompanies this distribution. The full text of the license may be found at 11 # http://opensource.org/licenses/bsd-license.php 12 # 13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 15 # 16 #**/ 17 18 [Defines] 19 INF_VERSION = 0x00010005 20 BASE_NAME = BeagleBoardBds 21 FILE_GUID = 934431fe-5745-402e-913d-17b4434eb0f3 22 MODULE_TYPE = DXE_DRIVER 23 VERSION_STRING = 1.0 24 25 ENTRY_POINT = BdsInitialize 26 27 [Sources.common] 28 BdsEntry.c 29 FirmwareVolume.c 30 31 [Packages] 32 MdePkg/MdePkg.dec 33 EmbeddedPkg/EmbeddedPkg.dec 34 35 [LibraryClasses] 36 DevicePathLib 37 BaseLib 38 HobLib 39 UefiRuntimeServicesTableLib 40 ReportStatusCodeLib 41 PerformanceLib 42 DxeServicesTableLib 43 MemoryAllocationLib 44 UefiLib 45 UefiBootServicesTableLib 46 BaseMemoryLib 47 DebugLib 48 PrintLib 49 UefiDriverEntryPoint 50 51 [Guids] 52 53 54 [Protocols] 55 gEfiBdsArchProtocolGuid 56 gEfiSimpleTextInProtocolGuid 57 gEfiSimpleTextOutProtocolGuid 58 gEfiSerialIoProtocolGuid 59 gEfiDevicePathProtocolGuid 60 gEfiSimpleFileSystemProtocolGuid 61 gEfiUsbIoProtocolGuid 62 gEfiFirmwareVolume2ProtocolGuid 63 64 [Depex] 65 TRUE 66