### @file # Component information file for XmlCliSmm # # #@copyright # INTEL CONFIDENTIAL # # Copyright (C) 2021 Intel Corporation. All rights reserved.
# This software and associated documentation (if any) is furnished # under a license and may only be used or copied in accordance with # the terms of the license. Except as permitted by the license, no # part of this software or documentation may be reproduced, stored in # a retrieval system, or transmitted in any form or by any means # without the express written consent of Intel Corporation. # This file contains an 'Sample Driver' and is uniquely # identified as "Intel Reference Module" and is licensed for Intel # CPUs and chipsets under the terms of your license agreement with # Intel or your vendor. This file may be modified by the user, subject # to additional terms of the license agreement. # # @par Specification Reference: # # @par Glossary: ### [Defines] INF_VERSION = 0x00010005 BASE_NAME = XmlCliCommonSmm FILE_GUID = A342B464-0D5D-4576-9400-750FF10719E7 MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 PI_SPECIFICATION_VERSION = 0x0001000A ENTRY_POINT = XmlCliCommonSmmInit # # The following information is for reference only and not required by the build tools. # VALID_ARCHITECTURES = IA32 X64 IPF # [Sources.common] XmlCliCommonSmm.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec XmlCliFeaturePkg/XmlCliFeaturePkg.dec [LibraryClasses] UefiBootServicesTableLib UefiDriverEntryPoint DxeServicesTableLib DebugLib XmlCliCommonLib [Guids] gXmlCliVarGuid [Protocols] gEfiSmmBase2ProtocolGuid gEfiSmmSwDispatch2ProtocolGuid gEfiSmmVariableProtocolGuid gXmlCliCommonGuid gSmmCliApiGuid [Depex] gEfiSmmAccess2ProtocolGuid AND gEfiSmmControl2ProtocolGuid AND gEfiSmmBase2ProtocolGuid AND gEfiSmmSwDispatch2ProtocolGuid AND gEfiSmmVariableProtocolGuid AND gPchSmmSpiProtocolGuid AND ( gXmlCliCommonGuid OR gXmlCliVarGuid )