sm8350-common: Drop IO Prefetcher
This depends on caf BoostFramework Change-Id: Ie3ea41f7be323472124a395b8fee52aa7333c2fc
This commit is contained in:
parent
6edc9d3559
commit
4788802371
@ -548,16 +548,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<!-- IOP HAL service -->
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>vendor.qti.hardware.iop</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>2.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IIop</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<!-- Secure image data processor HAL Service -->
|
<!-- Secure image data processor HAL Service -->
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.qti.hardware.secureprocessor.device</name>
|
<name>vendor.qti.hardware.secureprocessor.device</name>
|
||||||
|
@ -303,14 +303,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl" optional="true">
|
|
||||||
<name>vendor.qti.hardware.iop</name>
|
|
||||||
<version>2.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IIop</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl" optional="true">
|
<hal format="hidl" optional="true">
|
||||||
<name>vendor.qti.hardware.qdutils_disp</name>
|
<name>vendor.qti.hardware.qdutils_disp</name>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
@ -433,14 +433,6 @@ vendor/lib64/vendor.qti.ims.rcsconfig@2.1.so
|
|||||||
vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so
|
vendor/lib64/vendor.qti.imsrtpservice@3.0-service-Impl.so
|
||||||
vendor/lib64/vendor.qti.imsrtpservice@3.0.so
|
vendor/lib64/vendor.qti.imsrtpservice@3.0.so
|
||||||
|
|
||||||
# IO prefetcher
|
|
||||||
vendor/bin/hw/vendor.qti.hardware.iop@2.0-service
|
|
||||||
vendor/etc/init/vendor.qti.hardware.iop@2.0-service.rc
|
|
||||||
vendor/lib64/libqti-iopd-client.so
|
|
||||||
vendor/lib64/libqti-iopd.so
|
|
||||||
vendor/lib64/vendor.qti.hardware.iop@1.0.so
|
|
||||||
vendor/lib64/vendor.qti.hardware.iop@2.0.so
|
|
||||||
|
|
||||||
# IPA firmware
|
# IPA firmware
|
||||||
vendor/etc/init/ipa_fws.rc
|
vendor/etc/init/ipa_fws.rc
|
||||||
vendor/firmware/ipa_fws.b00
|
vendor/firmware/ipa_fws.b00
|
||||||
|
@ -196,9 +196,6 @@ on post-fs-data
|
|||||||
|
|
||||||
mkdir /data/vendor/secure_element 0777 system system
|
mkdir /data/vendor/secure_element 0777 system system
|
||||||
|
|
||||||
# Create IOP deamon related dirs
|
|
||||||
mkdir /data/vendor/iop 0700 root system
|
|
||||||
|
|
||||||
# Mark the copy complete flag to not completed
|
# Mark the copy complete flag to not completed
|
||||||
write /data/vendor/radio/copy_complete 0
|
write /data/vendor/radio/copy_complete 0
|
||||||
chown radio radio /data/vendor/radio/copy_complete
|
chown radio radio /data/vendor/radio/copy_complete
|
||||||
|
Loading…
Reference in New Issue
Block a user