diff options
author | Mathew Holleran <mathew.holleran@gmail.com> | 2013-12-04 09:42:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-05 06:42:06 +0700 |
commit | b901acf6778ae7c4608607dd567e77ed6d6a0a7b (patch) | |
tree | 12bb2f8cabf3f63518c38fa1502a514b177d8c54 /system/hal-flash/README | |
parent | 4aafbfe35356f138d2756e06c2addcf4f7e0a0bb (diff) |
system/hal-flash: Added (HAL stub library for playing DRM flash content).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hal-flash/README')
-rw-r--r-- | system/hal-flash/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/hal-flash/README b/system/hal-flash/README new file mode 100644 index 0000000000000..e00a6ada9a6e9 --- /dev/null +++ b/system/hal-flash/README @@ -0,0 +1,7 @@ +HAL is a hardware abstraction layer that is no longer used on modern +Linux systems - with the advent of tools such as UDev and UDisks the +same and improved functionality is provided by other means. +The flash plugin currently requires libhal for playback of DRM +content. This library provides a compatibility layer and minimal +libhal implementation for that purpose. This library does NOT +provide a full HAL interface or daemon. |