#***************************************************************************** # # # Copyright (c) 2012 - 2015, Hefei LCFC Information Technology Co.Ltd. # And/or its affiliates. All rights reserved. # Hefei LCFC Information Technology Co.Ltd. PROPRIETARY/CONFIDENTIAL. # Use is subject to license terms. # #****************************************************************************** #; #; Author: #; Jansen [Defines] BASE_NAME = DebugPageDxe FILE_GUID = CCFD7D6B-623F-442a-BAB5-EE7FAF07AEE9 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 INF_VERSION = 0x00010017 PI_SPECIFICATION_VERSION = 0x0001000A ENTRY_POINT = DebugPageDxeEntryPoint [Sources] DebugPageDxe.c # GetEcShutdownID.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeModulePkg/InsydeModulePkg.dec $(PROJECT_PKG)/Project.dec LfcPkg/LfcPkg.dec [LibraryClasses] UefiBootServicesTableLib UefiRuntimeServicesTableLib UefiDriverEntryPoint MemoryAllocationLib OemGraphicsLib IoLib LfcEcLib LfcLib DxeOemSvcLfcLib LfcProjectPeiLib [Pcd] gEfiLfcPkgTokenSpaceGuid.PcdLcfcGoldenBiosEnable [Guids] gLfcVariableGuid [Protocols] gEfiStartOfBdsDiagnosticsProtocolGuid gLenovoVariableProtocolGuid [Depex] gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid