mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 11:33:32 +00:00
sm6375-common: Cleanup unavailable configs included
Change-Id: I9704b850f7c6fa9a8c320051e80bd21b56f2699e
This commit is contained in:
@@ -25,11 +25,8 @@
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
import /vendor/etc/init/hw/init.qti.ufs.rc
|
||||
import /vendor/etc/init/hw/init.qcom.usb.rc
|
||||
import /vendor/etc/init/hw/init.qcom.test.rc
|
||||
import /vendor/etc/init/hw/init.target.rc
|
||||
import /vendor/etc/init/hw/init.qcom.factory.rc
|
||||
import /vendor/etc/init/hw/init.xiaomi.rc
|
||||
|
||||
on early-init
|
||||
@@ -80,8 +77,6 @@ on early-boot
|
||||
write /sys/devices/virtual/npu/msm_npu/boot 1
|
||||
write /sys/devices/virtual/cvp/cvp/boot 1
|
||||
exec u:r:vendor_qti_init_shell:s0 -- /vendor/bin/init.qcom.early_boot.sh
|
||||
exec u:r:vendor_qti_init_shell:s0 -- /vendor/bin/init.qti.can.sh
|
||||
setprop ro.sf.lcd_density ${vendor.display.lcd_density}
|
||||
|
||||
chown system system /mnt/vendor/persist/data/pfm/licenses
|
||||
chmod 0775 /mnt/vendor/persist/data/pfm/licenses
|
||||
@@ -517,11 +512,6 @@ on property:vendor.media.target_variant=*
|
||||
setprop ro.media.xml_variant.codecs ${vendor.media.target_variant}
|
||||
setprop ro.media.xml_variant.codecs_performance ${vendor.media.target_variant}
|
||||
|
||||
service qcom-c_core-sh /vendor/bin/init.qcom.class_core.sh
|
||||
class core
|
||||
user root
|
||||
oneshot
|
||||
|
||||
service qcom-c_main-sh /vendor/bin/init.class_main.sh
|
||||
class main
|
||||
user root
|
||||
@@ -564,14 +554,6 @@ service vendor.wigig_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
# Data Migration
|
||||
service vendor.move_wifi_data /system/bin/move_wifi_data.sh
|
||||
class main
|
||||
user wifi
|
||||
group wifi
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service wigignpt /vendor/bin/wigignpt
|
||||
class hal
|
||||
socket wigig/wigignpt stream 660 system wifi
|
||||
@@ -1306,11 +1288,6 @@ service qcom-sh /vendor/bin/init.qcom.sh
|
||||
user root
|
||||
group root system radio
|
||||
oneshot
|
||||
# Remove since is deprecated but throws AVC denial.
|
||||
# service crashdata-sh /vendor/bin/init.qcom.crashdata.sh
|
||||
# class late_start
|
||||
# user root
|
||||
# oneshot
|
||||
|
||||
service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||
class late_start
|
||||
@@ -1319,28 +1296,8 @@ service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service qti-testscripts /system/bin/sh /product/etc/init.qcom.testscripts.sh
|
||||
class late_start
|
||||
user root
|
||||
disabled
|
||||
oneshot
|
||||
seclabel u:r:qti-testscripts:s0
|
||||
|
||||
service wifi-sdio-on /vendor/bin/init.qcom.sdio.sh
|
||||
class late_start
|
||||
group wifi inet
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service wifi-crda /vendor/bin/init.crda.sh
|
||||
class late_start
|
||||
user root
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
start qcom-post-boot
|
||||
start qti-testscripts
|
||||
|
||||
on property:ro.vendor.ril.mbn_copy_completed=1
|
||||
write /data/vendor/radio/copy_complete 1
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#=============================================================================
|
||||
import /vendor/etc/init/hw/init.qti.kernel.test.rc
|
||||
|
||||
on early-init
|
||||
chown root system /dev/kmsg
|
||||
|
||||
@@ -27,8 +27,7 @@
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
#
|
||||
import /vendor/etc/init/init.mishow.ctl.rc
|
||||
import /vendor/etc/init/init.charge_logger.rc
|
||||
|
||||
import /vendor/etc/init/hw/init.qti.kernel.rc
|
||||
import /vendor/etc/init/hw/init.xiaomi.rc
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<!--
|
||||
Input:
|
||||
compatibility_matrix.xml
|
||||
-->
|
||||
<compatibility-matrix version="2.0" type="device">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.frameworks.schedulerservice</name>
|
||||
|
||||
@@ -1,17 +1,3 @@
|
||||
<!--
|
||||
Input:
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
dax_framework_compatibility_matrix.xml
|
||||
framework_compatibility_matrix.xml
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
vendor_framework_compatibility_matrix.xml
|
||||
vendor_nfc_framework_compatibility_matrix_pn557.xml
|
||||
-->
|
||||
<compatibility-matrix version="2.0" type="framework">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.automotive.evs</name>
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
<!--
|
||||
Input:
|
||||
manifest.xml
|
||||
manifest.xml
|
||||
manifest_vendor.nxp.hardware_pn557.xml
|
||||
-->
|
||||
<manifest version="2.0" type="device" target-level="5">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.audio</name>
|
||||
|
||||
Reference in New Issue
Block a user