Diff of /trunk/mcp3008/package.manifest [000000] .. [r1]  Maximize  Restore

Switch to unified view

a b/trunk/mcp3008/package.manifest
1
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2
<Package>
3
    <Strings>
4
        <String Id="GeneralName">
5
            <Neutral>SPI MCP3008</Neutral>
6
        </String>
7
        <String Id="GeneralCopyright">
8
            <Neutral>Copyright (c) 2016-2018 by 3S-Smart Software Solutions GmbH. All rights reserved.</Neutral>
9
        </String>
10
        <String Id="GeneralDescription">
11
            <Neutral>This Package contains the open source driver for the MCP3008.</Neutral>
12
        </String>
13
        <String Id="license">
14
            <Neutral>license.txt</Neutral>
15
        </String>
16
    </Strings>
17
    <General>
18
        <Id>d4cf73eb-ddbf-4a0f-babd-7b30a6606ef5</Id>
19
        <Version>1.0.0.0</Version>
20
        <Name>$GeneralName</Name>
21
        <Vendor>Open Source</Vendor>
22
        <Copyright>$GeneralCopyright</Copyright>
23
        <Description>$GeneralDescription</Description>
24
        <LicenseAgreement>$license</LicenseAgreement>
25
        <RequiredInstallerVersion>3.5.6.0</RequiredInstallerVersion>
26
    </General>
27
    <Components>
28
        <Component>
29
            <General>
30
                <Id>0</Id>
31
                <Name>SPI MPC3008</Name>
32
                <Description>SPI MCP3008</Description>
33
                <Selectable>False</Selectable>
34
                <SelectedByDefault>True</SelectedByDefault>
35
            </General>
36
            <Items>
37
                <DeviceDescription>
38
                    <Path>Devices/MCP3008.devdesc.xml</Path>
39
                </DeviceDescription>
40
                <Library>
41
                    <Path>Libraries/SPI_MCP3008.library</Path>
42
                </Library>
43
            </Items>
44
        </Component>
45
    </Components>
46
</Package>