alder_lake_bios/Lcfc/LfcPkg/Project/DxeOemSvcLfcLib/OemSvcLfcEarlyDxe.c

25 lines
628 B
C

//*****************************************************************************
//
//
// Copyright (c) 2012 - 2019, 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.
//
//******************************************************************************
#include <PiDxe.h>
#include <LfcOemDefine.h>
// this function will be executed at early dxe (project speific code here)
EFI_STATUS
EFIAPI
OemSvcLfcDxeEarly (
VOID
)
{
EFI_STATUS Status = EFI_SUCCESS;
return Status;
}