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