# phosphor-objmgr **Repository Path**: obmc/phosphor-objmgr ## Basic Information - **Project Name**: phosphor-objmgr - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-16 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The Mapper This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it [here][1]. ## 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` [1]: https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md