summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-09-01 10:54:28 +0100
committerRichard Hughes <richard@hughsie.com>2011-09-01 10:54:28 +0100
commit81d91f4217b7ca561fe1b3f89b7523ac324574c6 (patch)
tree4bafd5ef35ff32c46b047cc7805c9ff7117a50e2 /docs
parent8b3573d08851b8607e8ffd84c379127a27caa64b (diff)
trivial: add a description for POSTSCRIPT_DRIVER to the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/provides-component-naming.txt34
1 files changed, 21 insertions, 13 deletions
diff --git a/docs/provides-component-naming.txt b/docs/provides-component-naming.txt
index 37cc273b..b312daa0 100644
--- a/docs/provides-component-naming.txt
+++ b/docs/provides-component-naming.txt
@@ -12,24 +12,32 @@ In general, the component naming should be "type(component-name)".
Component naming
----------------
-MODALIAS: /!\ Format nor defined (yet)
+MODALIAS: /!\ Format nor defined (yet)
CODEC:
-MIMETYPE: Mimetypes are (valid) mimetypes strings,
- for example "application/x-catalog" or "text/plain".
+MIMETYPE: Mimetypes are (valid) mimetypes strings,
+ for example "application/x-catalog" or "text/plain".
-FONT: A font name, e.g. "Cantarell".
+FONT: A font name, e.g. "Cantarell".
HARDWARE_DRIVER:
POSTSCRIPT_DRIVER:
-
-PLASMA_SERVICE: Name of a Plasma service.
-
-SHARED_LIB: Name of a shared library, e.g. "libpackagekit-glib2.so.14".
-
-PYTHON: A string in the format of "python<version>(module-name)",
- e.g. "python2(packagekit)" or just the name of the Python module.
- If the Python-Version is omitted, the backend will choose the current
- default Python version.
+ A string in the format of "postscriptdriver(mfg;mdl;)"
+ where mfg and mdl are the corresponding
+ IEEE 1284 Device ID keys for the printer model,
+ converted to lower-case and with spaces converted
+ to underscores.
+ Example: "postscriptdriver(epson;stylus_d92;)"
+
+PLASMA_SERVICE: Name of a Plasma service.
+
+SHARED_LIB: Name of a shared library
+ Example: "libpackagekit-glib2.so.14"
+
+PYTHON: A string in the format of "python<version>(module-name)",
+ or just the name of the Python module.
+ If the Python-Version is omitted, the backend will
+ choose the current default Python version.
+ Example: "python2(packagekit"