summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2010-03-16 11:11:05 +0100
committerDanny Kukawka <danny.kukawka@web.de>2010-03-16 11:58:58 +0100
commit00b4ee496fd29c4cc832013d6109b63fafc3be01 (patch)
treec24834e34389dbe3650b794be9942662dacc7615
parenta2890dd1641e3e497cafb18360252e437acd356a (diff)
added new system.lsb.* properties to the SPEC
Added the new system.lsb.* properties to the SPEC.
-rw-r--r--doc/spec/hal-spec-properties.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 3dffc6dc..f4ac87e7 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -7478,6 +7478,56 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
The serial number of the base board.
</entry>
</row>
+ <row>
+ <entry>
+ <literal>system.lsb.version</literal> (string)
+ </entry>
+ <entry>example: 'core-2.0-ia64:core-2.0-noarch:graphics-2.0-ia64:graphics-2.0-noarch'</entry>
+ <entry>No</entry>
+ <entry>
+ The version of the LSB specification against which the distribution is compliant (as provided by lsb_release).
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>system.lsb.distributor_id</literal> (string)
+ </entry>
+ <entry>example: MyDistrib</entry>
+ <entry>No</entry>
+ <entry>
+ The LSB distributor ID (as provided by lsb_release).
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>system.lsb.description</literal> (string)
+ </entry>
+ <entry>example: 'I enjoy using my distrib'</entry>
+ <entry>No</entry>
+ <entry>
+ The LSB single line text description of the distribution (as provided by lsb_release).
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>system.lsb.release</literal> (string)
+ </entry>
+ <entry>example: 1.0RC4</entry>
+ <entry>No</entry>
+ <entry>
+ The LSB release number of the distribution (as provided by lsb_release).
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>system.lsb.codename</literal> (string)
+ </entry>
+ <entry>example: TryIt</entry>
+ <entry>No</entry>
+ <entry>
+ The LSB codename according to the distribution release (as provided by lsb_release).
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>