]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Ebl/Ebl.inf
A few more header fixes
[mirror_edk2.git] / EmbeddedPkg / Ebl / Ebl.inf
CommitLineData
2ef2b01e
A
1#/** @file\r
2# EBL Applicaiton\r
3#\r
4# This is a shell application that will display Hello World.\r
5# Copyright (c) 2007, Intel Corporation.\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = Ebl\r
25 FILE_GUID = 3CEF354A-3B7A-4519-AD70-72A134698311\r
26 MODULE_TYPE = UEFI_APPLICATION\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = EdkBootLoaderEntry\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35[Sources.common]\r
36 Main.c\r
37 Command.c\r
38 EfiDevice.c\r
39 HwDebug.c\r
40 HwIoDebug.c\r
41 Dir.c\r
42 Hob.c\r
43 Script.c\r
44 Ebl.h\r
45 Network.c\r
46 \r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
51 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
52 EmbeddedPkg/EmbeddedPkg.dec\r
53 \r
54[LibraryClasses]\r
55 DebugLib \r
56 UefiLib \r
57 UefiApplicationEntryPoint \r
58 UefiBootServicesTableLib \r
59 UefiRuntimeServicesTableLib \r
60 BaseMemoryLib \r
61 MemoryAllocationLib \r
62 DevicePathLib \r
63 IoLib \r
64 PrintLib \r
65 PcdLib \r
66 EfiFileLib \r
67 HobLib\r
68 BaseLib \r
69 EblCmdLib\r
70 EblNetworkLib\r
71\r
72[LibraryClasses.ARM]\r
73 SemihostLib\r
74 \r
75[Protocols.common] \r
76 gEfiFirmwareVolume2ProtocolGuid \r
77 gEfiFirmwareVolumeBlockProtocolGuid \r
78 gEfiBlockIoProtocolGuid \r
79 gEfiSimpleFileSystemProtocolGuid\r
80 gEfiLoadFileProtocolGuid \r
81 gEfiLoadedImageProtocolGuid \r
82 gEfiPxeBaseCodeProtocolGuid \r
83 gEfiEblAddCommandProtocolGuid\r
84 gEfiDiskIoProtocolGuid\r
85 gEfiPciIoProtocolGuid\r
86 gEfiSimpleNetworkProtocolGuid\r
87\r
88[Guids.common]\r
89 gEfiDxeServicesTableGuid\r
90 gEfiFileInfoGuid\r
91 gEfiHobMemoryAllocModuleGuid\r
92 gEfiMemoryTypeInformationGuid\r
93\r
94[FeaturePcd.common]\r
95 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot\r
96 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd\r
97 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd\r
98 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd\r
99 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable\r
100 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd\r
101 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd\r
102\r
103[FixedPcd.common]\r
104 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand\r
105 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor\r
106 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize\r
107 gEmbeddedTokenSpaceGuid.PcdEmbeddedShellCharacterEcho\r
108 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt\r
109\r