## @file # Feature SMBIOS Override core function # #****************************************************************************** #* Copyright (c) 2012 - 2016, Insyde Software Corporation. All Rights Reserved. #* #* You may not reproduce, distribute, publish, display, perform, modify, adapt, #* transmit, broadcast, present, recite, release, license or otherwise exploit #* any part of this publication in any form, by any means, without the prior #* written permission of Insyde Software Corporation. #* #****************************************************************************** [Defines] INF_VERSION = 0x00010005 BASE_NAME = L05SmbiosOverride FILE_GUID = A428AD0A-5034-4e37-8F9D-DB2CE72A59B3 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = SmbiosOverrideEntry [Sources] AddSmbiosType.h AddSmbiosType.c SmbiosOverride.h SmbiosOverride.c UpdateSmbiosPcd135.c UpdateSmbiosPcd138.c [Packages] $(PROJECT_PKG)/Project.dec $(OEM_FEATURE_OVERRIDE_CORE_CODE)/$(OEM_FEATURE_OVERRIDE_CORE_CODE).dec $(OEM_FEATURE_COMMON_PATH)/$(OEM_FEATURE_COMMON_PATH).dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec !if $(L05_CHIPSET_VENDOR) == INTEL $(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec !endif InsydeModulePkg/InsydeModulePkg.dec MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec [LibraryClasses] UefiLib UefiBootServicesTableLib UefiRuntimeServicesTableLib UefiDriverEntryPoint CommonSmbiosLib MemoryAllocationLib DxeOemSvcFeatureLibDefault HiiLib IntrinsicLib BaseMemoryLib FlashRegionLib OemSvcSecurityPasswordLib [Guids] gSystemConfigurationGuid gL05H2OFlashMapRegionEepromGuid #_Start_L05_WMI_ASSET_TAG_SUPPORT_ gL05AssetTagGuid #_End_L05_WMI_ASSET_TAG_SUPPORT_ [Protocols] gEndOfBdsBootSelectionProtocolGuid gEfiBdsArchProtocolGuid gEfiSmbiosProtocolGuid gEfiL05BdsEntryServicesProtocolGuid gEfiL05SmbiosInterfaceProtocolGuid [Pcd] gSmbiosTokenSpaceGuid.PcdActiveSmbiosType011 gSmbiosTokenSpaceGuid.PcdType011Record gSmbiosTokenSpaceGuid.PcdType011Strings gL05ServicesTokenSpaceGuid.PcdL05Type00CharacterExEnclosureType gL05ServicesTokenSpaceGuid.PcdL05Type00CharacterExBrandType gL05ServicesTokenSpaceGuid.PcdL05Type00BIOSMajorRelease gL05ServicesTokenSpaceGuid.PcdL05Type00BIOSMinorRelease gL05ServicesTokenSpaceGuid.PcdL05Type00ECMajorRelease gL05ServicesTokenSpaceGuid.PcdL05Type00ECMinorRelease gL05ServicesTokenSpaceGuid.PcdL05Type01ProductName gL05ServicesTokenSpaceGuid.PcdL05Type01Version gL05ServicesTokenSpaceGuid.PcdL05Type01SerialNumber gL05ServicesTokenSpaceGuid.PcdL05Type01UUID gL05ServicesTokenSpaceGuid.PcdL05Type01SKUNumber gL05ServicesTokenSpaceGuid.PcdL05Type01Family gL05ServicesTokenSpaceGuid.PcdL05Type02Product gL05ServicesTokenSpaceGuid.PcdL05Type02Version gL05ServicesTokenSpaceGuid.PcdL05Type02SerialNumber gL05ServicesTokenSpaceGuid.PcdL05Type02AssetTag gL05ServicesTokenSpaceGuid.PcdL05OSLienceDescriptor gL05ServicesTokenSpaceGuid.PcdL05Type03Type gL05ServicesTokenSpaceGuid.PcdL05Type03Version gL05ServicesTokenSpaceGuid.PcdL05Type03SerialNumber gL05ServicesTokenSpaceGuid.PcdL05Type03AssetTag gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString gInsydeTokenSpaceGuid.PcdDefaultSysPasswordMaxLength gInsydeTokenSpaceGuid.PcdSoftwareSmiPort gL05ServicesTokenSpaceGuid.PcdL05Type200ID gL05ServicesTokenSpaceGuid.PcdL05Type200MTM gL05ServicesTokenSpaceGuid.PcdL05Type200EepromSpecMajorNumber gL05ServicesTokenSpaceGuid.PcdL05Type200EepromSpecMinorNumber gL05ServicesTokenSpaceGuid.PcdL05Type200PmSpecMajorNumber gL05ServicesTokenSpaceGuid.PcdL05Type200PmSpecMinorNumber gL05ServicesTokenSpaceGuid.PcdL05Type200L05VarSpecMajorNumber gL05ServicesTokenSpaceGuid.PcdL05Type200L05VarSpecMinorNumber [Depex] TRUE [BuildOptions] !if $(INSYDE_DEBUGGER) == YES *_*_*_CC_FLAGS = /Od !endif