blob: 70456ae6588e4c0508fad53ef79271b9a0dc0b87 [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 GERM_CONSTANTS_H_
#define GERM_CONSTANTS_H_
namespace germ {
const char kGermServiceName[] = "com.android.embedded.germ";
} // namespace germ
#endif // GERM_CONSTANTS_H_