Update MCTP D-Bus interface sources
The MCTP D-Bus interface sources are changed as
[1] https://codeconstruct.com.au/docs/mctp-utils-v2-0-release/
The `pldmd` should be updated to follow that change.
Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com>
Change-Id: I5bdc8b82f7b8341a06d0a78ca790092b5488ecc9
diff --git a/requester/mctp_endpoint_discovery.hpp b/requester/mctp_endpoint_discovery.hpp
index 1bd9526..086f1cb 100644
--- a/requester/mctp_endpoint_discovery.hpp
+++ b/requester/mctp_endpoint_discovery.hpp
@@ -15,10 +15,10 @@
{
const std::string emptyUUID = "00000000-0000-0000-0000-000000000000";
-constexpr const char* MCTPService = "xyz.openbmc_project.MCTP";
+constexpr const char* MCTPService = "au.com.codeconstruct.MCTP1";
constexpr const char* MCTPInterface = "xyz.openbmc_project.MCTP.Endpoint";
constexpr const char* EndpointUUID = "xyz.openbmc_project.Common.UUID";
-constexpr const char* MCTPPath = "/xyz/openbmc_project/mctp";
+constexpr const char* MCTPPath = "/au/com/codeconstruct/mctp1";
/** @class MctpDiscoveryHandlerIntf
*