summaryrefslogtreecommitdiff
path: root/src/lib/ipc_config.h
blob: 20683232bf223e93e9a9eee8f35b63a10c541b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/beluga_adaptor.sock"
#define EVENT_SERVER "/var/run/beluga_adaptor_notify.sock"

#endif