]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
Code Scrub for DxePlatDriOverLib.
[mirror_edk2.git] / MdeModulePkg / Library / DxePlatDriOverLib / DxePlatDriOverLib.inf
CommitLineData
b290614d 1#/** @file\r
b7a985d4 2# Instance of Platform Driver Override Library.\r
b290614d 3#\r
b7a985d4 4# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
b290614d 5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PlatDriOverLib\r
20 FILE_GUID = 8bd8d711-2736-46d7-8c81-5de68e0a9e88\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
b7a985d4 23 LIBRARY_CLASS = PlatDriOverLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
b290614d 24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources.common]\r
35 PlatDriOver.h\r
36 PlatDriOverLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 DxeServicesTableLib\r
44 MemoryAllocationLib\r
45 DevicePathLib\r
46 BaseLib\r
47 UefiLib\r
48 UefiBootServicesTableLib\r
49 UefiRuntimeServicesTableLib\r
50 BaseMemoryLib\r
51 DebugLib\r
52 PrintLib\r
53\r
54[Guids]\r
55 gEfiOverrideVariableGuid # ALWAYS_CONSUMED\r
56\r
57[Protocols]\r
58 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
59 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
60 gEfiPlatformDriverOverrideProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiBusSpecificDriverOverrideProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
23d64dda 64 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r