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