summaryrefslogtreecommitdiffstats
path: root/rules/libpv.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-08-10 13:34:12 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-08-10 13:34:12 +0000
commitf49482c537f6a5d71c0fbae8e5640a464bd974b1 (patch)
treed475d60c2d29dfb8c5727f06a3c333489207e85c /rules/libpv.in
parentf86d386bb7b4f88e989a9bbc02af6c82e5e4c403 (diff)
downloadptxdist-f49482c537f6a5d71c0fbae8e5640a464bd974b1.tar.gz
ptxdist-f49482c537f6a5d71c0fbae8e5640a464bd974b1.tar.xz
added libpv
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3034 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpv.in')
-rw-r--r--rules/libpv.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/libpv.in b/rules/libpv.in
new file mode 100644
index 000000000..c92c7d06d
--- /dev/null
+++ b/rules/libpv.in
@@ -0,0 +1,12 @@
+config LIBPV
+ bool
+ prompt "libpv"
+ select LIBLIST
+ help
+ libpv.so is a library that implements a user space shared memory for
+ automation applications. The shared memory is being described by an
+ XML file, the backing store can live on any mmapable file, for example
+ on a persistent storage or on a RAM disc.
+
+ The library has also an integrated JVisu socket server.
+