]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/TemplateBds/TemplateBds.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / TemplateBds / TemplateBds.inf
1 #%HEADER%
2 #/** @file
3 #
4 # Component discription file for Bds module
5 #
6 # Copyright (c) 2008, Intel Corporation. <BR>
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = TemplateBds
20 FILE_GUID = 3C85595C-70FD-447D-B0CB-7F6BBA9C9BEB
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = BdsInitialize
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.common]
33 BdsEntry.c
34 FirmwareVolume.c
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39
40 [LibraryClasses]
41 DevicePathLib
42 BaseLib
43 HobLib
44 UefiRuntimeServicesTableLib
45 ReportStatusCodeLib
46 PerformanceLib
47 DxeServicesTableLib
48 MemoryAllocationLib
49 UefiLib
50 UefiBootServicesTableLib
51 BaseMemoryLib
52 DebugLib
53 PrintLib
54 UefiDriverEntryPoint
55
56 [Guids]
57
58
59 [Protocols]
60 gEfiBdsArchProtocolGuid
61 gEfiSimpleTextInProtocolGuid
62 gEfiSimpleTextOutProtocolGuid
63 gEfiSerialIoProtocolGuid
64 gEfiDevicePathProtocolGuid
65 gEfiFirmwareVolume2ProtocolGuid
66
67 [depex]
68 TRUE