Brad Bishop | f8a7cd1 | 2017-07-09 23:41:49 -0400 | [diff] [blame] | 1 | SUMMARY="Add /xyz/openbmc_project namespace to phosphor-mapper" |
2 | DESCRIPTION="Add the /xyz/openbmc_project path namespace and \ | ||||
3 | xyz.openbmc_project interface prefix to the mapper \ | ||||
4 | watch list." | ||||
5 | |||||
6 | inherit phosphor-mapper | ||||
7 | inherit native | ||||
8 | inherit obmc-phosphor-license | ||||
9 | |||||
10 | PHOSPHOR_MAPPER_NAMESPACE_append = " /xyz/openbmc_project" | ||||
11 | PHOSPHOR_MAPPER_INTERFACE_append = " xyz.openbmc_project" |