blob: cf293adb71bcf9ea945489654217a5d6214ddf56 [file] [log] [blame]
// Copyright 2019 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 DIAGNOSTICS_CONSTANTS_GRPC_CONSTANTS_H_
#define DIAGNOSTICS_CONSTANTS_GRPC_CONSTANTS_H_
namespace diagnostics {
extern const char kWilcoDtcSupportdGrpcUri[];
extern const char kWilcoDtcGrpcUri[];
extern const char kUiMessageReceiverWilcoDtcGrpcUri[];
} // namespace diagnostics
#endif // DIAGNOSTICS_CONSTANTS_GRPC_CONSTANTS_H_