Set pkg type while unregistering security context
[platform/core/appfw/app-installers.git] / src / unit_tests / test_samples / plugins / tag-manifest / tizen-manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="org.tizen.testapp" version="1.0.0">
3     <author email="tester@samsung.com" href="www.tizen.org">tester</author>
4     <description>This is default description</description>
5     <description xml:lang="en-us">This is test description</description>
6     <ui-application appid="org.tizen.testapp.main" exec="testapp" multiple="false" nodisplay="false" taskmanage="true" type="capp">
7         <label>testapp</label>
8         <label xml:lang="en-us">Test</label>
9         <icon>testapp.png</icon>
10         <app-control>
11             <mime name="EditMime"/>
12             <operation name="http://tizen.org/appcontrol/operation/edit"/>
13             <uri name="EditUri"/>
14         </app-control>
15         <app-control>
16             <operation name="http://tizen.org/appcontrol/operation/view"/>
17             <uri name="ViewUri"/>
18             <mime name="ViewMime"/>
19         </app-control>
20         <datacontrol access="ReadOnly" providerid="http://testapp.com/datacontrol/provider/testapp" type="Sql"/>
21         <datacontrol access="ReadOnly" providerid="http://testapp.com/datacontrol/provider/testapp" type="Map"/>
22     </ui-application>
23     <test>
24     </test>
25 </manifest>