summaryrefslogtreecommitdiffstats
path: root/servers/GNOME_ServiceDiscoveryApplet.server.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'servers/GNOME_ServiceDiscoveryApplet.server.in.in')
-rw-r--r--servers/GNOME_ServiceDiscoveryApplet.server.in.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/servers/GNOME_ServiceDiscoveryApplet.server.in.in b/servers/GNOME_ServiceDiscoveryApplet.server.in.in
new file mode 100644
index 0000000..bcf5276
--- /dev/null
+++ b/servers/GNOME_ServiceDiscoveryApplet.server.in.in
@@ -0,0 +1,30 @@
+<oaf_info>
+
+<oaf_server iid="OAFIID:GNOME_ServiceDiscoveryApplet_Factory"
+ type="exe"
+ location="@bindir@/service-discovery-applet">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:Bonobo/GenericFactory:1.0"/>
+ <item value="IDL:Bonobo/Unknown:1.0"/>
+ </oaf_attribute>
+ <oaf_attribute name="name" type="string" _value="Zeroconf Service Discovery"/>
+ <oaf_attribute name="description" type="string" _value="Show Zeroconf Services on your local network and allow accessing them easily"/>
+</oaf_server>
+
+<oaf_server iid="OAFIID:GNOME_ServiceDiscoveryApplet"
+ type="factory"
+ location="OAFIID:GNOME_ServiceDiscoveryApplet_Factory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
+ <item value="IDL:Bonobo/Control:1.0"/>
+ <item value="IDL:Bonobo/Unknown:1.0"/>
+ </oaf_attribute>
+ <oaf_attribute name="name" type="string" _value="Zeroconf Service Discovery"/>
+ <oaf_attribute name="description" type="string" _value="Show Zeroconf Services on your local network and allow accessing them easily"/>
+ <oaf_attribute name="panel:category" type="string" value="Internet"/>
+ <oaf_attribute name="panel:icon" type="string" value="@iconsdir@/48x48/service-discovery-applet.png"/>
+</oaf_server>
+
+</oaf_info>