An open API service indexing awesome lists of open source software.

https://github.com/openbmc/phosphor-objmgr

Phosphor Object Manager
https://github.com/openbmc/phosphor-objmgr

Last synced: 5 months ago
JSON representation

Phosphor Object Manager

Awesome Lists containing this project

README

          

# The Mapper

This repository contains the mapper, which assists in finding things on D-Bus.
There is documentation about it in the [docs repository][architecture].

## Prerequisites

Non-OpenBMC build dependencies are:

- meson/ninja
- boost
- libsystemd
- systemd
- tinyxml2

## Build

`meson build && ninja -C build`

## Run Unit Tests

`meson build && ninja -C build test`

## Clean the repository

`rm -rf build`

[architecture]:
https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md