Gps service /
tizen-manifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="2.4" package="$(packageName)" version="1.0.0">
<profile name="$(packageProfile)" />
<service-application appid="$(packageName)" exec="$(appName)" type="capp" multiple="false" taskmanage="false" nodisplay="true">
<label>$(appName)</label>
</service-application>
<privileges>
<privilege>http://tizen.org/privilege/location</privilege>
</privileges>
<feature name="http://tizen.org/feature/location">true</feature>
<feature name="http://tizen.org/feature/location.gps">true</feature>
</manifest>