summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index a80a1d2..1962f17 100644
--- a/README
+++ b/README
@@ -32,6 +32,15 @@ Following providers are part of this sub-project:
* Linux_FanAssociatedSensor
- Provides association of instances of above 2 providers.
+* LogicalFile
+ Logical file management. Supports ordinary files, directories, links,
+ device files and fifo files.
+
+ The provider allows to:
+ - read files on the filesystem,
+ - traverse the file hierarchy,
+ - create new directories, remove directories.
+
* Power
Power management provider allows to monitor and change power state of the
computer system.
@@ -68,6 +77,8 @@ Provider specific dependencies:
- lm_sensors - installed and configured
- lm_sensors-libs
- lm_sensors-devel
+* LogicalFile
+ - libudev-devel (systemd-devel)
* Power
- glib2-devel
- upower-devel or pm-utils