]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToTe...
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriOverrideDxe / InternalPlatDriOverrideDxe.h
index efd87e91e74bbac9d4e17a199f0781e9948b6a88..75af7635226ae09cb826f2da180b040d87b2d76b 100644 (file)
@@ -2,8 +2,8 @@
   Ihe internal heder file includes the required Protocol/Guid/Library\r
   and the shared function APIs.\r
 \r
-Copyright (c) 2007 - 2009, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -29,7 +29,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/ComponentName2.h>\r
 #include <Protocol/ComponentName.h>\r
 #include <Protocol/DriverBinding.h>\r
-#include <Protocol/DevicePathToText.h>\r
 #include <Protocol/DevicePath.h>\r
 #include <Protocol/PlatformDriverOverride.h>\r
 #include <Guid/MdeModuleHii.h>\r
@@ -62,7 +61,7 @@ EFIAPI
 FreeMappingDatabase (\r
   IN  OUT  LIST_ENTRY            *MappingDataBase\r
   )\r
-;
+;\r
 \r
 /**\r
   Read the NV environment variable(s) that contain the override mappings from Controller Device Path to\r
@@ -81,7 +80,7 @@ EFIAPI
 InitOverridesMapping (\r
   OUT  LIST_ENTRY            *MappingDataBase\r
   )\r
-;
+;\r
 \r
 /**\r
   Save the memory mapping database into NV environment variable(s).\r
@@ -98,7 +97,7 @@ EFIAPI
 SaveOverridesMapping (\r
   IN  LIST_ENTRY              *MappingDataBase\r
   )\r
-;
+;\r
 \r
 /**\r
   Retrieves the image handle of the platform override driver for a controller in the system from the memory mapping database.\r
@@ -132,7 +131,7 @@ GetDriverFromMapping (
   IN     LIST_ENTRY                                     *MappingDataBase,\r
   IN     EFI_HANDLE                                     CallerImageHandle\r
   )\r
-;
+;\r
 \r
 /**\r
   Check mapping database whether already has the mapping info which\r
@@ -160,7 +159,7 @@ CheckMapping (
   OUT    UINT32                                         *DriverInfoNum  OPTIONAL,\r
   OUT    UINT32                                         *DriverImageNO  OPTIONAL\r
   )\r
-;
+;\r
 \r
 /**\r
   Insert a driver image as a controller's override driver into the mapping database.\r
@@ -189,7 +188,7 @@ InsertDriverImage (
   IN     LIST_ENTRY                                     *MappingDataBase,\r
   IN     UINT32                                         DriverImageNO\r
   )\r
-;
+;\r
 \r
 /**\r
   Delete a controller's override driver from the mapping database.\r
@@ -213,6 +212,6 @@ DeleteDriverImage (
   IN     EFI_DEVICE_PATH_PROTOCOL                       *DriverImageDevicePath,\r
   IN     LIST_ENTRY                                     *MappingDataBase\r
   )\r
-;
+;\r
 \r
 #endif\r