[r1]: / trunk / mcp3008 / package.manifest  Maximize  Restore  History

Download this file

47 lines (46 with data), 1.4 kB

 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
45
46
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package>
	<Strings>
		<String Id="GeneralName">
			<Neutral>SPI MCP3008</Neutral>
		</String>
		<String Id="GeneralCopyright">
			<Neutral>Copyright (c) 2016-2018 by 3S-Smart Software Solutions GmbH. All rights reserved.</Neutral>
		</String>
		<String Id="GeneralDescription">
			<Neutral>This Package contains the open source driver for the MCP3008.</Neutral>
		</String>
		<String Id="license">
			<Neutral>license.txt</Neutral>
		</String>
	</Strings>
	<General>
		<Id>d4cf73eb-ddbf-4a0f-babd-7b30a6606ef5</Id>
		<Version>1.0.0.0</Version>
		<Name>$GeneralName</Name>
		<Vendor>Open Source</Vendor>
		<Copyright>$GeneralCopyright</Copyright>
		<Description>$GeneralDescription</Description>
		<LicenseAgreement>$license</LicenseAgreement>
		<RequiredInstallerVersion>3.5.6.0</RequiredInstallerVersion>
	</General>
	<Components>
		<Component>
			<General>
				<Id>0</Id>
				<Name>SPI MPC3008</Name>
				<Description>SPI MCP3008</Description>
				<Selectable>False</Selectable>
				<SelectedByDefault>True</SelectedByDefault>
			</General>
			<Items>
				<DeviceDescription>
					<Path>Devices/MCP3008.devdesc.xml</Path>
				</DeviceDescription>
				<Library>
					<Path>Libraries/SPI_MCP3008.library</Path>
				</Library>
			</Items>
		</Component>
	</Components>
</Package>