File: info.xml

package info (click to toggle)
libm2k 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 95,580 kB
  • sloc: xml: 1,611,497; cpp: 16,278; python: 4,181; cs: 516; sh: 471; ansic: 403; makefile: 35
file content (25 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download | duplicates (2)
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
<productinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:noNamespaceSchemaLocation="optional">
    <?xml-stylesheet type="text/xsl"href="optional"?>
    <!-- info.xml file for the mytoolbox toolbox -->
    <!-- Version 1.0 -->
    <!-- Copyright (date) (owner).-->
    
    <!-- Supply the following six elements in the order specified -->
    <!-- (Required) Release of MATLAB. Not currently used but required -->
    <!-- to parse the file -->
    <matlabrelease>R2023a</matlabrelease>
    <!-- (Required) Title of toolbox. Appears in the Contents pane -->
    <name>Analog Devices, Inc. libm2k Bindings</name>
    <!-- (Required) Label for the toolbox. pick one: -->
    <!-- matlab, toolbox, simulink, blockset, links_targets  -->
    <type>toolbox</type>
    <!-- (Required) Icon file to display in the Start button. Not currently used -->
    <!-- but required to parse the file -->
    <icon>adi_logo.png</icon>
    <!-- (Required if you supply help) Relative path to help (HTML) folder -->
    <help_location>doc</help_location>
    <!-- (Required if you supply help) Icon used in the Help browser TOC -->
    <!-- Ignored in R2015a and later -->
    <help_contents_icon>adi_logo.png</help_contents_icon>
</productinfo>