699ded4940eb43659d27a3121df39542c6e0b702
[test/tct/web/wrt.git] / tct-ext02-wrt-tests / appcontrol-operation-send / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget id="http://tizen.org/appcontrol-operation-send" xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets">
3   <access origin="*"/>
4   <icon src="icon.png" height="117" width="117"/>
5   <name>appcontrol-operation-send</name>
6   <tizen:application id="wrt2aos021.AppcontrolOperationSend" package="wrt2aos021" required_version="2.1"/>
7   <tizen:setting screen-orientation="landscape" contextmenu="disable"/>
8   <tizen:app-control>
9     <tizen:src name="index.html"/>
10     <tizen:operation name="http://tizen.org/appcontrol/operation/send"/>
11     <tizen:mime name="*/*"/>
12     <tizen:uri name=""/>
13   </tizen:app-control>
14 </widget>