]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configuration
[mirror_edk2.git] / MdeModulePkg / Universal / LegacyRegion2Dxe / LegacyRegion2Dxe.inf
index 8c071fc9717877da2965f981825aef2ba8f01219..46cd490d8fe3ef4580fed22e4c9d982561804aa4 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 #  Produces the Legacy Region 2 Protocol.\r
 #\r
 #  This generic implementation of the Legacy Region 2 Protocol does not actually \r
@@ -7,8 +7,12 @@
 #  be used as a template driver for implementing the Legacy Region 2 Protocol on\r
 #  a platform that does support HW locking of the legacy memory regions.\r
 #\r
-# Copyright (c) 2009, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+#  Note: This module does not fully comply with PI Specification of Legacy Region 2\r
+#  Protocol. For Lock/UnLock/Decode, EFI_SUCCESS is returned although the region's\r
+#  attributes were not actually modified.\r
+#\r
+# Copyright (c) 2009 - 2014, 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
 # 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                      = LegacyRegion2Dxe\r
+  MODULE_UNI_FILE                = LegacyRegion2Dxe.uni\r
   FILE_GUID                      = EC2BEECA-E84A-445B-869B-F7A73C96F58A\r
   MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = LegacyRegion2Install\r
 \r
 #\r
@@ -49,3 +55,6 @@
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  LegacyRegion2DxeExtra.uni\r