1 <?xml version='1.0' encoding='us-ascii' ?>
3 Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE
5 Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
6 CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
18 You should have received a copy of the GNU Lesser General Public
19 License along with this library; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
26 <!-- XML component catalog -->
28 <!-- Path prefix information -->
29 <path-prefix-list></path-prefix-list>
30 <!-- Type information -->
32 <type name="status" kind="int"/>
34 <!-- Component list -->
38 <!-- Component identification -->
39 <component-name>HELLO</component-name>
40 <component-username>Hello</component-username>
41 <component-type>OTHER</component-type>
42 <component-author>Vadim SANDLER</component-author>
43 <component-version>@SALOMEHELLO_VERSION@</component-version>
44 <component-comment>Sample module</component-comment>
45 <component-impltype>1</component-impltype>
46 <component-icone>HELLO.png</component-icone>
47 <constraint></constraint>
48 <!-- Component interface -->
49 <component-interface-list>
50 <component-interface-name>HELLO_Gen</component-interface-name>
51 <component-interface-comment>Hello engine</component-interface-comment>
52 <component-service-list>
54 <service-name>hello</service-name>
55 <service-author>Vadim SANDLER</service-author>
56 <service-version>@SALOMEHELLO_VERSION@</service-version>
57 <service-comment>Hello function</service-comment>
58 <service-by-default>1</service-by-default>
61 <inParameter-name>name</inParameter-name>
62 <inParameter-type>string</inParameter-type>
63 <inParameter-comment>user name</inParameter-comment>
68 <outParameter-name>return</outParameter-name>
69 <outParameter-type>status</outParameter-type>
70 <outParameter-comment>operation status</outParameter-comment>
73 <DataStream-list></DataStream-list>
76 <service-name>goodbye</service-name>
77 <service-author>Vadim SANDLER</service-author>
78 <service-version>@SALOMEHELLO_VERSION@</service-version>
79 <service-comment>Goodbye function</service-comment>
80 <service-by-default>0</service-by-default>
83 <inParameter-name>name</inParameter-name>
84 <inParameter-type>string</inParameter-type>
85 <inParameter-comment>user name</inParameter-comment>
90 <outParameter-name>return</outParameter-name>
91 <outParameter-type>status</outParameter-type>
92 <outParameter-comment>operation status</outParameter-comment>
95 <DataStream-list></DataStream-list>
97 </component-service-list>
98 </component-interface-list>