22 Commits
udc ... bka

Author SHA1 Message Date
Michael Bestas
34d81d4fca blueline: Update namespace imports
Change-Id: I290656df6434bc851bb767f0275bf63c13a87433
2025-09-23 00:23:16 +02:00
Michael Bestas
ebfea496fd blueline: Remove vendor RenderScript implementation.
Change-Id: I5b156d1a199d5e1b80981fbad7f86fc5672ca41c
2025-04-08 02:12:44 +02:00
Michael Bestas
a38deab931 blueline: Enable ELF checks for libwpa_client dependent libs
Change-Id: I89bf14abf27a3712bbea046f149849db6c955fd8
2025-03-21 12:41:49 +01:00
fb67a19172 blueline: drop DeviceIntelligenceNetwork from vendor tree
* DeviceIntelligenceNetwork has been commonized in gapps, and make conflicts. Let's just drop it in vendor.

Signed-off-by: Onelots <onelots@onelots.fr>
2025-03-06 18:26:30 +01:00
Michael Bestas
e0c1819b19 blueline: Enable ELF checks for libril-qcril-hook-oem.so
Change-Id: Ib6e353eaaa2d39c176ea084fd39fcb7500a254d2
2025-03-06 18:20:02 +01:00
Michael Bestas
7f9ce85d26 blueline: Remove OMX blobs
Change-Id: Ie852e785b12bb1e2456fc195b80e24d9f8f444f2
2025-03-06 18:20:02 +01:00
Michael Bestas
1825cf25b2 blueline: Regenerate blueprint with python extract utils
Change-Id: Ibd0e19fe736f8656ac2cb476578a6aeb7197b239
2025-03-06 18:20:02 +01:00
Michael Bestas
d029430836 blueline: Regenerate with python extract utils
Change-Id: Ibf465ac373db122d86a28ce2a95c453897f330a5
2025-03-06 18:20:02 +01:00
Michael Bestas
8a22eadc90 blueline: Regenerate xml files
Change-Id: I38f7006b1496249d99af0edf4083eda9255d5d11
2025-03-06 18:20:02 +01:00
Michael Bestas
c64cabd17a blueline: Enable ELF checks
Change-Id: I7b3896f73bf9fc5a8e746e0b595348d017edd986
2025-03-06 18:20:02 +01:00
Michael Bestas
443d482009 blueline: Correct libdsp_streamer_add_constant location
Change-Id: Iecb85e2981ac646ebe30a09dceff5b76b4d2da1a
2025-03-06 18:20:02 +01:00
Michael Bestas
cc57277713 blueline: Remove unused libcamxncs
Change-Id: Ifcd499d492066d0f63acf3b58dba0df8943f9bb1
2025-03-06 18:20:01 +01:00
Michael Bestas
f1b400bf52 blueline: Remove unused 32bit RIL libs
Change-Id: I6ba15b170b223e37c906cfa822662529950ad293
2025-03-06 18:20:01 +01:00
Michael Bestas
d1988a3ed5 blueline: Remove unused IMS libs
Change-Id: I872d5e8992021b61c730b1d1fdc9381cb95e044b
2025-03-06 18:20:01 +01:00
Michael Bestas
3cb6201e14 blueline: Remove unused GPS libs
Change-Id: Ie7fc76cb0ffd581fa48c17bb2aba519de124b959
2025-03-06 18:20:01 +01:00
Michael Bestas
400a3bfbf1 blueline: Patch citadel to load pixelatoms-cpp-legacy.so
Change-Id: I1991ce8e8f270e67ea4e5aa5d86db37513ccbc7d
2025-03-06 18:20:01 +01:00
Michael Bestas
2ab33a3ace blueline: Replace shim libs with the actual libs
Change-Id: Icae56ea9b55d0c0848562ff24ca2d0479e0bb30d
2025-03-06 18:20:01 +01:00
Michael Bestas
b74584897d blueline: Correct EGL symlinks
Change-Id: I5f26b7a9f41628e5e269a8f9b227345460a4834d
2024-11-03 05:58:24 +02:00
Michael Bestas
c350c17fde blueline: Switch to AOSP Wi-Fi service
Change-Id: I4f41a7e7383c57b6abd9dd9bdb8637eb59e7d469
2024-11-03 05:58:24 +02:00
Michael Bestas
d3bdbf4e3a blueline: Shim rebootescrow/keymaster/libwvhidl with libcrypto_shim
Change-Id: I8403e9be4bbeee3c9797700c1fb531bc08258915
2024-11-03 05:58:23 +02:00
Michael Bestas
575e2b13d9 blueline: Add xml suffix to prebuilt_etc_xml modules
Change-Id: I300736b0ebc729f9732827751410c7a32952b08f
2024-09-08 02:47:19 +03:00
Michael Bestas
8faea655e3 blueline: Regenerate after extract script changes
Change-Id: If44a93e548186b63e1ea94643627e314ccd6ca36
2024-08-29 12:40:08 +03:00
193 changed files with 17571 additions and 2712 deletions

17876
Android.bp

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/google/blueline/setup-makefiles.sh
LOCAL_PATH := $(call my-dir)

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/google/blueline/setup-makefiles.sh
AB_OTA_PARTITIONS += \
abl \

File diff suppressed because it is too large Load Diff

View File

@@ -7,4 +7,4 @@
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
</privapp-permissions>
</permissions>
</permissions>

View File

@@ -4,4 +4,4 @@
<permission name="android.permission.MODIFY_PHONE_STATE"/>
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
</privapp-permissions>
</permissions>
</permissions>

View File

@@ -11,4 +11,4 @@
<permission name="android.permission.WRITE_APN_SETTINGS"/>
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
</privapp-permissions>
</permissions>
</permissions>

View File

@@ -4,4 +4,4 @@
<permission name="android.permission.MODIFY_PHONE_STATE"/>
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
</privapp-permissions>
</permissions>
</permissions>

View File

@@ -1,66 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016-2017 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<resources>
<profiles>
<profile id="1">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-64,-70</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-67,-73</RSSIDropThreshold>
</profile>
<profile id="2">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-78,-78</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-85,-87</RSSIDropThreshold>
</profile>
<profile id="3">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-72,-72</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-79,-79</RSSIDropThreshold>
</profile>
<profile id="4">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-72,-75</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-75,-80</RSSIDropThreshold>
</profile>
</profiles>
</resources>

View File

@@ -1,80 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016-2017 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<resources>
<profiles>
<profile id="1">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-78,-78</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-85,-87</RSSIDropThreshold>
</profile>
<profile id="2">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-64,-70</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-67,-73</RSSIDropThreshold>
</profile>
<profile id="3">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-72,-75</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-75,-80</RSSIDropThreshold>
</profile>
<profile id="4">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-72,-72</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-79,-79</RSSIDropThreshold>
</profile>
<profile id="5">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-70,-75</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-73,-79</RSSIDropThreshold>
</profile>
</profiles>
</resources>

View File

@@ -1,94 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016-2017 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<resources>
<profiles>
<profile id="1">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-64,-69</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-67,-72</RSSIDropThreshold>
</profile>
<profile id="2">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-78,-83</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-82,-87</RSSIDropThreshold>
</profile>
<profile id="3">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-67,-72</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-70,-75</RSSIDropThreshold>
</profile>
<profile id="4">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-82,-83</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-85,-87</RSSIDropThreshold>
</profile>
<profile id="5">
<!-- RSSI threshold from which all values greater than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-75,-75</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-79,-79</RSSIDropThreshold>
</profile>
<profile id="6">
<!-- RSSI threshold from which all values greather than it is
considered to be good for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIAddThreshold units="dbm">-75,-75</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is
considered to be bad for wlan to be
a candidate for interface selection -->
<!-- NOTE: There needs to be two threshold values
first one for 2.4 GHz and the second for 5 GHz -->
<RSSIDropThreshold units="dbm">-79,-80</RSSIDropThreshold>
</profile>
</profiles>
</resources>

View File

@@ -1,388 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright (c) 2012-2016 Qualcomm Technologies, Inc. All Rights Reserved. Qualcomm Technologies Proprietary and Confidential.-->
<AndsfPolicy>
<Man>Qualcomm</Man>
<Mod>FFA</Mod>
<Andsf>
<Version>5.0</Version>
<Name>Test 1</Name>
<!-- ISRP>
<ForFlowBased>
<IPFlow>
<AddressType>IPv4</AddressType>
<StartSourceIPAddress>192.0.2.0</StartSourceIPAddress>
<EndSourceIPAddress>192.0.2.255</EndSourceIPAddress>
<StartDestIPAddress>74.125.224.0</StartDestIPAddress>
<EndDestIPAddress>74.125.224.255</EndDestIPAddress>
<ProtocolType>6</ProtocolType>
<StartSourcePortNumber>1</StartSourcePortNumber>
<EndSourcePortNumber>65535</EndSourcePortNumber>
<StartDestPortNumber>1</StartDestPortNumber>
<EndDestPortNumber>65535</EndDestPortNumber>
<AppName>SomeAppName</AppName>
<Direction>0</Direction>
<QoS>0</QoS>
</IPFlow>
<RoutingCriteria>
<ValidityArea>
<_3GPP_Location>
<PLMN>ATT</PLMN>
<TAC>SAN DIEGO</TAC>
<LAC>SAN DIEGO</LAC>
<GERAN_CI>F</GERAN_CI>
<UTRAN_CI>1E</UTRAN_CI>
<EUTRA_CI>1D</EUTRA_CI>
</_3GPP_Location>
<_3GPP2_Location>
<_1x>
<SID>10</SID>
<NID>255</NID>
<Base_ID>255</Base_ID>
</_1x>
<HRPD>
<Sector_ID>12345678</Sector_ID>
<Netmask>5</Netmask>
</HRPD>
</_3GPP2_Location>
<WiMAX_Location>
<NAP-ID>NAP</NAP-ID>
<BS-ID>BS</BS-ID>
</WiMAX_Location>
<WLAN_Location>
<HESSID>QCOM</HESSID>
<SSID>Cerberus</SSID>
<BSSID>12345678</BSSID>
</WLAN_Location>
<Geo_Location>
<Circular>
<AnchorLatitude>0</AnchorLatitude>
<AnchorLongitude>0</AnchorLongitude>
<Radius>10</Radius>
</Circular>
</Geo_Location>
</ValidityArea>
<TimeOfDay>
<TimeStart>003000</TimeStart>
<TimeStop>235959</TimeStop>
<DateStart>19750201</DateStart>
<DateStop>20120228</DateStop>
</TimeOfDay>
<APN>IMS</APN>
</RoutingCriteria>
<RoutingRule>
<AccessTechnology>1</AccessTechnology>
<AccessNetworkPriority>1</AccessNetworkPriority>
</RoutingRule>
<RoutingRule>
<AccessTechnology>3</AccessTechnology>
<AccessId>Cerberus</AccessId>
<SecondaryAccessId>QCOM</SecondaryAccessId>
<AccessNetworkPriority>5</AccessNetworkPriority>
</RoutingRule>
<RulePriority>2</RulePriority>
</ForFlowBased>
<Roaming>0</Roaming>
<UpdatePolicy>0</UpdatePolicy>
<PLMN>ATT</PLMN>
</ISRP -->
<Ext>
<WQE>
<InterfaceManager>
<BQE_Disabled>false</BQE_Disabled>
<ICD_Disabled>true</ICD_Disabled>
<!-- Default bqe thresholds where no apIds are specified. -->
<BQE_Thresholds Id="128">
<RadioTechnology Type="CDMA2000">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="EVDO_0">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="EVDO_A">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="EVDO_B">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="EDGE">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="UMTS">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="HSPA">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="HSDPA">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="GPRS">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="LTE">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="EHRPD">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
<RadioTechnology Type="HSPAP">
<Threshold units="bps">0</Threshold>
</RadioTechnology>
</BQE_Thresholds>
<!-- Suggested use of bqethreshold with specific apIds -->
<!-- BQE_Thresholds Id="1">
<apIds Type="SSID">
<apId>wifi-ap1</apId>
<apId>wifi-ap2</apId>
</apIds>
<RadioTechnology Type="CDMA2000">
<Threshold units="bps">100000</Threshold>
</RadioTechnology>
<RadioTechnology Type="EVDO_0">
<Threshold units="bps">200000</Threshold>
</RadioTechnology>
<RadioTechnology Type="EVDO_A">
<Threshold units="bps">400000</Threshold>
</RadioTechnology>
<RadioTechnology Type="EVDO_B">
<Threshold units="bps">600000</Threshold>
</RadioTechnology>
<RadioTechnology Type="EDGE">
<Threshold units="bps">100000</Threshold>
</RadioTechnology>
<RadioTechnology Type="UMTS">
<Threshold units="bps">200000</Threshold>
</RadioTechnology>
<RadioTechnology Type="HSPA">
<Threshold units="bps">600000</Threshold>
</RadioTechnology>
<RadioTechnology Type="HSDPA">
<Threshold units="bps">600000</Threshold>
</RadioTechnology>
<RadioTechnology Type="GPRS">
<Threshold units="bps">50000</Threshold>
</RadioTechnology>
<RadioTechnology Type="LTE">
<Threshold units="bps">1000000</Threshold>
</RadioTechnology>
<RadioTechnology Type="EHRPD">
<Threshold units="bps">600000</Threshold>
</RadioTechnology>
<RadioTechnology Type="HSPAP">
<Threshold units="bps">600000</Threshold>
</RadioTechnology>
</BQE_Thresholds -->
<Authentication>
<MaxAuthTime>60</MaxAuthTime>
<IcdBanRetest>3</IcdBanRetest>
<AuthApps>
<Appname>someauthapp1</Appname>
<Appname>someauthapp2</Appname>
<Appname>someauthapp3</Appname>
</AuthApps>
</Authentication>
<ICD config-type="disabled">
</ICD>
<!-- The below list is only for reference to enable/disable ICD per SSID basis
<ICD config-type="disabled">
<apIds Type="SSID">
<apId>wifi-ap1</apId>
<apId>wifi-ap2</apId>
</apIds>
</ICD>
OR
<ICD config-type="enabled">
<apIds Type="SSID">
<apId>wifi-ap3</apId>
<apId>wifi-ap4</apId>
</apIds>
</ICD>
-->
<TQE>
<!-- Default node for TQE_Thresholds element -->
<TQE_Thresholds Id ="128">
<!-- Disabling Broken Backhaul Detector module -->
<BBD_Disabled>false</BBD_Disabled>
<!-- Disabling Degraded Backhaul Detector module -->
<DBD_Disabled>false</DBD_Disabled>
<!-- Threshold on downlink gap indicator metric -->
<DGIMThresh units="msecs">400</DGIMThresh>
<!-- DBD always returns pass when average device throughput is greater than min(DBDTputThresh,BQE_Threshold) -->
<DBDTputThresh units="bps">1000000</DBDTputThresh>
<!-- Time window for TQE history -->
<TQETimeWindow units="secs">20</TQETimeWindow>
<!-- Minimum fraction of sockets reporting BAD (among valid ones) to declare TQE FAIL -->
<RatioThresh>0.2</RatioThresh>
</TQE_Thresholds>
<!-- The next element is for reference only to show how to -->
<!-- set up TQE thresholds for a list of specific apids -->
<!--
<TQE_Thresholds Id ="1">
<apIds Type="SSID">
<apId>operatorSsid1</apId>
<apId>operatorSsid2</apId>
</apIds>
<BBD_Disabled>false</BBD_Disabled>
<DBD_Disabled>false</DBD_Disabled>
<DGIMThresh units="msecs">400</DGIMThresh>
<DBDTputThresh units="bps">1000000</DBDTputThresh>
<TQETimeWindow units="secs">20</TQETimeWindow>
<RatioThresh>0.2</RatioThresh>
</TQE_Thresholds>
-->
</TQE>
</InterfaceManager>
</WQE>
<CQE prodId="Rome">
<!-- Default node for CQE_Thresholds element -->
<CQE_Thresholds Id ="128">
<!-- RSSI threshold from which all values greather than it is considered as good for wlan to be -->
<!-- a candidate for interface selection -->
<RSSIAddThreshold units="dbm">-86,-86</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is considered as bad for wlan to be -->
<!-- a candidate for interface selection -->
<RSSIDropThreshold units="dbm">-91,-91</RSSIDropThreshold>
<!-- Interval over whcih RSSI values are averaged -->
<RSSIAveragingInterval units="secs">5</RSSIAveragingInterval>
<!-- RSSI threshold below which MAC hysteresis timer is not started -->
<RSSIMacTimerThreshold units="dbm">-91</RSSIMacTimerThreshold>
<!-- Periodic timer to evaluate CQE parameters including RSSI and MAC stats -->
<!-- Setting CQETimer to zero disables the CQE -->
<CQETimer units="secs">2</CQETimer>
<!-- Time for which CQE is not reevaluted after it was declared bad due to MAC stats -->
<MACHysteresisTimer units="secs">120</MACHysteresisTimer>
<!-- Alpha to compute RSSI averaging based on IIR filtering mechanism -->
<MACStatsAveragingAlpha>0.36</MACStatsAveragingAlpha>
<!-- Threshold for RX MPDU PER -->
<RMP_THR>0.05</RMP_THR>
<!-- Minimum MPDU count to activate RX MPDU PER -->
<RMP_CNT_THR>19</RMP_CNT_THR>
<!-- Cutoff RX MCS index -->
<RX_MCS_THR>5</RX_MCS_THR>
<!-- Cutoff RX BW index -->
<RX_BW_THR>0</RX_BW_THR>
<!-- Threshold for TX MSDU drop -->
<TMD_THR>0.01</TMD_THR>
<!-- Minimum MSDU count to activate TX MSDU drop -->
<TMD_CNT_THR>1</TMD_CNT_THR>
<!-- Threshold for MPDU retry rate -->
<TMR_THR>0.82</TMR_THR>
<!-- Minimum MPDU count to activate MPDU retry rate -->
<TMR_CNT_THR>6</TMR_CNT_THR>
<!-- Cutoff TX MCS index -->
<TX_MCS_THR>9</TX_MCS_THR>
<!-- Cutoff TX BW index -->
<TX_BW_THR>3</TX_BW_THR>
<!-- Maximum MPDU count to activate RX MPDU PER -->
<RMP_UBCNT_THR>100</RMP_UBCNT_THR>
<!-- Maximum MPDU count to activate MPDU retry rate -->
<TMR_UBCNT_THR>300</TMR_UBCNT_THR>
<!-- Threshold for PERAM -->
<PERAM_THR>0.25</PERAM_THR>
<!-- Minimum MPDU count to activate PERAM -->
<PERAM_CNT_THR>10</PERAM_CNT_THR>
<!-- Maximum MPDU count to activate PERAM -->
<PERAM_UBCNT_THR>80</PERAM_UBCNT_THR>
<!-- CQE throughput Threshold-->
<CQE_TPUT_THR>1000000</CQE_TPUT_THR>
</CQE_Thresholds>
</CQE>
<CQE prodId="Pronto">
<!-- Default node for CQE_Thresholds element -->
<CQE_Thresholds Id ="128">
<!-- RSSI threshold from which all values greather than it is considered as good for wlan to be -->
<!-- a candidate for interface selection -->
<RSSIAddThreshold units="dbm">-86,-86</RSSIAddThreshold>
<!-- RSSI threshold from which all values lesser than it is considered as bad for wlan to be -->
<!-- a candidate for interface selection -->
<RSSIDropThreshold units="dbm">-91,-91</RSSIDropThreshold>
<!-- RSSI threshold from which to select linear model to compute CQE metric -->
<RSSIModelThreshold units="dbm">-72</RSSIModelThreshold>
<!-- Interval over whcih RSSI values are averaged -->
<RSSIAveragingInterval units="secs">5</RSSIAveragingInterval>
<!-- RSSI threshold below which MAC hysteresis timer is not started -->
<RSSIMacTimerThreshold units="dbm">-91</RSSIMacTimerThreshold>
<!-- Periodic timer to evaluate CQE parameters including RSSI and MAC stats -->
<!-- Setting CQETimer to zero disables the CQE -->
<CQETimer units="secs">2</CQETimer>
<!-- Time for which CQE is not reevaluted after it was declared bad due to MAC stats -->
<MACHysteresisTimer units="secs">120</MACHysteresisTimer>
<!-- Alpha to compute RSSI averaging based on IIR filtering mechanism -->
<MACStatsAveragingAlpha>0.5</MACStatsAveragingAlpha>
<!-- The threshold indicating the number of frames below which no valid CQE estimation can't be done -->
<FrameCntThreshold units="frames">3</FrameCntThreshold>
<!-- The threshold indicating the number of last samples below which valid CQE estimation can't be done -->
<ColdStartThreshold units="frames">2</ColdStartThreshold>
<!-- The threshold that ultimately decides the wlan is good or bad based on the combined MAC parameters -->
<!-- such as retry, multi-retry, fail and ack fail metric -->
<!-- when average RSSI is greater than RSSIModelThreshold -->
<MACMibThreshold2a>0.25</MACMibThreshold2a>
<!-- The weightage that given to retry metric in computation of CQE -->
<!-- when average RSSI is greater than RSSIModelThreshold -->
<RetryMetricWeight2a>0.2347</RetryMetricWeight2a>
<!-- The weightage that given to multi-retry metric in computation of CQE -->
<!-- when average RSSI is greater than RSSIModelThreshold -->
<MultiRetryMetricWeight2a>0.0489</MultiRetryMetricWeight2a>
<!-- The threshold that ultimately decides the wlan is good or bad based on the combined MAC parameters -->
<!-- such as retry, multi-retry, fail and ack fail metric -->
<!-- when average RSSI is less than or equal to RSSIModelThreshold -->
<MACMibThreshold2b>0.22</MACMibThreshold2b>
<!-- The weightage that given to retry metric in computation of CQE -->
<!-- when average RSSI is less than or equal to RSSIModelThreshold -->
<RetryMetricWeight2b>0.2281</RetryMetricWeight2b>
<!-- The weightage that given to multi-retry metric in computation of CQE -->
<!-- when average RSSI is less than or equal to RSSIModelThreshold -->
<MultiRetryMetricWeight2b>0.1314</MultiRetryMetricWeight2b>
</CQE_Thresholds>
<!-- The next element is for reference only to show how to set up CQE thresholds for a list of specific apids -->
<!--
<CQE_Thresholds Id ="1">
<apIds Type="SSID">
<apId>operatorSsid1</apId>
<apId>operatorSsid2</apId>
</apIds>
<RSSIAddThreshold units="dbm">-82</RSSIAddThreshold>
<RSSIDropThreshold units="dbm">-90</RSSIDropThreshold>
<RSSIModelThreshold units="dbm">-85</RSSIModelThreshold>
<RSSIAveragingInterval units="secs">4</RSSIAveragingInterval>
<RSSIMacTimerThreshold units="dbm">-93</RSSIMacTimerThreshold>
<CQETimer units="secs">2</CQETimer>
<MACHysteresisTimer units="secs">110</MACHysteresisTimer>
<MACStatsAveragingAlpha>0.1</MACStatsAveragingAlpha>
<FrameCntThreshold units="frames">25</FrameCntThreshold>
<ColdStartThreshold units="frames">2</ColdStartThreshold>
<MACMibThreshold2a>0.25</MACMibThreshold2a>
<RetryMetricWeight2a>0.1061</RetryMetricWeight2a>
<MultiRetryMetricWeight2a>0.0984</MultiRetryMetricWeight2a>
<MACMibThreshold2b>0.45</MACMibThreshold2b>
<RetryMetricWeight2b>0.3072</RetryMetricWeight2b>
<MultiRetryMetricWeight2b>0.5156</MultiRetryMetricWeight2b>
</CQE_Thresholds>
-->
</CQE>
</Ext>
</Andsf>
<!-- The next element is for reference only to show how to config ANDSF
parameters for another version that may be supported on the device -->
<!--
<Andsf>
<Version>4.3</Version>
<Name>Test 1</Name>
<Ext>
<WQE>
<InterfaceManager>
<BQE_Disabled>false</BQE_Disabled>
<ICD_Disabled>false</ICD_Disabled>
<BQE_Thresholds Id="128">
<RadioTechnology Type="CDMA2000">
<Threshold units="bps">100000</Threshold>
</RadioTechnology>
</BQE_Thresholds>
</InterfaceManager>
</WQE>
<CQE>
</CQE>
</Ext>
</Andsf>
-->
</AndsfPolicy>

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2019 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<permissions>
<privapp-permissions package="com.quicinc.cne.CNEService">
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
<permission name="android.permission.PACKET_KEEPALIVE_OFFLOAD"/>
</privapp-permissions>
</permissions>

Binary file not shown.

View File

View File

View File

0
proprietary/vendor/bin/hw/android.hardware.drm@1.3-service.widevine vendored Normal file → Executable file
View File

View File

Binary file not shown.

View File

View File

View File

View File

Binary file not shown.

0
proprietary/vendor/bin/hw/android.hardware.sensors@2.0-service vendored Normal file → Executable file
View File

View File

0
proprietary/vendor/bin/hw/citadel_updater vendored Normal file → Executable file
View File

BIN
proprietary/vendor/bin/hw/citadeld vendored Normal file → Executable file

Binary file not shown.

0
proprietary/vendor/bin/hw/init_citadel vendored Normal file → Executable file
View File

View File

View File

BIN
proprietary/vendor/bin/hw/vendor.qti.media.c2@1.0-service vendored Normal file → Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -63,4 +63,4 @@ Confidential and Proprietary - Qualcomm Technologies, Inc.
<RSSIDropThreshold units="dbm">-75,-80</RSSIDropThreshold>
</profile>
</profiles>
</resources>
</resources>

View File

@@ -77,4 +77,4 @@ Confidential and Proprietary - Qualcomm Technologies, Inc.
<RSSIDropThreshold units="dbm">-73,-79</RSSIDropThreshold>
</profile>
</profiles>
</resources>
</resources>

View File

@@ -91,4 +91,4 @@ Confidential and Proprietary - Qualcomm Technologies, Inc.
<RSSIDropThreshold units="dbm">-79,-80</RSSIDropThreshold>
</profile>
</profiles>
</resources>
</resources>

View File

@@ -1,4 +0,0 @@
service vendor.google.radioext@1.0 /vendor/bin/hw/vendor.google.radioext@1.0-service
class hal
user radio
group radio

View File

@@ -1,10 +0,0 @@
service vendor.wifi_hal_legacy /vendor/bin/hw/vendor.google.wifi_ext-service-vendor
interface aidl android.hardware.wifi.IWifi/default
class hal
capabilities NET_ADMIN NET_RAW
user wifi
group wifi gps system
on post-fs-data
mkdir /data/vendor/firmware 0770 system system
mkdir /data/vendor/firmware/wifi 0750 wifi wifi

View File

@@ -1,16 +0,0 @@
<!--
Input:
vendor/google/interfaces/wifi_ext/aidl/default/manifest_wifi_ext_aidl.xml
-->
<manifest version="8.0" type="device">
<hal format="aidl">
<name>android.hardware.wifi</name>
<version>2</version>
<fqname>IWifi/default</fqname>
</hal>
<hal format="aidl">
<name>vendor.google.wifi_ext</name>
<version>2</version>
<fqname>IWifiExt/default</fqname>
</hal>
</manifest>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More