aboutsummaryrefslogtreecommitdiff
path: root/wpa_supplicant/binder/binder_constants.cpp
blob: 0d452b11baecbf82c62f2041086ab00e363dc8b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * binder interface for wpa_supplicant daemon
 * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
 * Copyright (c) 2004-2016, Roshan Pius <rpius@google.com>
 *
 * This software may be distributed under the terms of the BSD license.
 * See README for more details.
 */

#include "binder_constants.h"

namespace wpa_supplicant_binder {
namespace binder_constants {

const char kServiceName[] = "wpa_supplicant";

} /* namespace binder_constants */
} /* namespace wpa_supplicant_binder */