blob: 81899185337dff6f905a4fd3938df860c5ef2b9c [file] [log] [blame] [edit]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! Define the common constant variables of the uwbd.
pub const DBUS_SERVICE_NAME: &str = "org.chromium.uwbd";
pub const DBUS_OBJECT_PATH: &str = "/org/chromium/uwbd";
pub const DBUS_INTERFACE_NAME: &str = "org.chromium.uwbd";