Name Date Size #Lines LOC

..--

fail-monitor/H--289147

libmapper/H--1,138924

src/H--4,0782,918

subprojects/H--5136

.clang-formatH A D18-Dec-20243.7 KiB137135

.gitignoreH A D26-May-202270 64

LICENSEH A D19-Oct-201511.1 KiB203169

OWNERSH A D22-Jul-20221.6 KiB4944

README.mdH A D08-Dec-2022469 2917

meson.buildH A D03-Sep-20244.5 KiB166147

meson.optionsH A D15-Aug-2023234 1412

README.md

1# The Mapper
2
3This repository contains the mapper, which assists in finding things on D-Bus.
4There is documentation about it [here][1].
5
6## Prerequisites
7
8Non-OpenBMC build dependencies are:
9
10- meson/ninja
11- boost
12- libsystemd
13- systemd
14- tinyxml2
15
16## Build
17
18`meson build && ninja -C build`
19
20## Run Unit Tests
21
22`meson build && ninja -C build test`
23
24## Clean the repository
25
26`rm -rf build`
27
28[1]: https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md
29