Yong Li | c5a33a9 | 2019-01-03 11:41:48 +0800 | [diff] [blame] | 1 | SUMMARY="Add /com/intel namespace to phosphor-mapper" |
2 | DESCRIPTION="Add the /com/intel path namespace and \ | ||||
3 | com.intel interface prefix to the mapper watch list." | ||||
4 | LICENSE = "Apache-2.0" | ||||
5 | LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" | ||||
6 | |||||
7 | inherit phosphor-mapper | ||||
8 | inherit native | ||||
9 | |||||
10 | PHOSPHOR_MAPPER_SERVICE_append = " com.intel" | ||||
11 | PHOSPHOR_MAPPER_INTERFACE_append = " com.intel" |