]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/Bds/Bds.inf
18e019147bd66861e8c165cc3dbcc647194d068a
[mirror_edk2.git] / BeagleBoardPkg / Bds / Bds.inf
1 #%HEADER%
2 #/** @file
3 #
4 # Component discription file for Bds module
5 #
6 # Copyright (c) 2009 Apple, Inc. All rights reserved.
7 #
8 # This document is the property of Apple, Inc.
9 # It is considered confidential and proprietary.
10 #
11 # This document may not be reproduced or transmitted in any form,
12 # in whole or in part, without the express written permission of
13 # Apple, Inc.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = BeagleBoardBds
20 FILE_GUID = 934431fe-5745-402e-913d-17b4434eb0f3
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = BdsInitialize
25
26 [Sources.common]
27 BdsEntry.c
28 FirmwareVolume.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 EmbeddedPkg/EmbeddedPkg.dec
33
34 [LibraryClasses]
35 DevicePathLib
36 BaseLib
37 HobLib
38 UefiRuntimeServicesTableLib
39 ReportStatusCodeLib
40 PerformanceLib
41 DxeServicesTableLib
42 MemoryAllocationLib
43 UefiLib
44 UefiBootServicesTableLib
45 BaseMemoryLib
46 DebugLib
47 PrintLib
48 UefiDriverEntryPoint
49
50 [Guids]
51
52
53 [Protocols]
54 gEfiBdsArchProtocolGuid
55 gEfiSimpleTextInProtocolGuid
56 gEfiSimpleTextOutProtocolGuid
57 gEfiSerialIoProtocolGuid
58 gEfiDevicePathProtocolGuid
59 gEfiSimpleFileSystemProtocolGuid
60 gEfiUsbIoProtocolGuid
61 gEfiFirmwareVolume2ProtocolGuid
62
63
64 [FeaturePcd]
65
66 [FixedPcd]
67 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize
68
69 [Depex]
70 TRUE