aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy_manager/stm/zipc/src/Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/policy_manager/stm/zipc/src/Common')
-rw-r--r--src/policy_manager/stm/zipc/src/Common/Event.h6
-rw-r--r--src/policy_manager/stm/zipc/src/Common/MisraCType.h16
-rw-r--r--src/policy_manager/stm/zipc/src/Common/ZCommonInclude.h16
3 files changed, 0 insertions, 38 deletions
diff --git a/src/policy_manager/stm/zipc/src/Common/Event.h b/src/policy_manager/stm/zipc/src/Common/Event.h
deleted file mode 100644
index 3601b08..0000000
--- a/src/policy_manager/stm/zipc/src/Common/Event.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef ZHEADER_EVENT_H
-#define ZHEADER_EVENT_H
-
-#define ZEVENT_NULL ( 0U )
-
-#endif
diff --git a/src/policy_manager/stm/zipc/src/Common/MisraCType.h b/src/policy_manager/stm/zipc/src/Common/MisraCType.h
deleted file mode 100644
index 5a535fb..0000000
--- a/src/policy_manager/stm/zipc/src/Common/MisraCType.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef ZHEADER_MISRACTYPE_H
-#define ZHEADER_MISRACTYPE_H
-
-typedef char char_t;
-typedef signed char int8_t;
-typedef unsigned char uint8_t;
-typedef signed short int16_t;
-typedef unsigned short uint16_t;
-typedef signed int int32_t;
-typedef unsigned int uint32_t;
-typedef signed long int64_t;
-typedef unsigned long uint64_t;
-typedef float float32_t;
-typedef double float64_t;
-
-#endif
diff --git a/src/policy_manager/stm/zipc/src/Common/ZCommonInclude.h b/src/policy_manager/stm/zipc/src/Common/ZCommonInclude.h
deleted file mode 100644
index 6b9b84b..0000000
--- a/src/policy_manager/stm/zipc/src/Common/ZCommonInclude.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef ZHEADER_ZCOMMONINCLUDE_H
-#define ZHEADER_ZCOMMONINCLUDE_H
-
-#define ZFALSE ( 0U )
-#define ZTRUE ( 1U )
-
-#define ZNULL ( 0x00 )
-
-#define ZEVENT_NONHIT ( -1 )
-
-#define ZRET_NORMAL ( 0U )
-#define ZRET_ERROR ( 1U )
-#define ZRET_NONACTIVE ( 2U )
-typedef unsigned char ZeRetType;
-
-#endif