]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
Dummy implementation of Legacy Region 2 Protocol.
[mirror_edk2.git] / MdeModulePkg / Universal / LegacyRegion2Dxe / LegacyRegion2Dxe.inf
diff --git a/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf b/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
new file mode 100644 (file)
index 0000000..8c071fc
--- /dev/null
@@ -0,0 +1,51 @@
+#/** @file\r
+#  Produces the Legacy Region 2 Protocol.\r
+#\r
+#  This generic implementation of the Legacy Region 2 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 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
+# 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
+# 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
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = LegacyRegion2Dxe\r
+  FILE_GUID                      = EC2BEECA-E84A-445B-869B-F7A73C96F58A\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  ENTRY_POINT                    = LegacyRegion2Install\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources]\r
+  LegacyRegion2.c\r
+  LegacyRegion2.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+\r
+[Protocols]\r
+  gEfiLegacyRegion2ProtocolGuid                 ## PRODUCES\r
+\r
+[Depex]\r
+  TRUE\r