]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
COMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING checked in inf files.
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriOverrideDxe / PlatformDriOverrideDxe.inf
1 #/** @file
2 # This driver produces UEFI PLATFORM_DRIVER_OVERRIDE_PROTOCOL if this protocol doesn't exist.
3 # It doesn't install again if this protocol exists.
4 # It only implements one interface GetDriver of PLATFORM_DRIVER_OVERRIDE_PROTOCOL protocol
5 # and doesn't support other two interfaces GetDriverPath, DriverLoaded.
6 #
7 # Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PlatformDriOverrideDxe
22 FILE_GUID = 35034CE2-A6E5-4fb4-BABE-A0156E9B2549
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = PlatformDriverOverrideEntry
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources.common]
34 PlatformDriOverride.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 BaseLib
42 UefiDriverEntryPoint
43 DebugLib
44 PlatformDriverOverrideLib
45 UefiBootServicesTableLib
46
47 [Protocols]
48 gEfiPlatformDriverOverrideProtocolGuid ## PRODUCED
49