Salome HOME
Increment version: 8.4.0
[samples/pyhello.git] / resources / PYHELLOCatalog.xml.in
index dae8a28f9b31a180cea862cd9c34aa1b95713e6f..8ba188728434cb616d6259e32c593914a63db92c 100644 (file)
 <?xml version='1.0' encoding='us-ascii' ?>
-<!-- XML component catalog -->
-<begin-catalog>
+<!--
+  Copyright (C) 2007-2016  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, or (at your option) any later version.
 
-<!-- Path prefix information -->
+  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.
 
-<path-prefix-list>
-</path-prefix-list>
+  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
 
-<!-- Component list -->
-<component-list>
+  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>
+    <!-- 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-multistudy>1</component-multistudy>
+            <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>theStudy</inParameter-name>
+                                <inParameter-type>Study</inParameter-type>
+                                <inParameter-comment>unknown</inParameter-comment>
+                            </inParameter>
+                            <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>