1 ## @file 2 # SMM LockBox library instance. 3 # 4 # Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR> 5 # 6 # This program and the accompanying materials 7 # are licensed and made available under the terms and conditions 8 # of the BSD License which accompanies this distribution. The 9 # full text of the license may be found at 10 # http://opensource.org/licenses/bsd-license.php 11 # 12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 14 # 15 ## 16 17 [Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = SmmLockBoxSmmLib 20 MODULE_UNI_FILE = SmmLockBoxSmmLib.uni 21 FILE_GUID = E04894D6-290D-4171-A362-0ACFD939F3C8 22 MODULE_TYPE = DXE_SMM_DRIVER 23 VERSION_STRING = 1.0 24 LIBRARY_CLASS = LockBoxLib|DXE_SMM_DRIVER 25 CONSTRUCTOR = SmmLockBoxSmmConstructor 26 DESTRUCTOR = SmmLockBoxSmmDestructor 27 28 # 29 # The following information is for reference only and not required by the build tools. 30 # 31 # VALID_ARCHITECTURES = IA32 X64 32 # 33 34 [Sources] 35 SmmLockBoxSmmLib.c 36 SmmLockBoxLibPrivate.h 37 38 [Packages] 39 MdePkg/MdePkg.dec 40 MdeModulePkg/MdeModulePkg.dec 41 42 [LibraryClasses] 43 SmmServicesTableLib 44 BaseLib 45 DebugLib 46 47 [Guids] 48 ## SOMETIMES_CONSUMES ## UNDEFINED # SmmSystemTable 49 ## SOMETIMES_PRODUCES ## UNDEFINED # SmmSystemTable 50 gEfiSmmLockBoxCommunicationGuid 51