Add privacy related APIs
[platform/core/security/privilege-info.git] / test / org.tizen.test-privilege-info.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="org.tizen.test-privilege-info" version="1.0.1" install-location="internal-only">
3     <ui-application appid="org.tizen.test-privilege-info" exec="tc-privilege-info-app-privacy" nodisplay="true" multiple="false" type ="capp" taskmanage="false" component-type="svcapp">
4         <label>org.tizen.test-privilege-info</label>
5     </ui-application>
6     <privileges>
7         <privilege>http://tizen.org/privilege/account.read</privilege>
8         <privilege>http://tizen.org/privilege/contact.read</privilege>
9     </privileges>
10 </manifest>
11
12