diff options
author | Devi Sandeep Endluri V V <dendluri@codeaurora.org> | 2017-11-03 13:51:29 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-12-08 02:48:27 -0800 |
commit | 22d1e75c14109c2c1f34129c37d535fc6475e0b4 (patch) | |
tree | b2e4d33f2aa6d10c41bd7400c9b46d2b82d4b9d4 /manifest.xml | |
parent | a027d1f0fc1c518dae37d0197a46a258f9f80890 (diff) |
sdm660_64: Enable Latency HAL
Data link latency HAL service are now enabled
Change-Id: I9a90f7daadfd6d02b0be7d16c81415d9486dd45a
CRs-fixed: 2088833
Diffstat (limited to 'manifest.xml')
-rwxr-xr-x | manifest.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 34a4bce..07d1832 100755 --- a/manifest.xml +++ b/manifest.xml @@ -276,6 +276,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <instance>uimRemoteServer1</instance> </interface> </hal> + <!-- Data Link Latency --> + <hal format="hidl"> + <name>vendor.qti.hardware.data.latency</name> + <transport>hwbinder</transport> + <version>1.0</version> + <interface> + <name>ILinkLatency</name> + <instance>default</instance> + </interface> + </hal> <!-- RIL UIM LPA --> <hal format="hidl"> <name>vendor.qti.hardware.radio.lpa</name> |