]> SALOME platform Git repositories - samples/pyhello.git/blob - resources/PYHELLOCatalog.xml.in
Salome HOME
0022347: [CEA 965] PYHELLO module does not appear in modules in YACS
[samples/pyhello.git] / resources / PYHELLOCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3   Copyright (C) 2007-2013  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.
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-multistudy>1</component-multistudy>
43             <component-impltype>1</component-impltype>
44             <component-icone>PYHELLO.png</component-icone>
45             <constraint></constraint>
46             <!-- Component services list -->
47             <component-interface-list>
48                 <component-interface-name>PYHELLO_Gen</component-interface-name>
49                 <component-interface-comment>unknown</component-interface-comment>
50                 <component-service-list>
51                     <!-- Component service: makeBanner -->
52                     <component-service>
53                         <service-name>makeBanner</service-name>
54                         <service-author>vsr</service-author>
55                         <service-version>@SALOMEPYHELLO_VERSION@</service-version>
56                         <service-comment>unknown</service-comment>
57                         <service-by-default>0</service-by-default>
58                         <inParameter-list>
59                             <inParameter>
60                                 <inParameter-name>name</inParameter-name>
61                                 <inParameter-type>string</inParameter-type>
62                                 <inParameter-comment>unknown</inParameter-comment>
63                             </inParameter>
64                         </inParameter-list>
65                         <outParameter-list>
66                             <outParameter>
67                                 <outParameter-name>return</outParameter-name>
68                                 <outParameter-type>string</outParameter-type>
69                                 <outParameter-comment>unknown</outParameter-comment>
70                             </outParameter>
71                         </outParameter-list>
72                         <DataStream-list></DataStream-list>
73                     </component-service>
74                     <!-- Component service: createObject -->
75                     <component-service>
76                         <service-name>createObject</service-name>
77                         <service-author>vsr</service-author>
78                         <service-version>@SALOMEPYHELLO_VERSION@</service-version>
79                         <service-comment>unknown</service-comment>
80                         <service-by-default>0</service-by-default>
81                         <inParameter-list>
82                             <inParameter>
83                                 <inParameter-name>theStudy</inParameter-name>
84                                 <inParameter-type>Study</inParameter-type>
85                                 <inParameter-comment>unknown</inParameter-comment>
86                             </inParameter>
87                             <inParameter>
88                                 <inParameter-name>name</inParameter-name>
89                                 <inParameter-type>string</inParameter-type>
90                                 <inParameter-comment>unknown</inParameter-comment>
91                             </inParameter>
92                         </inParameter-list>
93                         <outParameter-list></outParameter-list>
94                         <DataStream-list></DataStream-list>
95                     </component-service>
96                 </component-service-list>
97             </component-interface-list>
98         </component>
99     </component-list>
100 </begin-catalog>