sdm710-common: Add QC location support
Change-Id: If363679650179a0a7fad7b01055760b49caf26ca
This commit is contained in:
parent
a1db24fe8f
commit
85cf815a71
2 changed files with 47 additions and 0 deletions
|
@ -393,6 +393,37 @@
|
|||
-->
|
||||
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
|
||||
|
||||
<!-- Whether to enable network location overlay which allows network
|
||||
location provider to be replaced by an app at run-time. When disabled,
|
||||
only the config_networkLocationProviderPackageName package will be
|
||||
searched for network location provider, otherwise packages whose
|
||||
signature matches the signatures of config_locationProviderPackageNames
|
||||
will be searched, and the service with the highest version number will
|
||||
be picked. Anyone who wants to disable the overlay mechanism can set it
|
||||
to false.
|
||||
-->
|
||||
<bool name="config_enableNetworkLocationOverlay" translatable="false">false</bool>
|
||||
<!-- Package name providing network location support. Used only when
|
||||
config_enableNetworkLocationOverlay is false. -->
|
||||
<string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
|
||||
|
||||
<!-- Whether to enable fused location provider overlay which allows fused
|
||||
location provider to be replaced by an app at run-time. When disabled,
|
||||
only the config_fusedLocationProviderPackageName package will be
|
||||
searched for fused location provider, otherwise packages whose
|
||||
signature matches the signatures of config_locationProviderPackageNames
|
||||
will be searched, and the service with the highest version number will
|
||||
be picked. Anyone who wants to disable the overlay mechanism can set it
|
||||
to false.
|
||||
-->
|
||||
<bool name="config_enableFusedLocationOverlay" translatable="false">false</bool>
|
||||
<!-- Package name providing fused location support. Used only when
|
||||
config_enableFusedLocationOverlay is false. -->
|
||||
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
|
||||
|
||||
<!-- Component name of the combo network location provider. -->
|
||||
<string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string>
|
||||
|
||||
<!-- The bounding path of the cutout region of the main built-in display.
|
||||
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||
{@link android.util.PathParser}.
|
||||
|
|
|
@ -41,6 +41,22 @@ lib64/vendor.oppo.hardware.biometrics.fingerprint@2.1.so
|
|||
lib/vendor.qti.hardware.fingerprint@1.0.so
|
||||
lib64/vendor.qti.hardware.fingerprint@1.0.so
|
||||
|
||||
# GPS
|
||||
etc/permissions/com.qti.location.sdk.xml
|
||||
etc/permissions/com.qualcomm.location.xml
|
||||
etc/permissions/izat.xt.srv.xml
|
||||
etc/permissions/privapp-permissions-com.qualcomm.location.xml
|
||||
framework/com.qti.location.sdk.jar
|
||||
framework/izat.xt.srv.jar
|
||||
lib64/liblocationservice_jni.so
|
||||
lib64/libxt_native.so
|
||||
lib64/vendor.qti.gnss@1.0.so
|
||||
lib64/vendor.qti.gnss@1.1.so
|
||||
lib64/vendor.qti.gnss@1.2.so
|
||||
lib64/vendor.qti.gnss@2.0.so
|
||||
lib64/vendor.qti.gnss@2.1.so
|
||||
-priv-app/com.qualcomm.location/com.qualcomm.location.apk
|
||||
|
||||
# Media
|
||||
lib64/libmmosal.so
|
||||
lib/extractors/libmmparser.so
|
||||
|
|
Loading…
Reference in a new issue