summaryrefslogtreecommitdiff
path: root/device_framework_matrix.xml
Commit message (Collapse)AuthorAgeFilesLines
* b4s4: merge branch lineage-21 into U14.0Siluxsept2024-08-051-40/+61
| | | | Change-Id: I7c3451be9ca50acddafb9894776dbab73619d658
* Remove vendor.google.google_battery supportMichael Bestas2023-06-101-8/+0
| | | | | | This is now useless since the sepolicy for the hidl HAL has been removed Change-Id: I35615a067b0cbbd52c660a971313d0048ce4badb
* WiFi: Upgrade IWifiExt hidl entry to 1.2 in the manifestAhmed ElArabawy2021-03-081-1/+1
| | | | | | | | | This CL upgrades the IWifiExt hidl interface definition to 1.2 in the device manifest file. Bug: 181877120 Test: Builds, Wifi works, make sure that IWifiExt@1.2 is starting Change-Id: I10b1441b2c1beec94e5535c6f68ec7e32c4594d4
* Add Google Battery HAL to this deviceStephane Lee2020-12-141-0/+8
| | | | | | | Test: Verify that the Google Battery HAL starts on boot Bug: 173080734 Change-Id: Idb3230edecb8668a48f42863e52ccbe352bb09a7
* [B4/S4] Upgrade radioext to 1.3Willy Hu2020-08-111-1/+1
| | | | | | | | | | Log: hwservicemanager: getTransport: Cannot find entry vendor.google.radioext@1.3::IRadioExt/default in either framework or device VINTF manifest. Bug: 163357796 Test: Build pass. After apply this patch, the error message is gone. Change-Id: I0226a214fc263b0acdd231ab92a315804da224f1
* Add radioext 1.2 to device framework matrix.Yifan Hong2020-03-201-1/+1
| | | | | | | | Fixes build. Fixes: 152077203 Test: m check-vintf-all -j Change-Id: Ib0b0ae17279fc694c27359c2d0f05a9ca6433317
* Wifi: Use IWifiExt version 1.1Ahmed ElArabawy2019-09-051-1/+1
| | | | | | | | | This commit upgrades the device_framework_matrix.xml to use IWifiExt version 1.1 Bug: 140531352 Test: Builds, Wifi works, make sure that IWifiExt@1.1 is starting Change-Id: I0c5460a1851f6c0350e415366a3ff3e4224c8c7f
* Removed unused IUIM HAL which supports remote sim lockGary Jian2019-05-201-9/+0
| | | | | | | Bug: 132856203 Test: 1. build pass 2. VtsTrebleFrameworkVintfTest pass Change-Id: I8ccc6457a6b1ca4d0ef3a85c87dbb10972c5b88e
* Wifi: Add wifi_ext HAL to compatibility matrixhsuvictor2019-05-141-0/+9
| | | | | | | | This commit adds wifi_ext hal to the compatibility matrix. Bug: 132575109 Test: Manual Change-Id: I2689d02c69a35c0d44d51bb5ef011886516c5135
* atcmdfwd: correct vintfYifan Hong2019-04-221-8/+0
| | | | | | | | | | | | This HAL is served from a system app and used by a vendor daemon. Test: ls /system/app/atfwd/atfwd.apk Test: ls /vendor/bin/ATFWD-daemon Test: lshal Bug: 130714844 Change-Id: I75227e4366c367ba5b27880e11e9eac368e77654
* Enable RadioConfig HAL 1.1Jayachandran C2019-02-111-0/+8
| | | | | | | | | | | This CL enables the RadioConfig HAL 1.1 for dynamic DSDS switch Test: Verified by invoking the telephony API Bug: 123319387 Bug: 124129561 Change-Id: Ibfe1d13da9449892018aaade69641d0a72538acb
* Enable 1.1 HAL for vendor.google.radioextJayachandran C2019-01-311-1/+1
| | | | | | Bug: 123640765 Test: Build and verified 1.1 functionality Change-Id: I2000b3917bd5a5cf6b7c34d38eb38c582c2b6a32
* Support DSDS on B4S4Gary Jian2019-01-171-0/+4
| | | | | | | | | | | Add the interface instances that need on second subscription Bug: 122559840 Test: 1. Build pass 2. The second subscription works normal after switch to dsds mode Change-Id: I1a32f518e7ffca4b4e7bd43d378777b3f9f065ca
* Make Codec2 software service publicPawin Vongmasa2018-12-051-14/+14
| | | | | | | | | | | Test: make cts -j123 && cts-tradefed run cts-dev -m \ CtsMediaTestCases --compatibility:module-arg \ CtsMediaTestCases:include-annotation:\ android.platform.test.annotations.RequiresDevice Bug: 112362730 Bug: 119853704 Change-Id: I4626a72e417c1bfb1e3fdc664953335b9ae79cf4
* Merge "Increase ISap to 1.2 and add callinfo@1.0::IService" into pi-devTreeHugger Robot2018-10-311-0/+9
|\
| * Increase ISap to 1.2 and add callinfo@1.0::IServiceTim Lin2018-10-311-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | ISap interface version change from 1.1 to 1.2 callinfo interface was added but not to the manifest. According to b/110538519#comment22, it is required. Test: Build and power up device All CtsOnGsiTrebleFrameworkVintfTest PASS Bug: 118239811 Change-Id: I2733684c16d20b82b3898892b183d3899ead2101
* | sdm710: Update vendor.display.config version to 1.3samuel.lh Huang2018-10-301-1/+1
|/ | | | | | | | | | | Upgrade version of vendor.display.config in device manifest and framework compatibility matrix. CRs-Fixed: 2286664 Bug: 116557910 Test: hwc2 call the API with correct version. Change-Id: Id80a94af5dcb7400b3fe0b2eed86529e15e2f884
* bonito: Enable Codec 2.0 and set video C2 HW codec as defaultJerry Huang2018-09-131-0/+14
| | | | | | | | | | | | | | 1. Enable Codec 2.0 service and set video codec [c2.qti.*] as default. 2. Add OMX component to media_codecs_c2.xml in order to dynamically switch between different components for debugging purpose. Bug: 112336022 Bug: 113141229 Bug: 114163096 Test: Video playback/recording/IMS VT/Chromecast can work well. Change-Id: I9146dad0c88b0a2472a17655f83b4c0e155a70ea
* bonito: temporary remove c2 codecvincenttew2018-08-101-14/+0
| | | | | | | | | | | this patch is to prevent audioservice get stuck will loading soundpool, since c2 codec is not ready, temporary remove it Test: build pass, audio path switch Bug: 112347306 Bug: 112078401 Change-Id: I6aacd34eeff75a26a7ea8240032d649f38a6fa11 Signed-off-by: vincenttew <vincenttew@google.com>
* Add DEVICE_FRAMEWORK_COMPATIBILITY_MATRIXYifan Hong2018-05-161-0/+168
Test: m framework_compatibility_matrix.xml device_manifest.xml -j (tests unused hals) Test: vts_treble_vintf_test Change-Id: Ibc10ecea7f2cbee3c21b14070d5cb27b7842bd0f Merged-In: Ibc10ecea7f2cbee3c21b14070d5cb27b7842bd0f Fixes: 79877240 Fixes: 65028233