blob: 0e715536bde943df4a625953a9fba00e44ee6ebd [file] [log] [blame]
Patrick Williamsf06056b2021-04-16 13:38:55 -05001#pragma once
2
3// @TODO(stwcx): These values are currently configured in autoconf but never
4// modified by anyone, nor could I see why they ever would be.
5// Once autoconf is removed, they should be switched over to
6// a constant in a header file.
7
8#define BUSNAME_LOGGING "xyz.openbmc_project.Logging"
9#define OBJ_INTERNAL "/xyz/openbmc_project/logging/internal/manager"
10
11// vim: ft=cpp