/** * @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