/usr/share/pyshared/coherence/dbus_constants.py is in python-coherence 0.6.6.2-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php
# Copyright 2007 - Frank Scholz <coherence@beebits.net>
DLNA_BUS_NAME = 'org.DLNA' # bus name for DLNA API
BUS_NAME = 'org.Coherence' # the one with the dots
OBJECT_PATH = '/org/Coherence' # the one with the slashes ;-)
DEVICE_IFACE = '%s.device' % BUS_NAME
SERVICE_IFACE = '%s.service' % BUS_NAME
CDS_SERVICE = '%s.DMS.CDS' % DLNA_BUS_NAME
|