]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / LockBox / SmmLockBox / SmmLockBox.inf
index 1804e8ac39ae7e04719c594010a267b33472e293..07c1b14d3e54238fdd2e267152066cb12dd5862d 100644 (file)
@@ -1,12 +1,12 @@
 ## @file\r
-#  Component description file for LockBox SMM driver.\r
+#  LockBox SMM driver.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This driver will have external input - communicate buffer in SMM mode.\r
 #  This external input must be validated carefully to avoid security issue like\r
 #  buffer overflow, integer overflow.\r
 #\r
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, 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
@@ -22,6 +22,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SmmLockBox\r
+  MODULE_UNI_FILE                = SmmLockBox.uni\r
   FILE_GUID                      = 33FB3535-F15E-4c17-B303-5EB94595ECB6\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -44,7 +45,6 @@
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
   SmmServicesTableLib\r
   BaseLib\r
   BaseMemoryLib\r
   LockBoxLib\r
 \r
 [Guids]\r
-  gEfiSmmLockBoxCommunicationGuid    ## PRODUCED\r
+  gEfiSmmLockBoxCommunicationGuid   ## PRODUCES ## GUID # SmiHandlerRegister\r
 \r
 [Protocols]\r
-  gEfiSmmReadyToLockProtocolGuid     ## CONSUMED\r
-  gEfiSmmAccess2ProtocolGuid         ## CONSUMED\r
-  gEfiLockBoxProtocolGuid            ## PRODUCED\r
+  gEfiSmmReadyToLockProtocolGuid    ## NOTIFY\r
+  gEfiSmmAccess2ProtocolGuid        ## CONSUMES\r
+  gEfiLockBoxProtocolGuid           ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SmmLockBoxExtra.uni\r