CAppClient.h 460 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-only
  2. *
  3. * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. /**
  6. * @addtogroup CAppClient
  7. * @{
  8. Class CAppClient implements \link IAppClient \endlink interface.
  9. This class provides an interface to obtain app-provided functionalities.
  10. The class ID `AppClient` is not included in the default privilege set.
  11. */
  12. #pragma once
  13. #include <smcinvoke_object.h>
  14. #define CAppClient_UID (0x97)