Salome HOME
Update copyrights
[samples/pyhello.git] / resources / PYHELLOCatalog.xml.in
index 7f81d2a52f15d3aa265e80daee468d5de80b622a..2dec61f2fffb2818b9222a59599d69c3464a174a 100644 (file)
@@ -1,50 +1,70 @@
 <?xml version='1.0' encoding='us-ascii' ?>
-<!--
-  Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
-
-  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-
-  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-
--->
 <!-- XML component catalog -->
 <begin-catalog>
-
-<!-- Path prefix information -->
-
-<path-prefix-list>
-</path-prefix-list>
-
-<!-- Component list -->
-<component-list>
+    <!-- Path prefix information -->
+    <path-prefix-list></path-prefix-list>
+    <!-- Types list -->
+    <type-list></type-list>
+    <!-- Component list -->
+    <component-list>
         <component>
-                <!-- Component identification -->
-                <component-name>PYHELLO</component-name>
-               <component-username>PYHELLO GUI</component-username>
-                <component-type>Data</component-type>
-                <component-author>C. Caremoli</component-author>
-                <component-version>@VERSION@</component-version>
-                <component-comment>EDF - RD</component-comment>
-                <component-multistudy>1</component-multistudy>
-                <component-icone>PYHELLO.png</component-icone>
-                <constraint>'linux' ~ OS</constraint>
-       
-       </component>
-</component-list>
+            <!-- Component identification -->
+            <component-name>PYHELLO</component-name>
+            <component-username>PyHello</component-username>
+            <component-type>Data</component-type>
+            <component-author>SALOME team</component-author>
+            <component-version>@SALOMEPYHELLO_VERSION@</component-version>
+            <component-comment></component-comment>
+            <component-impltype>1</component-impltype>
+            <component-icone>PYHELLO.png</component-icone>
+            <constraint></constraint>
+            <!-- Component services list -->
+            <component-interface-list>
+                <component-interface-name>PYHELLO_Gen</component-interface-name>
+                <component-interface-comment>unknown</component-interface-comment>
+                <component-service-list>
+                    <!-- Component service: makeBanner -->
+                    <component-service>
+                        <service-name>makeBanner</service-name>
+                        <service-author>vsr</service-author>
+                        <service-version>@SALOMEPYHELLO_VERSION@</service-version>
+                        <service-comment>unknown</service-comment>
+                        <service-by-default>0</service-by-default>
+                        <inParameter-list>
+                            <inParameter>
+                                <inParameter-name>name</inParameter-name>
+                                <inParameter-type>string</inParameter-type>
+                                <inParameter-comment>unknown</inParameter-comment>
+                            </inParameter>
+                        </inParameter-list>
+                        <outParameter-list>
+                            <outParameter>
+                                <outParameter-name>return</outParameter-name>
+                                <outParameter-type>string</outParameter-type>
+                                <outParameter-comment>unknown</outParameter-comment>
+                            </outParameter>
+                        </outParameter-list>
+                        <DataStream-list></DataStream-list>
+                    </component-service>
+                    <!-- Component service: createObject -->
+                    <component-service>
+                        <service-name>createObject</service-name>
+                        <service-author>vsr</service-author>
+                        <service-version>@SALOMEPYHELLO_VERSION@</service-version>
+                        <service-comment>unknown</service-comment>
+                        <service-by-default>0</service-by-default>
+                        <inParameter-list>
+                            <inParameter>
+                                <inParameter-name>name</inParameter-name>
+                                <inParameter-type>string</inParameter-type>
+                                <inParameter-comment>unknown</inParameter-comment>
+                            </inParameter>
+                        </inParameter-list>
+                        <outParameter-list></outParameter-list>
+                        <DataStream-list></DataStream-list>
+                    </component-service>
+                </component-service-list>
+            </component-interface-list>
+        </component>
+    </component-list>
 </begin-catalog>