summaryrefslogtreecommitdiff
path: root/src/lib/ipc_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ipc_config.h')
-rwxr-xr-xsrc/lib/ipc_config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/ipc_config.h b/src/lib/ipc_config.h
new file mode 100755
index 0000000..d902e5d
--- /dev/null
+++ b/src/lib/ipc_config.h
@@ -0,0 +1,19 @@
+/**
+ * @file ipc_config.h
+ * @brief definition of ipc socket
+
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * This software is the confidential and proprietary information
+ * of Samsung Electronics, Inc. ("Confidential Information"). You
+ * shall not disclose such Confidential Information and shall use
+ * it only in accordance with the terms of the license agreement
+ * you entered into with Samsung.
+ */
+
+#ifndef __IPC_CONFIG_H__
+#define __IPC_CONFIG_H__
+
+#define SERVER "/var/run/dockzen_launcher.sock"
+#define EVENT_SERVER "/var/run/dockzen_launcher_notify.sock"
+
+#endif