[Release] wrt-installer_0.1.9
[framework/web/wrt-installer.git] / tests / general / widgets / tizen_appservice_disposition / config.xml
1 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets"
2     id="http://test.samsung.com/widget/wac/tizen_appservice"
3     version="1.0.0"
4     min-version="1.0">
5   <name short="Disposition">Disposition_attribute</name>
6   <icon src="icon.png" height="75" width="75"/>
7   <tizen:appservice src="edit1.html" operation="http://tizen.org/appsvc/operation/edit" mime="image/jpg" />
8   <tizen:appservice src="edit2.html" operation="http://tizen.org/appsvc/operation/view" mime="audio/ogg" disposition="window"/>
9   <tizen:appservice src="edit3.html" operation="http://tizen.org/appsvc/operation/call" mime="image/png" disposition="inline"/>
10   <tizen:appservice src="edit4.html" operation="http://tizen.org/appsvc/operation/send" mime="text/css" disposition="wrongone"/>
11   <content src="index.html" />
12 </widget>