]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxePlatDriOverLib/DxePlatDriOverLib.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources.common]\r
32 PlatDriOver.h\r
33 PlatDriOverLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 DxeServicesTableLib\r
41 MemoryAllocationLib\r
42 DevicePathLib\r
43 BaseLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeServicesTableLib\r
47 BaseMemoryLib\r
48 DebugLib\r
49 PrintLib\r
50\r
51[Guids]\r
52 gEfiOverrideVariableGuid # ALWAYS_CONSUMED\r
53\r
54[Protocols]\r
55 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiPlatformDriverOverrideProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58 gEfiBusSpecificDriverOverrideProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
59 gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
60 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
23d64dda 61 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r