summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/dbus/openpower-dbus-interfaces-mapper-config-native.bb
blob: 6f0771aa646170a2e83d30a54cb08585c18ed2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY="Add /org/open_power namespace to phosphor-mapper"
DESCRIPTION="Add the /org/open_power path namespace and \
org.open_power interface prefix to the mapper \
watch list."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${OPENPOWERBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"

inherit phosphor-mapper
inherit native

PHOSPHOR_MAPPER_SERVICE_append = " org.open_power"
PHOSPHOR_MAPPER_INTERFACE_append = " org.open_power"