]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf
Change library class PlatDriOverLib to PlatformDriOverrideLib
[mirror_edk2.git] / MdeModulePkg / Application / PlatOverMngr / PlatOverMngr.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# A UI application to offer a UI interface in device manager to let user configue\r
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
15# Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\r
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
32 MODULE_TYPE = UEFI_APPLICATION\r
33 VERSION_STRING = 1.0\r
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
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52[LibraryClasses]\r
53 BaseLib\r
54 DebugLib\r
55 UefiLib\r
56 UefiApplicationEntryPoint\r
57 UefiBootServicesTableLib\r
58 PlatformDriverOverrideLib\r
59 HiiLib\r
60 IfrSupportLib\r
61 ExtendedHiiLib\r
62 ExtendedIfrSupportLib\r
63 BaseMemoryLib\r
64 MemoryAllocationLib\r
65 UefiRuntimeServicesTableLib\r
66 DevicePathLib\r
67 GenericBdsLib\r
68 \r
69[Guids]\r
70 gEfiGlobalVariableGuid ## CONSUMED ## Variable:L"PlatformLang" this variable specifies the platform supported language string (RFC 3066 format)\r
71\r
72[Protocols]\r
73 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name if ComponentName2Protocol exists)\r
74 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name if ComponentNameProtocol exists and ComponentName2Protocol doesn't exist)\r
75 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name from EFI UI section if ComponentName2Protocol and ComponentNameProtocol don't exist)\r
76 gEfiPciIoProtocolGuid ## SOMETIMES_CONSUMED (Find the PCI device if PciIo protocol is installed)\r
77 gEfiBusSpecificDriverOverrideProtocolGuid ## SOMETIMES_CONSUMED (Check whether the PCI device contains one or more efi drivers in its option rom by this protocol) \r
78\r
79 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMED\r
80 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMED\r
81 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol)\r
82 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the controller device in the first page that support DevicePathProtocol)\r
83\r
84 gEfiHiiDatabaseProtocolGuid ## CONSUMED\r
85 gEfiFormBrowser2ProtocolGuid ## CONSUMED\r
86 gEfiHiiConfigRoutingProtocolGuid ## CONSUMED\r
87 gEfiHiiConfigAccessProtocolGuid ## PRODUCED\r
88