Browse Source

securemsm-kernel: expose ITrustedCameraDriver header file

expose ITrustedCameraDriver header file to camera so
that camera kernel driver can trigger protect/unprotect calls.

Change-Id: I4301fc3d676e4bc12fde5a5af0bd61f6a63988aa
Rohit Soneta 2 years ago
parent
commit
f76193ca96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      BUILD.bazel

+ 2 - 0
BUILD.bazel

@@ -11,6 +11,8 @@ ddk_headers(
     hdrs = glob([
         "include/linux/smcinvoke*.h",
         "include/linux/IClientE*.h",
+        "include/linux/ITrustedCameraDriver.h",
+        "include/linux/CTrustedCameraDriver.h",
         "linux/misc/qseecom_kernel.h",
         "linux/misc/qseecom_priv.h"
     ]),