
Change-Id: I76b0e8f24df7f3e36288b1383fc7203bb295c181 Signed-off-by:Sarthak Patidar <quic_spatidar@quicinc.com>
21 baris
460 B
C
21 baris
460 B
C
/* SPDX-License-Identifier: GPL-2.0-only
|
|
*
|
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/**
|
|
* @addtogroup CAppClient
|
|
* @{
|
|
Class CAppClient implements \link IAppClient \endlink interface.
|
|
This class provides an interface to obtain app-provided functionalities.
|
|
|
|
The class ID `AppClient` is not included in the default privilege set.
|
|
*/
|
|
#pragma once
|
|
|
|
#include <smcinvoke_object.h>
|
|
|
|
#define CAppClient_UID (0x97)
|
|
|
|
|