securemsm-kernel: Add support for qseecom proxy module
A new module named qseecom_proxy has been defined in kernel which acts as a forwarder for calls received from kernel clients of qseecom and smcinvoke. This change adds the support for calling that module from the vendor dlkm modules smcinvoke and qseecom. Change-Id: I0d1aa93b9cea9e6a6e1fee17c33c78e14deb8ecf Signed-off-by: Anmolpreet Kaur <quic_anmolpre@quicinc.com>
这个提交包含在:
@@ -23,7 +23,11 @@
|
||||
#include <linux/errno.h>
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/hdcp_qseecom.h>
|
||||
#if IS_ENABLED(CONFIG_QSEECOM_PROXY)
|
||||
#include <linux/qseecom_kernel.h>
|
||||
#else
|
||||
#include "misc/qseecom_kernel.h"
|
||||
#endif
|
||||
|
||||
#define HDCP2P2_APP_NAME "hdcp2p2"
|
||||
#define HDCP1_APP_NAME "hdcp1"
|
||||
|
在新工单中引用
屏蔽一个用户