diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-03 17:02:34 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-11 13:54:35 +0100 |
commit | 23fbe14f503c1e98292efc4ba1238adb7dc38d80 (patch) | |
tree | 51f48cee1d345ad9c2d04aff622f99be8d362998 /src/libsystemd/sd-hwdb/Makefile | |
parent | 94e15fdc4d9d96fa6607bfb4eaaea164a3aec417 (diff) |
libsystemd: add sd-hwdb library
This is libudev-hwdb, but decoupled from libudev and in the libsystemd style.
The core code is unchanged, apart from the following minor changes:
- hwdb.bin located in /**/systemd/hwdb/ take preference over the ones located
in /**/udev/
- properties are stored internally in an OrderedHashmap, rather than a
linked list.
- a new API call allows individual properties to be queried directly, rather
than iterating over them all
- the iteration over properties have been moved inside the library, rather than
exposing a list directly
- the unused 'flags' parameter was dropped
Diffstat (limited to 'src/libsystemd/sd-hwdb/Makefile')
l--------- | src/libsystemd/sd-hwdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-hwdb/Makefile b/src/libsystemd/sd-hwdb/Makefile new file mode 120000 index 0000000000..94aaae2c4d --- /dev/null +++ b/src/libsystemd/sd-hwdb/Makefile @@ -0,0 +1 @@ +../../Makefile
\ No newline at end of file |