File: GNOME_Evolution_Test.server.in.in

package info (click to toggle)
evolution 2.6.3-6etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 79,516 kB
  • ctags: 32,159
  • sloc: ansic: 295,007; xml: 10,755; sh: 9,373; makefile: 3,756; perl: 1,591
file content (39 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<oaf_info>

  <!-- (factory) -->
  <oaf_server iid="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@"
	      type="shlib"
	      location="@COMPONENTDIR_IN_SERVER_FILE@/libevolution-test@SOEXT@">

    <oaf_attribute name="repo_ids" type="stringv">
      <item value="IDL:GNOME/ObjectFactory:1.0"/>
    </oaf_attribute>

    <oaf_attribute name="name" type="string"
		   _value="Evolution Test"/>
  </oaf_server>

  <!-- Component Interface -->

  <oaf_server iid="OAFIID:GNOME_Evolution_Test_Component:@VERSION@"
	      type="factory"
	      location="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@">

    <oaf_attribute name="repo_ids" type="stringv">
      <item value="IDL:GNOME/Evolution/Component:@VERSION@"/>
    </oaf_attribute>

    <oaf_attribute name="name" type="string" _value="Evolution Test component"/>

    <oaf_attribute name="evolution:component_alias" type="string" value="test"/>

    <oaf_attribute name="evolution:button_label" type="string" _value="Test"/>
    <oaf_attribute name="evolution:button_sort_order" type="string" value="-1"/>
    <oaf_attribute name="evolution:button_icon" type="string" value="stock_mail"/>

    <oaf_attribute name="evolution:component_icon" type="string" value="stock_mail"/>
    <oaf_attribute name="evolution:component_display_order" type="number" value="1"/>

  </oaf_server>

</oaf_info>