diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2019-10-22 02:17:40 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 02:24:07 +0300 |
commit | eb96eef02454fe0bf6552388f9d666c267b90fe5 (patch) | |
tree | 807b7715401339cab6701cf5a42ee51b435f89f6 /configs | |
parent | 470339f75c28db66c1e84ae8fd6d1e4f53479874 (diff) |
sdm660-common: Decommonize cryptfs_hw
* Not needed for file based encryption
which is used on jasmine_sprout
Change-Id: I92e8dafa5babc0d4cae5a7f599269a14fe645ae2
Diffstat (limited to 'configs')
-rw-r--r-- | configs/manifests/manifest.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml index 8e832f9..2df200c 100644 --- a/configs/manifests/manifest.xml +++ b/configs/manifests/manifest.xml @@ -725,16 +725,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <instance>wifiStats</instance> </interface> </hal> - <!-- cryptfshw HAL service --> - <hal format="hidl"> - <name>vendor.qti.hardware.cryptfshw</name> - <transport>hwbinder</transport> - <version>1.0</version> - <interface> - <name>ICryptfsHw</name> - <instance>default</instance> - </interface> - </hal> <!-- BluetoothSar service--> <hal format="hidl"> <name>vendor.qti.hardware.bluetooth_sar</name> |