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