mirror of
https://github.com/openharmony/tee_tee_os_framework.git
synced 2026-07-20 23:46:14 -04:00
no message
Match-id-729cba1d37b0210661a742e69d5c877d91a6a566
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
*/
|
||||
#ifndef DRIVERS_BOOT_SHAREDMEM_H
|
||||
#define DRIVERS_BOOT_SHAREDMEM_H
|
||||
#include <types.h>
|
||||
|
||||
#define TEEOS_SHAREDMEM_MODULE_SIZE_256 256
|
||||
#define TEEOS_SHAREDMEM_MODULE_SIZE_512 512
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
*/
|
||||
#ifndef DRIVERS_SHAREDMEM_H
|
||||
#define DRIVERS_SHAREDMEM_H
|
||||
#include <types.h>
|
||||
#include "tee_defines.h"
|
||||
#define MAP_INVALID_32BITADDR 0xFFFFFFFF
|
||||
#define MAP_INVALID_64BITADDR 0xFFFFFFFFFFFFFFFF
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#ifndef DRVMGR_SRC_DRV_DISPATCH_H
|
||||
#define DRVMGR_SRC_DRV_DISPATCH_H
|
||||
|
||||
#include <hm_msg_type.h>
|
||||
#include <tee_defines.h>
|
||||
#include <cs.h>
|
||||
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
#ifndef DRVMGR_DRV_DYN_CONF_MGR_H
|
||||
#define DRVMGR_DRV_DYN_CONF_MGR_H
|
||||
|
||||
#include <arch/types.h>
|
||||
#include <hm_msg_type.h>
|
||||
#include <pthread.h>
|
||||
#include <dlist.h>
|
||||
#include <tee_defines.h>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include <autoconf.h>
|
||||
#include <securec.h>
|
||||
|
||||
#include <api/kcalls.h>
|
||||
#include <sys/syscalls.h>
|
||||
#include <sys/hm_types.h>
|
||||
#include <procmgr.h>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <stdio.h>
|
||||
#include <bootinfo_types.h>
|
||||
#include <ipclib.h>
|
||||
#include <mmgrapi.h>
|
||||
#include <irqmgr_api.h>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include <mem_ops.h>
|
||||
#include <hm_mman.h>
|
||||
#include <dlist.h>
|
||||
#include <api/tee_common.h>
|
||||
#include <sys/teecall.h>
|
||||
#include "tee_log.h"
|
||||
#include "tee_mem_mgmt_api.h"
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#include <sys/mman.h>
|
||||
#include <sys/hm_priorities.h> /* for `HM_PRIO_TEE_*` */
|
||||
#include <sys/fileio.h>
|
||||
#include <api/tee_common.h>
|
||||
#include <procmgr_ext.h>
|
||||
#include <ipclib.h>
|
||||
#include <cs.h>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <dlfcn.h>
|
||||
#include <api/errno.h> /* is_ref_err */
|
||||
#include <pthread.h>
|
||||
#include <sys/usrsyscall_ext.h>
|
||||
#include <pthread_ext.h>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
#include <hm_msg_type.h>
|
||||
#include <securec.h>
|
||||
#include <pathmgr_api.h>
|
||||
#include <ipclib.h>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#define DRVMGR_SRC_DRV_DISPATCH_H
|
||||
|
||||
#include <dlist.h>
|
||||
#include <hm_msg_type.h>
|
||||
#include <tee_defines.h>
|
||||
#include <cs.h>
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include "hm_msg_type.h"
|
||||
#include <errno.h>
|
||||
#include <sys/usrsyscall_new_ext.h>
|
||||
#include <hm_msg_type.h>
|
||||
#include <sys/hm_types.h>
|
||||
|
||||
typedef int32_t (*crypto_drv_init) (const void *ops, void *buf, uint32_t buf_len);
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#define LIBSPAWN_COMMON_INCLUDE_SPAWN_INIT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <tee_defines.h>
|
||||
|
||||
#define ARGV_SIZE 64
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <securec.h>
|
||||
#include <sys/types.h>
|
||||
#include <ac_map.h>
|
||||
#include <tee_log.h>
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#ifndef __PERSRV_H__
|
||||
#define __PERSRV_H__
|
||||
|
||||
#include <hm_msg_type.h>
|
||||
#include <sys/hm_types.h>
|
||||
#include "crypto_wrapper.h"
|
||||
#include "tee_internal_task_pub.h"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#define SE_SERVICE_SE_SERVICE_H
|
||||
|
||||
#include "tee_defines.h"
|
||||
#include "hm_msg_type.h"
|
||||
|
||||
#define SE_PATH "seservice"
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <hm_msg_type.h> /* for ARRAY_SIZE */
|
||||
#include <sre_syscalls_id.h>
|
||||
#include "securec.h"
|
||||
#include "tee_defines.h"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#include <string.h>
|
||||
#include <sre_syscalls_id.h>
|
||||
#include <sre_syscalls_id_ext.h>
|
||||
#include <api/errno.h>
|
||||
#include <securec.h>
|
||||
#include <api/tee_common.h>
|
||||
#include "tee_log.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <pthread.h>
|
||||
#include <malloc.h>
|
||||
#include <securec.h>
|
||||
#include <hm_msg_type.h>
|
||||
#include <tee_log.h>
|
||||
#include <hmdrv.h>
|
||||
#include <ipclib.h>
|
||||
|
||||
@@ -11,9 +11,7 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <api/errno.h>
|
||||
#include <securec.h>
|
||||
#include <api/tee_common.h>
|
||||
#include <mem_ops.h>
|
||||
#include "tee_log.h"
|
||||
#include "boot_sharedmem.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <mem_ops.h>
|
||||
#include <sys/usrsyscall_ext.h>
|
||||
#include <sys/hmapi_ext.h>
|
||||
#include <api/kcalls.h>
|
||||
#include <sys/time.h>
|
||||
#include "timer_export.h"
|
||||
#include <procmgr_ext.h>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#define TEE_INTERNAL_TASK_PUB_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include "types.h"
|
||||
#include "tee_defines.h"
|
||||
#include "ta_framework.h"
|
||||
#include "tee_service_public.h"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
#include <dlist.h>
|
||||
#include <limits.h>
|
||||
#include <sre_errno.h>
|
||||
#include <hm_msg_type.h>
|
||||
#include <tee_time_defines.h>
|
||||
|
||||
void release_timer_event(const TEE_UUID *uuid);
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
#define SYS_LIBS_LIBTIMER_TIMER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <kernel/time.h>
|
||||
#include <hm_msg_type.h>
|
||||
#include <sre_syscalls_id.h>
|
||||
#include <time.h>
|
||||
#include <sys_timer.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <tee_defines.h>
|
||||
#include <ac.h>
|
||||
#include <ac_dynamic.h>
|
||||
#include <api/errno.h>
|
||||
#include <sys/usrsyscall.h>
|
||||
#include <sre_syscalls_ext.h>
|
||||
#include <ipclib.h>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include <sys/mman.h>
|
||||
#include <tee_log.h>
|
||||
#include <msg_ops.h>
|
||||
#include <api/errno.h> /* is_ref_err */
|
||||
#include <sys/usrsyscall.h> /* for ipc_msg_create_hdl */
|
||||
#include <ipclib.h> /* for channel */
|
||||
#include <sys/usrsyscall_new.h> /* for cref_t */
|
||||
|
||||
Reference in New Issue
Block a user