]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PlatformDriverOverride/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
Add INF extension Information
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriverOverride / PlatformDriOverrideDxe / PlatformDriOverrideDxe.inf
index dbc9f0ecb7543ceb8bda8e00bc6ee2be9d3fe446..90ee5133e2a86bb404836fed89e582af17538e03 100644 (file)
@@ -1,8 +1,10 @@
 #/** @file\r
-# Component name for module PlatformDriOverride\r
-#\r
-# FIX ME!\r
-# Copyright (c) 2007, Intel Corporation. All rights reserved.\r
+# This driver produces UEFI PLATFORM_DRIVER_OVERRIDE_PROTOCOL if this protocol doesn't exist.\r
+# It doesn't install again if this protocol exists.\r
+# It only implements one interface GetDriver of PLATFORM_DRIVER_OVERRIDE_PROTOCOL protocol \r
+# and doesn't support other two interfaces GetDriverPath, DriverLoaded. \r
+# \r
+# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#\r
 #**/\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PlatformDriOverrideDxe\r
   FILE_GUID                      = 35034CE2-A6E5-4fb4-BABE-A0156E9B2549\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PlatformDriverOverrideEntry\r
 \r
 #\r
@@ -34,7 +32,6 @@
 \r
 [Sources.common]\r
   PlatformDriOverride.c\r
-  PlatformDriOverride.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -45,4 +42,8 @@
   UefiDriverEntryPoint\r
   DebugLib\r
   PlatDriOverLib\r
+  UefiBootServicesTableLib\r
 \r
+[Protocols]\r
+  gEfiPlatformDriverOverrideProtocolGuid   ## PRODUCED\r
+  
\ No newline at end of file