18ffe1e44SBrad Bishop# Contributors Listed Below - COPYRIGHT 2016 28ffe1e44SBrad Bishop# [+] International Business Machines Corp. 38ffe1e44SBrad Bishop# 48ffe1e44SBrad Bishop# 58ffe1e44SBrad Bishop# Licensed under the Apache License, Version 2.0 (the "License"); 68ffe1e44SBrad Bishop# you may not use this file except in compliance with the License. 78ffe1e44SBrad Bishop# You may obtain a copy of the License at 88ffe1e44SBrad Bishop# 98ffe1e44SBrad Bishop# http://www.apache.org/licenses/LICENSE-2.0 108ffe1e44SBrad Bishop# 118ffe1e44SBrad Bishop# Unless required by applicable law or agreed to in writing, software 128ffe1e44SBrad Bishop# distributed under the License is distributed on an "AS IS" BASIS, 138ffe1e44SBrad Bishop# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 148ffe1e44SBrad Bishop# implied. See the License for the specific language governing 158ffe1e44SBrad Bishop# permissions and limitations under the License. 168ffe1e44SBrad Bishop 178ffe1e44SBrad Bishopimport dbus 188ffe1e44SBrad Bishop 198ffe1e44SBrad BishopDBUS_OBJMGR_IFACE = dbus.BUS_DAEMON_IFACE + '.ObjectManager' 20*dc7f067dSAdriana KobylakDBUS_UNKNOWN_INTERFACE = 'org.freedesktop.DBus.Error.UnknownInterface' 210b885072SBrad BishopDBUS_UNKNOWN_SERVICE = 'org.freedesktop.DBus.Error.ServiceUnknown' 228ffe1e44SBrad BishopDBUS_UNKNOWN_PROPERTY = 'org.freedesktop.DBus.Error.UnknownProperty' 238ffe1e44SBrad BishopDBUS_UNKNOWN_METHOD = 'org.freedesktop.DBus.Error.UnknownMethod' 248ffe1e44SBrad BishopDBUS_INVALID_ARGS = 'org.freedesktop.DBus.Error.InvalidArgs' 25a5d2a119SBrad BishopDBUS_NO_REPLY = 'org.freedesktop.DBus.Error.NoReply' 268ffe1e44SBrad BishopDBUS_TYPE_ERROR = 'org.freedesktop.DBus.Python.TypeError' 278ffe1e44SBrad BishopOBMC_ASSOCIATIONS_IFACE = 'org.openbmc.Associations' 288ffe1e44SBrad BishopOBMC_ASSOC_IFACE = 'org.openbmc.Association' 298ffe1e44SBrad BishopOBMC_DELETE_IFACE = 'org.openbmc.Object.Delete' 308ffe1e44SBrad BishopOBMC_PROPERTIES_IFACE = "org.openbmc.Object.Properties" 318ffe1e44SBrad BishopOBMC_ENUMERATE_IFACE = "org.openbmc.Object.Enumerate" 32