]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.inf
8d22f62b4b90bdf11b816af96a990975602b585c
[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 IfrSupportLib
61 ExtendedHiiLib
62 ExtendedIfrSupportLib
63 BaseMemoryLib
64 MemoryAllocationLib
65 DevicePathLib
66
67 [Guids]
68 ## This GUID C Name is not required for build since it is from UefiLib and not directly used by this module source.
69 ## gEfiGlobalVariableGuid ## SOMETIMES_CONSUMED ## Variable:L"PlatformLang" this variable specifies the platform supported language string (RFC 4646 format)
70 ## gEfiGlobalVariableGuid ## SOMETIMES_CONSUMED ## Variable:L"Lang" this variable specifies the platform supported language string (ISO 639-2 format)
71
72 [Protocols]
73 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name if ComponentName2Protocol exists)
74 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name if ComponentNameProtocol exists and ComponentName2Protocol doesn't exist)
75 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMED (Get Driver Name from EFI UI section if ComponentName2Protocol and ComponentNameProtocol don't exist)
76 gEfiPciIoProtocolGuid ## SOMETIMES_CONSUMED (Find the PCI device if PciIo protocol is installed)
77 gEfiBusSpecificDriverOverrideProtocolGuid ## SOMETIMES_CONSUMED (Check whether the PCI device contains one or more efi drivers in its option rom by this protocol)
78
79 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMED
80 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMED
81 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the drivers in the second page that support DriverBindingProtocol, LoadedImageProtocol and LoadedImageDevicePathProtocol)
82 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMED (Show the controller device in the first page that support DevicePathProtocol)
83
84 gEfiHiiDatabaseProtocolGuid ## CONSUMED
85 gEfiFormBrowser2ProtocolGuid ## CONSUMED
86 gEfiHiiConfigRoutingProtocolGuid ## CONSUMED
87 gEfiHiiConfigAccessProtocolGuid ## PRODUCED
88 gEfiDevicePathToTextProtocolGuid ## CONSUMED