• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Auth Configuration
2config CLIENT_AUTH
3	bool "Client Application Hash Auth"
4	default n
5	depends on TZDRIVER
6	help
7	  TEEOS CA code hash auth
8
9config ANDROID_HIDL
10	bool "Android Hidl Adapt"
11	default n
12	depends on CLIENT_AUTH
13	help
14	  TEEOS hidl proc auth
15
16config CADAEMON_AUTH
17	bool "Teec Daemon Path Hash Auth"
18	default n
19	depends on TZDRIVER
20	help
21	  TEEOS TEECD path hash auth
22
23config TZDRIVER_OHOS
24	bool "Is in OH"
25	default n
26	depends on TZDRIVER
27	help
28	  OH Cadaemon uid
29