Modify license statement.
[platform/framework/native/appwidget-service.git] / manifest.xml
index 2441cde..3b1da14 100644 (file)
@@ -1,15 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<Manifest xmlns="http://schemas.tizen.org/2012/06/manifest">
+<Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
     <Id>gi2qxenosh</Id>
     <Version>1.0.0</Version>
     <Type>C++App</Type>
-    <Vendors>
-        <Vendor Locale="eng-GB"/>
-    </Vendors>
+    <Author/>
     <Descriptions>
         <Description Locale="eng-GB"/>
     </Descriptions>
-    <Url/>
     <Requirements>
         <Feature Name="http://tizen.org/feature/platform.core.cpu.arch">x86</Feature>
         <Feature Name="http://tizen.org/feature/platform.core.fpu.arch">vfpv3</Feature>
     </Requirements>
     <Apps>
         <ApiVersion>2.1</ApiVersion>
-        <Secret/>
         <Privileges>
             <Privilege>http://tizen.org/privilege/application.launch</Privilege>
             <Privilege>http://tizen.org/privilege/appmanager.launch</Privilege>
+            <Privilege>http://tizen.org/privilege/application.kill</Privilege>
         </Privileges>
-        <ServiceApp AutoRestart="False" Default="True" ExecutableName="osp-livebox-service" LaunchOnBoot="False">
-            <Names>
-                <Name Locale="eng-GB">tizen livebox service</Name>
-            </Names>
+        <ServiceApp Name="osp-appwidget-service" Main="True">
+            <DisplayNames>
+                <DisplayName Locale="eng-GB">Tizen Appwidget Service</DisplayName>
+            </DisplayNames>
             <Icons/>
-            <AppControls/>
             <DataControls/>
             <LaunchConditions/>
             <Notifications/>