Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / tizen / RESampleServerApp / lib / ResourceContainerConfig.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <container>
3     <bundle>
4         <id>oic.bundle.hueSample</id>
5         <path>/opt/usr/apps/org.tizen.resampleserver/lib/libHueBundle.so</path>
6         <version>1.0.0</version>
7         <resources>
8             <resourceInfo>
9                 <name>light</name>
10                 <resourceType>oic.light.control</resourceType>
11                 <address>http://192.168.0.2/api/newdeveloper/lights/1</address>
12             </resourceInfo>
13         </resources>
14     </bundle>
15 </container>