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