]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / LegacyRegionDxe / LegacyRegionDxe.inf
index a980f7a88e6863f61d8e80a099d0dc8db2a6cc0c..e0119c0756ff3fa852743119d3065be525f9fd0f 100644 (file)
@@ -1,18 +1,18 @@
 ## @file\r
-#  Produces the Legacy Region Protocol.\r
+#  Produces Framework Legacy Region Protocol.\r
 #\r
-#  This generic implementation of the Legacy Region Protocol does not actually \r
-#  perform any lock/unlock operations.  This module may be used on platforms \r
-#  that do not provide HW locking of the legacy memory regions.  It can also \r
+#  This generic implementation of the Legacy Region Protocol does not actually\r
+#  perform any lock/unlock operations.  This module may be used on platforms\r
+#  that do not provide HW locking of the legacy memory regions.  It can also\r
 #  be used as a template driver for implementing the Legacy Region Protocol on\r
 #  a platform that does support HW locking of the legacy memory regions.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2009 - 2018, 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
-#                                                                                           \r
+#\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
@@ -21,6 +21,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = LegacyRegionDxe\r
+  MODULE_UNI_FILE                = LegacyRegionDxe.uni\r
   FILE_GUID                      = 8C439043-85CA-467a-96F1-CB14F4D0DCDA\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -29,7 +30,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -49,3 +50,6 @@
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  LegacyRegionDxeExtra.uni\r