blob: 4d0ccfc584bf2f8eecebbfae03daa352daa1156a [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PSYCHE_DEMO_CONSTANTS_H_
#define PSYCHE_DEMO_CONSTANTS_H_
namespace psyche {
const char kDefaultService[] =
"com.android.embedded.demo-brick.psyche-demo-server";
} // namespace psyche
#endif // PSYCHE_DEMO_CONSTANTS_H_