Add missing header file 55/223555/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 31 Jan 2020 00:45:56 +0000 (09:45 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 31 Jan 2020 00:45:56 +0000 (09:45 +0900)
Change-Id: Id69614715591f2d0ed0c9fcb25e24956201fdc68
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/eventsystem_private.h [new file with mode: 0644]

diff --git a/src/eventsystem_private.h b/src/eventsystem_private.h
new file mode 100644 (file)
index 0000000..09856a5
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __EVENTSYSTEM_PRIVATE_H__
+#define __EVENTSYSTEM_PRIVATE_H__
+
+#ifdef API
+#undef API
+#endif
+
+#define API __attribute__ ((visibility("default")))
+
+#endif /* __EVENTSYSTEM_PRIVATE_H__ */