summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Collapse)Author
2020-12-27sdm660-common: Remove hbtp componentsEthan Chen
Change-Id: Id2fb715d0dbe3b148603d0fe5b9ab301fbeea683
2020-12-27sdm660-common: Remove unused vendor.qti.hardware.wifi packagesTom Marshall
* The Lineage framework does not have a dependency on any of these packages, since we do not make use of Qualcomm WLAN value-adds. Change-Id: I8802d3159354a235c25e4d1d3b96cf280dbd5c20
2020-12-27sdm660-common: Migrate to Health 2.1 HALBruno Martins
Change-Id: Ic6302844ac58c16713b43b6871a705b9b4749a96
2020-12-20sdm660-common: Enable HidDeviceServiceMichael Bestas
* Turns out component-overrides doesn't handle the case where a feature is enabled in config.xml but disabled in overrides. Explicitly disabling HidDeviceService causes bluetooth to time out while turning on and stuck in a crash loop. Change-Id: Idcb678d03c5dc872942fd0fda9aabcbb5f5c9a55
2020-12-20sdm660-common: Drop QTI bluetooth stackMichael Bestas
Change-Id: Ifcbfb87a82e61e2d868c1889f026525210501223
2020-12-20sdm660-common: Move telephony related packages to /system_extMichael Bestas
Change-Id: I6819c2af9f0f6e0e3823b853277287fc5aa8d504
2020-12-20sdm660-common: Trim QTI whitelistsBruno Martins
Change-Id: Ia1d79cc421e2f49ee30ffe15a438dfed412df251
2020-12-20sdm660-common: Drop android.hardware.thermal HALLuK1337
android.hardware.thermal@1.0::IThermal/default is deprecated in compatibility matrix at FCM Version 4; it should not be served. Change-Id: Icc3c672a0bf6b9e4ee76ccf91e6cdca5fb778fde
2020-12-20sdm660-common: Build new aidl qti power HALArian
Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed
2020-12-20sdm660-common: Add protobuf vendorcompat libix5
Our blobs are compiled against libprotobuf-full-cpp.so, but starting in R, Android is using a versioned naming approach, e.g. libprotobuf-cpp-full-3.9.1.so. See https://r.android.com/1109518 The entry in public.libraries.txt is needed to allow the linker to find and use the lib outside the VNDK. See https://source.android.com/devices/tech/config/namespaces_libraries [wight554: added libprotobuf-cpp-lite as well] Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com> Change-Id: I28222c89e1e07017867088492a726ee9d45d8e6f
2020-12-20sdm660-common: Use component-override to configure BluetoothRyan Mitchell
Runtime Resource Overlays (RROs) can no longer change the value of resources in manifest when read during PackagerParser. This change uses component-override to enable the service by default. Remove usages of profile_supported_* from overlays as they no longer configure the enable state of Bluetooth components. Bug: 135048762 Test: adb shell pm query-services \ com.android.bluetooth/.a2dpsink.A2dpSinkService adb shell pm query-services \ com.android.bluetooth/.avrcp.AvrcpTargetService adb shell pm query-services \ com.android.bluetooth/.avrcpcontroller.AvrcpControllerService adb shell pm query-services \ com.android.bluetooth/.ba.BATService adb shell pm query-services \ com.android.bluetooth/.hid.HidDeviceService adb shell pm query-services \ com.android.bluetooth/.sap.SapService Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
2020-12-20sdm660-common: Enable IWLAN assisted modeLuca Stefani
Change-Id: Id9d8d9d2ed27dad2754abfa3887ee1a1ff97875a
2020-12-18sdm660-common: Remove gnss hidl entries in manifest.xmlYingjie Wang
Remove all android.hardware.gnss entries in manifest.xml, since these manifest fragments are moved to gps git projects. Change-Id: Ieb3b0b4244ff075ba254d2e3ad1209c92fd3a4d6 CRs-fixed: 2548467
2020-12-18sdm660-common: Remove usb hidl entry from manifest.xmlArian
Change-Id: I105e682daec37c5663592b3955565d46cdbc6f11
2020-12-18sdm660-common: Remove vintf entries that are now fragmentsLuK1337
Change-Id: I22b105b1340dff648bc5011b80f735b33d5fe370
2020-12-18sdm660-common: Enable v1.3 clearkey drm pluginRobert Shih
Bug: 139134043 Test: MediaDrmTest Change-Id: Ie34e59947577988f75fae52d22e3f573f4b92420 Signed-off-by: Arian <arian.kulmer@web.de>
2020-12-18sdm660-common: Move wpa_supplicant VINTF definition to wpa_supplicant moduleJimmy Chen
Bug: 36505680 Test: atest FrameworksNetTests Test: atest VtsHalWifiSupplicantV1_3TargetTest Test: connect EAP access point and verify PMK cache works correctly. Change-Id: I2c382765b8e84951fc17bb9f1c3785dcd66e7b51
2020-12-18sdm660-common: Remove hostapd hidl entry from manifest.xmllesl
This CL removes the definition for the hostapd hidl interface from manifest.xml and rely on vint-fragements entry. This is to avoid the need to modify the revision in future Bug: 145780363 Test: builds and wifi softap works Change-Id: I2b0d28b143e232ce60c56cbabfed3f685ab6bab9
2020-12-18sdm660-common: Remove IWifi hidl entry from manifest.xmlAhmed ElArabawy
This CL removes the definition for the IWifi hidl interface from manifest.xml and rely on vint-fragements entry. This is to avoid the need to modify the revision in future Bug: 138243400 Test: builds and wifi works Change-Id: Id36fb384bbbf55a976d315d6a374d5fb66f4e1bb
2020-12-18sdm660-common: Switch to Audio HAL V6Mikhail Naganov
Switch to Audio HAL V6 Bug: 141989952 Test: atest VtsHalAudioV6_0TargetTest atest VtsHalAudioEffectV6_0TargetTest manual audio "smoke" test on taimen and walleye Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8
2020-11-05sdm660-common: Update Widevine HIDL service to 1.2.Edwin Wong
Widevine HIDL service added new v1.2 media APIs, update the service version to 1.2. Test: Netflix and Play Movies & TV (streaming and offline playback) Test: GTS WidevineH264PlaybackTests test e.g. ANDROID_BUILD_TOP= ./android-gts/toolsefed run gts -m GtsMediaTestCases --test com.google.android.media.gts.WidevineH264PlaybackTests#testL1With480P30 bug: 117570686 Change-Id: I59500a9ea6df45c98b17edb3343c5c4829c6434b
2020-09-12sdm660-common: Update manifest entry to power HAL 1.2Michael Bestas
It rolled back when manifest was updated from CAF Change-Id: Ie33315f8bf86b56bbea1bf6239f425b3a4c33470
2020-06-01sdm660-common: Checkout media_codecs_performance.xml from ↵dianlujitao
LA.UM.8.2.r1-06700-sdm660.0 Change-Id: I9c21a1cdc3c737708482836ea9fab1da8a021750
2020-06-01sdm660-common: Enable graphics mapper version 2.1Arvind Kumar
Enable graphics mapper version 2.1 Change-Id: Iad70754a980eadcfd68752c76e569b503d398fae
2020-06-01sdm660-common: Update display config to version 1.9Karthi Kandasamy
upgrade display config version to 1.9 Change-Id: I29586a29b2091366fa975c2721fe1e507e62a537 Signed-off-by: c_kartka <kartka@codeaurora.org>
2020-06-01sdm660-common: media: Added performance point tag for sdm660Sanjay Singh
Q version expects publishing of performance points. Change-Id: I32f3b720bf63ab034fcbc2bd8b91f5a54de3bbd3
2020-06-01sdm660-common: media: update opus omx codec rankingSujin Panicker
Update opus omx codec ranking to give c2 implementation higher priority. Change-Id: I5fb0c91fe0f8c691868c92eb50536495b31132e2
2020-04-30sdm660-common: Decommonize SEdianlujitao
Change-Id: If3194b0a8d7ffc8a8d42d2f7c6a8dde9e4235d1d
2020-04-30sdm660-common: Decommonize cryptfs_hwChirayu Desai
* Not needed for file based encryption which is used on jasmine_sprout Change-Id: I92e8dafa5babc0d4cae5a7f599269a14fe645ae2
2020-04-30sdm660-common: Update media_codecs_performance to QErfan Abdi
Change-Id: I7dc518e769ce1f09531344ee46251e3cd8998145
2020-04-30sdm660-common: Drop framework matrixErfan Abdi
* We use target levels Change-Id: I36774f88e63f9361e62f7fcff4c7657cb7e03995
2020-04-30sdm660-common: Update FCM level to 3Erfan Abdi
Change-Id: I224783d5ca9501ecd6a50f9eb3f861068407ce3a
2020-04-30sdm660-common: Decommonize keymaster from manifestErfan Abdi
Change-Id: I357eddb54f334a3793260aeb7fc17adf51dc0611
2020-04-30sdm660-common: Enable CABC via livedisplaydianlujitao
Change-Id: I9292a62dc0b4a670ed6a4367ecd9a6e62058a5ae
2020-04-30sdm660-common: Update config from LA.UM.8.2.r1-05100-sdm660.0dianlujitao
Change-Id: I127d746d6f6534bf864dcb6d8fc703ee6ff2b3cf
2020-04-30sdm660-common: Update manifest from LA.UM.8.2.r1-05100-sdm660.0dianlujitao
Change-Id: I6710566f4ed4654dc674bb3cd485a35f60ff9cc6
2020-04-30sdm660-common: Checkout GPS config from jasmine V11.0.4.0.QDIMIXMdianlujitao
Change-Id: I27fa3dbb4b1d301a6cd60a6a0b224e35c18c4b46
2020-04-30sdm660-common: Add QCOM's WFD implementationArtem Borisov
* Sadly, out-of-the-box Miracast support was killed in P, so we need this to keep Wi-Fi display feature working. Change-Id: Id680d918b64c0e3733251db45992ec477b6fbdfb
2020-04-30sdm660-common: Add dummy perf profile.Quallenauge
Since lineageos 15.1 the power hal doesn't use the perf_lock_use_profile() method anymore. It was used to apply performance profiles. On startup the perfd daemon is looking for at least one profile which is used as default. So there is only a perf-profiles0.conf to make the daemon happy. Removes log spam: E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only Change-Id: I170cda016f99ab2ab00fbefe78ddde9757235c44
2019-09-01wayne-common: Tweak media profilesdianlujitao
* Remove unsupported profiles in AOSP from media_profiles_vendor.xml: - vga - 4kdci - timelapsevga - timelapse4kdci - highspeedcif - highspeedvga - highspeed4kdci - qhd - 2k - timelapseqhd - timelapse2k - lpcm and use it as media_profiles_V1_0.xml * Remove never used CAF media_profiles_V1_0.xml. Change-Id: I8309af0804caf32ab0870a7ad754b8d41dc9b544 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
2019-09-01wayne-common: Update from jasmineIsaac Chen
* jasmine_sprout 9 PKQ1.180904.001 V10.0.9.0.PDIMIXM release-keys * Graphics SDM from LA.UM.7.4.r1-04100-8x98.0 * Cleanup rootdir a bit Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn> Change-Id: I457f9d446b86b856e2cebe85b698403005c58d3e
2019-08-13wayne-common: sec_config: Allow sensors group process to QMI Sensor servicesSatya Durga Srinivasu Prabhala
Enable Sensors QMI services for sensors process groups. CRs-Fixed: 431081 Change-Id: Ibbdb0e07d9497e1809e7ef817e8400d4a9e4f8c1
2019-08-13wayne-common: Allow rfs_shared and QDMA QMI servicejkalsi
Change-Id: I2d065eadf051e1bff0c252891a7818e871be6bee
2019-08-13wayne-common: Add tloc daemon to sec_configKineret Berger
in order to communicate with the modem we need permission for IPC router. adding tloc daemon group (1026) to service 0x10 Change-Id: I3ab4a37bbed3fd496a73ffa7d12f908d8d8b8c36 CRs-Fixed: 1106225
2019-08-13wayne-common: Data IMS: A new HAL for passing SIP Call info headers to ClientsBrandon
Desc: Permission to access the QMI and HAL from RCS Daemon Change-Id: I08a71cf7d3ea328e3f4bbac78a5778567427685a
2019-08-13wayne-common: New HAL for passing RCS configuration to modemBrandon solis
Desc: Permission to access QMI Settings from the Connectivity Daemon Change-Id: I0fbb2ad5852beceacf5a9529392c750130d498f0
2019-08-13wayne-common: New HAL for passing SIP call info headers to clientsBrandon
Desc: Permission to access the QMI and HAL from RCS Daemon Change-Id: I45d944376179d0f6f6704563ac3da631a3fa9c64
2018-12-05wayne-common: Add public.libraries.txtoshmoun
Android needs this text file to know what libraries are allowed to be loaded by apps directly. For now, add: libOpenCL.so to the list, in order to get OpenCL to function properly. adsprpc related libraries, since they were also declared public in stock. Change-Id: I15ef7a7ab7d1f1a0cc6b484cd2ca9993f40de23b
2018-07-19wayne: Fix typo from CodeAurora in the QTI whitelistBruno Martins
* Let com.qualcomm.qcrilmsgtunnel break free Change-Id: I6243a6d21da7709bf6612270d7638f1231b9f601
2018-07-13wayne: Initial bringupIsaac Chen
Change-Id: I211da5781d8c7a16199fd8a18e1b00cfc9e01944 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
2018-07-03wayne: configs: Move config files to specified dirIsaac Chen
Change-Id: I6bea25b73d4e0396aaefc831feb34c1c6639e347 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>