Import the initial Gallery 2 code
[g2-sharing] / data / gallery2.service.xml.in
diff --git a/data/gallery2.service.xml.in b/data/gallery2.service.xml.in
new file mode 100644 (file)
index 0000000..34ee347
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+<service plugin="libsharingplugingallery2.so" provider="Heikki Kallasjoki"> 
+
+       <accounts plugInSetup="1" plugInEdit="1">
+               <signup>http://gallery.menalto.com/</signup>
+               <password maxlen="32"/>
+       </accounts> 
+
+       <ui>
+               <name>Gallery 2</name>
+               <icon type="post">@servicesdir@/gallery2-icon.png</icon>
+               <icon type="setup">@servicesdir@/gallery2-icon.png</icon>
+               <options>
+                       <option id="privacy" type="enumeration" default="private">
+                               <caption domain="osso-sharing-ui" key="share_bd_options_privacy" />
+                               <value id="private" domain="osso-sharing-ui" key="share_fi_options_privacy_private" />
+                               <value id="public" domain="osso-sharing-ui" key="share_fi_options_privacy_public" />
+                       </option>
+               </options>
+       </ui> 
+</service>