/** @file
|
UBA PCDs update PEIM.
|
|
@copyright
|
Copyright 2014 - 2021 Intel Corporation. <BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
**/
|
|
#ifndef _UPDATE_SKU_TYPE_PEIM_H_
|
#define _UPDATE_SKU_TYPE_PEIM_H_
|
|
#include <Library/BaseLib.h>
|
#include <Library/DebugLib.h>
|
#include <Library/PeimEntryPoint.h>
|
#include <Library/PeiServicesLib.h>
|
#include <Library/PeiServicesTablePointerLib.h>
|
#include <Library/UbaPcdUpdateLib.h>
|
|
#endif // _UPDATE_SKU_TYPE_PEIM_H_
|