/** @file
Null stub of CcProbeLib
Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include
/**
Probe the ConfidentialComputing Guest type. See defition of
CC_GUEST_TYPE in .
@return The guest type
**/
UINT8
EFIAPI
CcProbe (
VOID
)
{
return CcGuestTypeNonEncrypted;
}