]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
Change library class PlatDriOverLib to PlatformDriOverrideLib
[mirror_edk2.git] / MdeModulePkg / Library / DxePlatDriOverLib / DxePlatDriOverLib.inf
1 #/** @file
2 # Instance of Platform Driver Override Library to manage driver overriding relationship.
3 #
4 # This library instance provides functions to manage the database of overriding relationship
5 # between controllers and drivers. Each entry of the database contains the mapping that Controller
6 # Device Path to a set of Driver Device Paths. The database is stored in non-volatile variables.
7 #
8 # Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 #
19 #**/
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = PlatDriOverLib
24 FILE_GUID = 8bd8d711-2736-46d7-8c81-5de68e0a9e88
25 MODULE_TYPE = DXE_DRIVER
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = PlatformDriverOverrideLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources.common]
36 PlatDriOver.h
37 PlatDriOverLib.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 DxeServicesTableLib
45 MemoryAllocationLib
46 DevicePathLib
47 BaseLib
48 UefiLib
49 UefiBootServicesTableLib
50 UefiRuntimeServicesTableLib
51 BaseMemoryLib
52 DebugLib
53 PrintLib
54
55 [Guids]
56 ##
57 # There could be more than one variables, from PlatDriOver, PlatDriOver1, PlatDriOver2,...
58 #
59 gEfiOverrideVariableGuid ## CONSUMES ## Variable:L"PlatDriOver"
60
61 [Protocols]
62 gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
63 gEfiLoadedImageProtocolGuid ## CONSUMES
64 gEfiBusSpecificDriverOverrideProtocolGuid ## CONSUMES
65 gEfiDriverBindingProtocolGuid ## CONSUMES
66 gEfiDevicePathProtocolGuid ## CONSUMES
67 gEfiLoadedImageDevicePathProtocolGuid ## CONSUMES