]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
Update following library class/Protocol for puting 'Framework' as prefix
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SetupBrowserDxe / SetupBrowser.inf
CommitLineData
103b6520 1#/** @file\r
2# Component description file for SetupBrowser module.\r
3#\r
4# This driver initializes Setup for the brower and installs FormBrowser protocol.\r
5# Copyright (c) 2006 - 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
103b6520 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SetupBrowser\r
20 FILE_GUID = EBf342FE-B1D3-4EF8-957C-8048606FF670\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = InitializeSetup\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# Create Event Guid C Name: EFI_EVENT_TIMER Event Type: EVENT_GROUP_GUID\r
34#\r
35\r
103b6520 36[Sources.common]\r
37 Colors.h\r
38 Ui.h\r
39 Ui.c\r
40 ProcessOptions.c\r
41 Presentation.c\r
42 Print.h\r
43 Print.c\r
44 InputHandler.c\r
45 Boolean.c\r
46 Setup.h\r
47 Setup.c\r
48 SetupBrowserStr.uni\r
103b6520 49\r
103b6520 50[Packages]\r
103b6520 51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
ececc2eb 53 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
103b6520 54\r
103b6520 55[LibraryClasses]\r
35fec2c4 56 GraphicsLib\r
8e5b17b2 57 FrameworkHiiLib\r
103b6520 58 UefiRuntimeServicesTableLib\r
59 UefiBootServicesTableLib\r
60 PrintLib\r
61 UefiDriverEntryPoint\r
62 MemoryAllocationLib\r
63 BaseMemoryLib\r
64 DebugLib\r
65 BaseLib\r
66\r
67\r
103b6520 68[Protocols]\r
69 gEfiPrintProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
70 gEfiFormBrowserProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
71 gEfiFormCallbackProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
72 gEfiHiiProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
73\r