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