slimbootloader/BootloaderCorePkg/PcdData/PcdData.c

25 lines
373 B
C

/** @file
Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiPei.h>
#include <PcdData.h>
/**
Dummy entry point to allow build tool to generate PCD database.
@param[in] Params Not used.
**/
VOID
EFIAPI
SecStartup (
IN VOID *Params
)
{
}