Initial N bringup
Signed-off-by: karthick111 <karthickrko61@gmail.com>
This commit is contained in:
parent
491d531511
commit
088d6e179c
4 changed files with 0 additions and 19 deletions
|
@ -1,3 +0,0 @@
|
|||
# CNE / DPM
|
||||
BOARD_USES_QCNE := true
|
||||
TARGET_LDPRELOAD := libNimsWrap.so
|
|
@ -266,10 +266,6 @@
|
|||
<!-- Is the device capable of hot swapping an UICC Card -->
|
||||
<bool name="config_hotswapCapable">true</bool>
|
||||
|
||||
<!-- Flag indicating emergency calls will always use IMS irrespective of the state of
|
||||
the IMS connection -->
|
||||
<bool name="useImsAlwaysForEmergencyCall">false</bool>
|
||||
|
||||
<!-- Flag specifying whether VoLTE is available on device -->
|
||||
<bool name="config_device_volte_available">true</bool>
|
||||
|
||||
|
@ -361,9 +357,6 @@
|
|||
<!-- Operating volatage for bluetooth controller. 0 by default-->
|
||||
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">3700</integer>
|
||||
|
||||
<!-- Component name of the combo network location provider. -->
|
||||
<string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string>
|
||||
|
||||
<!-- Flag indicating which package name can access the persistent data partition -->
|
||||
<string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# CNE
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.cne.feature=1
|
|
@ -9,9 +9,3 @@ PRODUCT_BOOT_JARS += \
|
|||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml
|
||||
|
||||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.gps.qc_nlp_in_use=1 \
|
||||
persist.loc.nlp_name=com.qualcomm.location \
|
||||
ro.gps.agps_provider=1
|
||||
|
|
Loading…
Reference in a new issue