### @file # Component information file XmlCliDxe driver # #@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 = XmlCliCommonDxe FILE_GUID = DFB9BF4C-3520-4a80-904E-71D5F42E866A MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = XmlCliCommonDxeInit # # The following information is for reference only and not required by the build tools. # VALID_ARCHITECTURES = IA32 X64 IPF # [Sources.common] XmlCliCommonDxe.c XmlCliCommonHii.c XmlCliCommonHii.h TianoCompress.c TianoCompress.h XmlCliSetup.uni XmlCliSetupVfr.vfr [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec CryptoPkg/CryptoPkg.dec XmlCliFeaturePkg/XmlCliFeaturePkg.dec [LibraryClasses] UefiBootServicesTableLib UefiRuntimeServicesTableLib UefiDriverEntryPoint UefiLib PrintLib HiiLib DxeServicesTableLib DebugLib RngLib BaseCryptLib UefiDecompressLib XmlCliCommonLib DevicePathLib PcdLib [Guids] gXmlCliSetupGuid gXmlCliVarGuid gBiosKnobsDataBinGuid gDramSharedMailBoxGuid gXmlCliInterfaceBufferGuid [Protocols] gEfiDevicePathProtocolGuid gEfiHiiConfigAccessProtocolGuid gEfiFirmwareVolumeBlockProtocolGuid gEfiLoadedImageProtocolGuid gXmlCliCommonGuid gDxeCliApiGuid gXmlCliProtocolGuid gXmlCliInterfaceReadyGuid [Depex] gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiHiiDatabaseProtocolGuid AND gEfiHiiConfigRoutingProtocolGuid [FixedPcd] gXmlCliFeaturePkgTokenSpaceGuid.PcdPlatformXmlCli gXmlCliFeaturePkgTokenSpaceGuid.PcdXmlCliSupport gXmlCliFeaturePkgTokenSpaceGuid.PcdPublishSetupPgPtr gXmlCliFeaturePkgTokenSpaceGuid.PcdEnableXmlCliLite gXmlCliFeaturePkgTokenSpaceGuid.PcdGbtXmlReserved gXmlCliFeaturePkgTokenSpaceGuid.PcdLiteXmlReserved gXmlCliFeaturePkgTokenSpaceGuid.PcdKnobsEntriesSize gXmlCliFeaturePkgTokenSpaceGuid.PcdKnobValueMapSize gXmlCliFeaturePkgTokenSpaceGuid.PcdKnobPatchDataBufferSize