blob: 13fb521c524735d25cfd47495ff00a83b0216372 [file] [log] [blame]
// Copyright 2019 The Fuchsia 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 LIB_SERVICE_LLCPP_CONSTANTS_H_
#define LIB_SERVICE_LLCPP_CONSTANTS_H_
namespace llcpp::sys {
// The name of the default FIDL Service instance.
constexpr const char kDefaultInstance[] = "default";
} // namespace llcpp::sys
#endif // LIB_SERVICE_LLCPP_CONSTANTS_H_