-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpart.xml
44 lines (44 loc) · 1.05 KB
/
part.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version='1.0' encoding='UTF-8'?>
<part xmlns="http://qrtech.se/schemas/2014/05/part">
<partno>SM10002</partno>
<type>SM</type>
<name>AUTOSAR - Xcp</name>
<description/>
<languages>
<language>C</language>
</languages>
<tags>
<tag>CCP</tag>
<tag>XCP</tag>
<tag>CAN</tag>
<tag>ETHERNET</tag>
<tag>AUTOSAR</tag>
</tags>
<classifications>
<classification>QM</classification>
</classifications>
<licenses>
<license>
<name>LGPL</name>
<text/>
<link>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</link>
</license>
</licenses>
<copyrights>
<copyright>
<name>Joakim Plate</name>
<email>[email protected]</email>
</copyright>
<copyright>
<name>Peter Fridlund</name>
<email>[email protected]</email>
</copyright>
<copyright>
<name>QRTECH</name>
<email>[email protected]</email>
</copyright>
</copyrights>
<authors>
<author>Joakim Plate</author>
</authors>
</part>