Revert "sdm710-common: Add QC location support"
This reverts commit 85cf815a71
.
This commit is contained in:
parent
8b29969b03
commit
01d35d0c98
2 changed files with 2 additions and 48 deletions
|
@ -278,7 +278,7 @@
|
|||
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
|
||||
|
||||
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
|
||||
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
|
||||
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
|
||||
|
||||
<!-- Operating volatage for bluetooth controller. 0 by default-->
|
||||
<integer name="config_bluetooth_operating_voltage_mv">3300</integer>
|
||||
|
@ -366,37 +366,6 @@
|
|||
that can be set by the user. -->
|
||||
<integer name="config_screenBrightnessDoze">17</integer>
|
||||
|
||||
<!-- 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}.
|
||||
|
@ -418,3 +387,4 @@
|
|||
<dimen name="status_bar_height_portrait">88.0px</dimen>
|
||||
<dimen name="status_bar_height_landscape">28.0dp</dimen>
|
||||
</resources>
|
||||
|
||||
|
|
|
@ -46,22 +46,6 @@ 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