Salome HOME
b7da2e76f94299b9e4ad96084509c496dba1d7f5
[samples/pyhello.git] / resources / PYHELLOCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3   Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
4
5   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
6   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
7
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.
12
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.
17
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
21
22   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23
24 -->
25  
26 <!-- XML component catalog -->
27 <begin-catalog>
28     <!-- Path prefix information -->
29     <path-prefix-list></path-prefix-list>
30     <!-- Types list -->
31     <type-list></type-list>
32     <!-- Component list -->
33     <component-list>
34         <component>
35             <!-- Component identification -->
36             <component-name>PYHELLO</component-name>
37             <component-username>PyHello</component-username>
38             <component-type>Data</component-type>
39             <component-author>SALOME team</component-author>
40             <component-version>@SALOMEPYHELLO_VERSION@</component-version>
41             <component-comment></component-comment>
42             <component-impltype>1</component-impltype>
43             <component-icone>PYHELLO.png</component-icone>
44             <constraint></constraint>
45             <!-- Component services list -->
46             <component-interface-list>
47                 <component-interface-name>PYHELLO_Gen</component-interface-name>
48                 <component-interface-comment>unknown</component-interface-comment>
49                 <component-service-list>
50                     <!-- Component service: makeBanner -->
51                     <component-service>
52                         <service-name>makeBanner</service-name>
53                         <service-author>vsr</service-author>
54                         <service-version>@SALOMEPYHELLO_VERSION@</service-version>
55                         <service-comment>unknown</service-comment>
56                         <service-by-default>0</service-by-default>
57                         <inParameter-list>
58                             <inParameter>
59                                 <inParameter-name>name</inParameter-name>
60                                 <inParameter-type>string</inParameter-type>
61                                 <inParameter-comment>unknown</inParameter-comment>
62                             </inParameter>
63                         </inParameter-list>
64                         <outParameter-list>
65                             <outParameter>
66                                 <outParameter-name>return</outParameter-name>
67                                 <outParameter-type>string</outParameter-type>
68                                 <outParameter-comment>unknown</outParameter-comment>
69                             </outParameter>
70                         </outParameter-list>
71                         <DataStream-list></DataStream-list>
72                     </component-service>
73                     <!-- Component service: createObject -->
74                     <component-service>
75                         <service-name>createObject</service-name>
76                         <service-author>vsr</service-author>
77                         <service-version>@SALOMEPYHELLO_VERSION@</service-version>
78                         <service-comment>unknown</service-comment>
79                         <service-by-default>0</service-by-default>
80                         <inParameter-list>
81                             <inParameter>
82                                 <inParameter-name>name</inParameter-name>
83                                 <inParameter-type>string</inParameter-type>
84                                 <inParameter-comment>unknown</inParameter-comment>
85                             </inParameter>
86                         </inParameter-list>
87                         <outParameter-list></outParameter-list>
88                         <DataStream-list></DataStream-list>
89                     </component-service>
90                 </component-service-list>
91             </component-interface-list>
92         </component>
93     </component-list>
94 </begin-catalog>