Add configuration file loading and parsing 65/27365/5
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Tue, 5 Apr 2022 03:11:38 +0000 (12:11 +0900)
committerDamian Hobson-Garcia <dhobsong@igel.co.jp>
Wed, 20 Apr 2022 01:58:39 +0000 (10:58 +0900)
commite9e5cf1f67a45e4d409dc9e1caa6ce8151579c88
treece471b907ba5c5bc553e57aef20dda52d00c514c
parent69acc5f3928f0578438cefdd69b39bc05bb0769b
Add configuration file loading and parsing

Parse the lease configuration information from a configuration file.
Each lease configuration takes a name and list of connectors to
add to the lease.  As long as one connector is found for a given
configuration, the lease will be created.

Bug-AGL: SPEC-3815

Change-Id: Iec4eaf37fba5db17a22e4945de10a06ac94063e4
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
drm-lease-manager/lease-config.c [new file with mode: 0644]
drm-lease-manager/lease-config.h [new file with mode: 0644]
drm-lease-manager/main.c
drm-lease-manager/meson.build
drm-lease-manager/test/lease-config-test.c [new file with mode: 0644]
drm-lease-manager/test/meson.build
meson.build