Salome HOME
917418b5259f3c5e0000730c7123011f22d3ebba
[modules/kernel.git] / resources / KERNELCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2  
3 <!-- XML component catalog -->
4 <begin-catalog>
5
6 <!-- Path prefix information -->
7
8 <path-prefix-list>
9 </path-prefix-list>
10
11 <!-- Commonly used types  -->
12 <type-list>
13   <type name="double" kind="double"/>
14   <type name="float" kind="double"/>
15   <type name="int" kind="int"/>
16   <type name="short" kind="int"/>
17   <type name="long" kind="int"/>
18   <type name="string" kind="string"/>
19   <type name="char" kind="string"/>
20   <type name="bool" kind="bool"/>
21   <type name="boolean" kind="bool"/>
22   <sequence name="dblevec" content="double"/>
23   <sequence name="intvec" content="int"/>
24   <sequence name="stringvec" content="string"/>
25   <sequence name="boolvec" content="bool"/>
26   <objref name="CALCIUM_integer" id="IDL:Ports/Calcium_Ports/Calcium_Integer_Port:1.0"/>
27   <objref name="CALCIUM_real" id="IDL:Ports/Calcium_Ports/Calcium_Real_Port:1.0"/>
28   <objref name="CALCIUM_double" id="IDL:Ports/Calcium_Ports/Calcium_Double_Port:1.0"/>
29   <objref name="CALCIUM_string" id="IDL:Ports/Calcium_Ports/Calcium_String_Port:1.0"/>
30   <objref name="CALCIUM_logical" id="IDL:Ports/Calcium_Ports/Calcium_Logical_Port:1.0"/>
31   <objref name="CALCIUM_boolean" id="IDL:Ports/Calcium_Ports/Calcium_Logical_Port:1.0"/>
32   <objref name="CALCIUM_complex" id="IDL:Ports/Calcium_Ports/Calcium_Complex_Port:1.0"/>
33   <objref name="Param_Double_Port" id="IDL:Ports/Param_Double_Port:1.0"/>
34   <objref name="BASIC_short" id="IDL:Ports/Data_Short_Port:1.0"/>
35   <objref name="Study" id="IDL:SALOMEDS/Study:1.0"/>
36   <objref name="SObject" id="IDL:SALOMEDS/SObject:1.0"/>
37   <objref name="SALOME/SenderDouble"/>
38   <objref name="SALOME/SenderInt"/>
39   <objref name="SALOME/Matrix"/>
40 </type-list>
41
42 <!-- Component list -->
43 <component-list>
44         <component>
45                 <!-- Component identification -->
46                 <component-name>KERNEL</component-name>
47                 <component-username>Salome</component-username>
48                 <component-type>Other</component-type>
49                 <component-author>NRI</component-author>
50                 <component-version>@VERSION@</component-version>
51                 <component-comment>GUI Neutral Context</component-comment>
52                 <component-multistudy>1</component-multistudy>
53
54         <constraint>hostname = muna</constraint>
55         </component>
56         <component>
57                 <component-name>SalomeTestComponent</component-name>
58                 <component-username>SalomeTestComponent</component-username>
59                 <component-type>Other</component-type>
60                 <component-author>NRI</component-author>
61                 <component-version>@VERSION@</component-version>
62                 <component-comment>GUI Neutral Context</component-comment>
63                 <component-multistudy>1</component-multistudy>
64                 <constraint>'linux' ~ OS</constraint>
65         </component>
66         <component>
67                 <component-name>SALOME_TestComponentPy</component-name>
68                 <component-username>SALOME_TestComponentPy</component-username>
69                 <component-type>Other</component-type>
70                 <component-author>NRI</component-author>
71                 <component-version>@VERSION@</component-version>
72                 <component-comment>GUI Neutral Context</component-comment>
73                 <component-multistudy>1</component-multistudy>
74                 <constraint>'linux' ~ OS</constraint>
75         </component>
76 </component-list>
77 </begin-catalog>