a7xelte: Use the latest HIDL minor version for wifi, supplicant and hostapd HAL's
authorAbhishek Srivastava <cabsriv@codeaurora.org>
Thu, 28 Feb 2019 12:28:46 +0000 (17:58 +0530)
committerSourajit Karmakar <sourajit.karmakar@gmail.com>
Tue, 7 Jul 2020 15:31:15 +0000 (11:31 -0400)
This commit updates the HIDL version number of Iwifi, ISupplicant, IHostapd HAL's
to the latest.

Change-Id: I2d95b829d5616f6929f112c634906515035fba51
CRs-Fixed: 2412157

manifest.xml

index 4f937d539e40a446bdd2564b15bc3379997b98f3..a8982450eee007f5bfa00fd70ae79a8d9e3bf1dd 100644 (file)
     <hal format="hidl">
         <name>android.hardware.wifi</name>
         <transport>hwbinder</transport>
-        <version>1.2</version>
+        <version>1.3</version>
         <interface>
             <name>IWifi</name>
             <instance>default</instance>
     <hal format="hidl">
         <name>android.hardware.wifi.hostapd</name>
         <transport>hwbinder</transport>
-        <version>1.0</version>
+        <version>1.1</version>
         <interface>
             <name>IHostapd</name>
             <instance>default</instance>
     <hal format="hidl">
         <name>android.hardware.wifi.supplicant</name>
         <transport>hwbinder</transport>
-        <version>1.1</version>
+        <version>1.2</version>
         <interface>
             <name>ISupplicant</name>
             <instance>default</instance>