]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / SmmLockBoxLib / SmmLockBoxDxeLib.inf
index b9052e797986de5ae90f1960d33c3f16f16f0402..93c10772b69bfc70f7176674d72730a96c4a68a8 100644 (file)
@@ -1,22 +1,16 @@
 ## @file\r
-#  Component description file for LockBox library.\r
+#  DXE LockBox library instance.\r
 #\r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions\r
-#  of the BSD License which accompanies this distribution.  The\r
-#  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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SmmLockBoxDxeLib\r
+  MODULE_UNI_FILE                = SmmLockBoxDxeLib.uni\r
   FILE_GUID                      = 4A0054B4-3CA8-4e1b-9339-9B58D5FBB7D2\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -25,7 +19,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 \r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
   BaseLib\r
   BaseMemoryLib\r
   DebugLib\r
+  UefiLib\r
 \r
 [Guids]\r
-  gEfiSmmLockBoxCommunicationGuid       ## CONSUMED\r
+  gEfiSmmLockBoxCommunicationGuid            ## SOMETIMES_CONSUMES ## GUID # Used to do smm communication\r
+  gEdkiiPiSmmCommunicationRegionTableGuid    ## SOMETIMES_CONSUMES ## SystemTable\r
 \r
 [Protocols]\r
-  gEfiSmmCommunicationProtocolGuid   ## CONSUMED\r
+  gEfiSmmCommunicationProtocolGuid      ## SOMETIMES_CONSUMES\r