initial upload
[apps/native/smart-surveillance-camera.git] / smartthings-plugin / plugin / manifest.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2   <manifest xmlns="http://samsung.com/ns/plugin"
3       manifestVersionCode="0"
4       package="iot2018"
5       versionCode="1"
6       versionName="0.0.1"
7       minPluginSdkVersion="1.0.0">
8
9     <plugin label="default.plugin" icon="icon.png" >
10        <device type="none"
11          subType="none"
12          manufacturer="default.manufacturer"
13          manufacturerID="default.manufacturer.id" />
14     </plugin>
15     <privilegeLevel level="public"/>
16 </manifest>