]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf
Update UefiHiiLib to support new defined IFR related HII APIs.
[mirror_edk2.git] / MdeModulePkg / Application / PlatOverMngr / PlatOverMngr.inf
1 #/** @file
2 #
3 # A UI application to offer an UI interface in device manager to let user configure
4 # platform override protocol to override the default algorithm for matching
5 # drivers to controllers.
6 #
7 # The main flow:
8 # 1. The UI application dynamicly locate all controller device path.
9 # 2. The UI application dynamicly locate all drivers which support binding protocol.
10 # 3. The UI application export and dynamicly update two menu to let user select the
11 # mapping between drivers to controllers.
12 # 4. The UI application save all the mapping info in NV variables for the following boot,
13 # which will be consumed by platform override protocol driver to publish the platform override protocol.
14 #
15 # Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.
16 #
17 # All rights reserved. This program and the accompanying materials
18 # are licensed and made available under the terms and conditions of the BSD License
19 # which accompanies this distribution. The full text of the license may be found at
20 # http://opensource.org/licenses/bsd-license.php
21 #
22 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
23 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
24 #
25 #
26 #**/
27
28 [Defines]
29 INF_VERSION = 0x00010005
30 BASE_NAME = PlatOverMngr
31 FILE_GUID = 56D95BFE-F991-4898-B3BE-B8F37C927F48
32 MODULE_TYPE = UEFI_APPLICATION
33 VERSION_STRING = 1.0
34 ENTRY_POINT = PlatOverMngrInit
35
36 #
37 # The following information is for reference only and not required by the build tools.
38 #
39 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
40 #
41
42 [Sources.common]
43 VfrStrings.uni
44 Vfr.vfr
45 PlatOverMngr.c
46 PlatOverMngr.h
47
48 [Packages]
49 MdePkg/MdePkg.dec
50 MdeModulePkg/MdeModulePkg.dec
51
52 [LibraryClasses]
53 BaseLib
54 DebugLib
55 UefiLib
56 UefiApplicationEntryPoint
57 UefiBootServicesTableLib
58 PlatformDriverOverrideLib
59 HiiLib
60 BaseMemoryLib
61 MemoryAllocationLib
62 DevicePathLib
63
64 [Guids]
65 ## This GUID C Name is not required for build since it is from UefiLib and not directly used by this module source.
66 ## gEfiGlobalVariableGuid ## SOMETIMES_CONSUMED ## Variable:L"PlatformLang" this variable specifies the platform supported language string (RFC 4646 format)
67 ## gEfiGlobalVariableGuid ## SOMETIMES_CONSUMED ## Variable:L"Lang" this variable specifies the platform supported language string (ISO 639-2 format)
68 gEfiIfrTianoGuid ## CONSUMES ## Guid
69
70 [Protocols]
71 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name if ComponentName2Protocol exists)
72 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name if ComponentNameProtocol exists and ComponentName2Protocol doesn't exist)
73 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name from EFI UI section if ComponentName2Protocol and ComponentNameProtocol don't exist)
74 gEfiPciIoProtocolGuid ## SOMETIMES_CONSUMED (Find the PCI device if PciIo protocol is installed)
75 gEfiBusSpecificDriverOverrideProtocolGuid ## SOMETIMES_CONSUMED (Check whether the PCI device contains one or more efi drivers in its option rom by this protocol)
76
77 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMED
78 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMED
79 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol)
80 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the controller device in the first page that support DevicePathProtocol)
81
82 gEfiHiiDatabaseProtocolGuid ## CONSUMED
83 gEfiFormBrowser2ProtocolGuid ## CONSUMED
84 gEfiHiiConfigRoutingProtocolGuid ## CONSUMED
85 gEfiHiiConfigAccessProtocolGuid ## PRODUCED
86 gEfiDevicePathToTextProtocolGuid ## CONSUMED