diff --git a/proprietary/vendor/etc/init/bootperf.rc b/proprietary/vendor/etc/init/bootperf.rc
deleted file mode 100644
index 35594c9..0000000
--- a/proprietary/vendor/etc/init/bootperf.rc
+++ /dev/null
@@ -1,81 +0,0 @@
-#====== Capture Boot Systrace ======
-on early-init && property:ro.boot.boot_trace=1
- # Configuare ftrace
- write /sys/kernel/tracing/buffer_size_kb "24576"
- write /sys/kernel/tracing/trace_options "nooverwrite"
-
- write /sys/kernel/tracing/events/sched/sched_stat_iowait/enable 1
- write /sys/kernel/tracing/events/sched/sched_wakeup_new/enable 1
- write /sys/kernel/tracing/events/sched/sched_blocked_reason/enable 1
- write /sys/kernel/tracing/events/android_fs/enable 1
- write /sys/kernel/tracing/events/block/block_rq_issue/enable 1
- write /sys/kernel/tracing/events/block/block_rq_insert/enable 1
- write /sys/kernel/tracing/events/block/block_rq_complete/enable 1
- write /sys/kernel/tracing/events/power/cpu_frequency_limits/enable 1
-
- # enable mtk events for Legacy kernel
- write /sys/devices/system/cpu/perf/enable 1
- write /sys/kernel/tracing/events/mtk_events/perf_index_l/enable 1
- write /sys/kernel/tracing/events/mtk_events/perf_index_s/enable 1
-
- setprop debug.atrace.tags.enableflags 0x1fffffe
-
- #Trace SystemUI App for booting
- setprop debug.atrace.app_number 1
- setprop debug.atrace.app_0 "com.android.systemui"
-
-# try to enable mtk events early
-on late-fs && property:ro.boot.boot_trace=1
- write /sys/devices/system/cpu/perf/enable 1
- write /sys/kernel/tracing/events/perf_tracker/enable 1
- write /sys/kernel/tracing/events/scheduler/sched_frequency_limits/enable 1
-
-# enable mtk events
-on post-fs-data && property:ro.boot.boot_trace=1
- write /sys/devices/system/cpu/perf/enable 1
- write /sys/kernel/tracing/events/perf_tracker/enable 1
- write /sys/kernel/tracing/events/scheduler/sched_frequency_limits/enable 1
-
-# atrace.rc disable ftrace on late-init, re-enable ftrace
-on late-init && property:ro.boot.boot_trace=1
- write /sys/kernel/tracing/tracing_on 1
-
-
-#====== Capture Systrace via property ======
-on property:persist.vendor.boot_trace=1
- write /proc/bootprof "Persist boot_trace trigger"
- write /sys/devices/system/cpu/perf/enable 1
-
- # enable flags for boot Systrace
- setprop debug.atrace.tags.enableflags 0x1fffffe
-
- # enable events
- write /sys/kernel/tracing/events/power/cpu_frequency/enable 1
- write /sys/kernel/tracing/events/power/cpu_frequency_limits/enable 1
- write /sys/kernel/tracing/events/sched/sched_wakeup/enable 1
- write /sys/kernel/tracing/events/sched/sched_wakeup_new/enable 1
- write /sys/kernel/tracing/events/sched/sched_switch/enable 1
- write /sys/kernel/tracing/events/sched/sched_blocked_reason/enable 1
- write /sys/kernel/tracing/events/mtk_ftrace/enable 1
- write /sys/kernel/tracing/events/perf_tracker/enable 1
- write /sys/kernel/tracing/events/android_fs/enable 1
- write /sys/kernel/tracing/events/block/block_rq_issue/enable 1
- write /sys/kernel/tracing/events/block/block_rq_insert/enable 1
- write /sys/kernel/tracing/events/block/block_rq_complete/enable 1
- write /sys/kernel/tracing/events/workqueue/workqueue_execute_start/enable 1
- write /sys/kernel/tracing/events/workqueue/workqueue_execute_end/enable 1
- write /sys/kernel/tracing/events/scheduler/sched_frequency_limits/enable 1
-
- # Configuare ftrace
- write /sys/kernel/tracing/buffer_size_kb "24576"
- write /sys/kernel/tracing/trace_options "nooverwrite"
- write /sys/kernel/tracing/tracing_on 1
-
- #Trace SystemUI App for booting
- setprop debug.atrace.app_number 1
- setprop debug.atrace.app_0 "com.android.systemui"
-
-on property:sys.boot_completed=* && property:persist.vendor.boot_trace=1
- #force to disable boot ftrace after boot complete.
- write /sys/devices/system/cpu/perf/enable 0
- write /sys/kernel/tracing/tracing_on 0
diff --git a/proprietary/vendor/etc/init/init.fpsgo.rc b/proprietary/vendor/etc/init/init.fpsgo.rc
deleted file mode 100644
index e69de29..0000000
diff --git a/proprietary/vendor/etc/power_app_cfg.xml b/proprietary/vendor/etc/power_app_cfg.xml
new file mode 100644
index 0000000..d1aa384
--- /dev/null
+++ b/proprietary/vendor/etc/power_app_cfg.xml
@@ -0,0 +1,1087 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/proprietary/vendor/etc/powercontable.xml b/proprietary/vendor/etc/powercontable.xml
new file mode 100644
index 0000000..1d970a2
--- /dev/null
+++ b/proprietary/vendor/etc/powercontable.xml
@@ -0,0 +1,382 @@
+
+
+
+
+ more
+ 100
+ -100
+
+
+
+ more
+ 100
+ 0
+ 0
+
+
+
+ more
+ 100
+ -100
+ 0
+
+
+
+ more
+ 100
+ -100
+
+
+
+ less
+ 20
+ 1
+
+
+
+ more
+ 20
+ 1
+
+
+
+ less
+ 2
+ 0
+ -1
+
+
+
+ more
+ 1
+ 0
+ 0
+
+
+
+ more
+ 1
+ 0
+ 0
+
+
+
+ more
+ 15
+ 1
+ 1
+
+
+
+ more
+ 2
+ 0
+
+
+
+ less
+ 10000000
+ 1000
+ 200000
+
+
+
+ more
+ 1
+ 0
+ 0
+
+
+
+ more
+ 1
+ 0
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 1
+ 0
+ 0
+
+
+
+ more
+ 101
+ -1
+ 100
+
+
+
+ more
+ 1
+ 0
+ 0
+
+
+
+ more
+ 100000000
+ 0
+ -1
+
+
+
+ less
+ 1
+ 0
+ -1
+
+
+
+ more
+ 110
+ 10
+ 10
+
+
+
+ more
+ 2
+ 0
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 1
+ 0
+
+
+
+ more
+ 1000000
+ 33
+
+
+
+ more
+ 1
+ 0
+
+
+
+ more
+ 1
+ 0
+ CAM^
+ 1
+
+
+
+ less
+ 5
+ 0
+ 2
+ touch_opp^
+
+
+
+ more
+ 2000000000
+ 10000000
+ 100000000
+ duration^
+
+
+
+ more
+ 1000000
+ 0
+ 100000
+ active_time^
+
+
+
+ less
+ 4000000
+ 0
+ -1
+
+
+
+ more
+ 2000000000
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 80
+ 1
+
+
+
+ more
+ 25855
+ 0
+ 4
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 32767
+ 1
+
+
+
+ more
+ 32767
+ 1
+
+
+
+ less
+ 1
+ 0
+
+
+
+ more
+ 32767
+ 8
+
+
+
+ more
+ 32768
+ 1
+
+
+
+ more
+ 32768
+ 1
+
+
+
+ more
+ 15
+ 0
+
+
+
+ more
+ 15
+ 0
+
+
+
+ more
+ 1
+ 0
+
+
+
+ more
+ 32767
+ 0
+
+
+
+ more
+ 32767
+ 0
+
+
+
+ more
+ 16000000
+ 0
+
+
+
+ more
+ 65535
+ 0
+
+
+
+ more
+ 100
+ 0
+
+
+
+ more
+ 1
+ 0
+ 0
+
+
+
+ more
+ 1
+ 0
+
+
+
+ more
+ 1
+ 0
+ 0
+ 1
+
+
+
+ more
+ 1
+ 0
+ enable^
+
+
+
diff --git a/proprietary/vendor/etc/powerscntbl.xml b/proprietary/vendor/etc/powerscntbl.xml
new file mode 100644
index 0000000..392e9ed
--- /dev/null
+++ b/proprietary/vendor/etc/powerscntbl.xml
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/proprietary/vendor/lib/hw/vendor.mediatek.hardware.mtkpower@1.2-impl.so b/proprietary/vendor/lib/hw/vendor.mediatek.hardware.mtkpower@1.2-impl.so
deleted file mode 100644
index 5d5b3f5..0000000
Binary files a/proprietary/vendor/lib/hw/vendor.mediatek.hardware.mtkpower@1.2-impl.so and /dev/null differ
diff --git a/proprietary/vendor/lib/libperfctl_vendor.so b/proprietary/vendor/lib/libperfctl_vendor.so
deleted file mode 100644
index 7638db9..0000000
Binary files a/proprietary/vendor/lib/libperfctl_vendor.so and /dev/null differ
diff --git a/proprietary/vendor/lib/libpower_timer.so b/proprietary/vendor/lib/libpower_timer.so
deleted file mode 100644
index dd81172..0000000
Binary files a/proprietary/vendor/lib/libpower_timer.so and /dev/null differ
diff --git a/proprietary/vendor/lib/libpowerhal.so b/proprietary/vendor/lib/libpowerhal.so
deleted file mode 100644
index 317a805..0000000
Binary files a/proprietary/vendor/lib/libpowerhal.so and /dev/null differ
diff --git a/proprietary/vendor/lib/libpowerhalwrap_vendor.so b/proprietary/vendor/lib/libpowerhalwrap_vendor.so
deleted file mode 100644
index db01360..0000000
Binary files a/proprietary/vendor/lib/libpowerhalwrap_vendor.so and /dev/null differ
diff --git a/proprietary/vendor/lib/vendor.mediatek.hardware.power@2.0.so b/proprietary/vendor/lib/vendor.mediatek.hardware.power@2.0.so
deleted file mode 100644
index 021fdbd..0000000
Binary files a/proprietary/vendor/lib/vendor.mediatek.hardware.power@2.0.so and /dev/null differ
diff --git a/rosemary-vendor.mk b/rosemary-vendor.mk
index 05ee99a..c74b13d 100644
--- a/rosemary-vendor.mk
+++ b/rosemary-vendor.mk
@@ -63,8 +63,8 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.gnss-service.mediatek:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.gnss-service.mediatek \
vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.graphics.allocator@4.0-service-mediatek:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.graphics.allocator@4.0-service-mediatek \
vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.keymaster@4.1-service.beanpod:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.keymaster@4.1-service.beanpod \
- vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.media.c2@1.2-mediatek:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.media.c2@1.2-mediatek \
vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.media.c2@1.2-mediatek-64b:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.media.c2@1.2-mediatek-64b \
+ vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.media.c2@1.2-mediatek:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.media.c2@1.2-mediatek \
vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.neuralnetworks@1.3-service-mtk-neuron:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.neuralnetworks@1.3-service-mtk-neuron \
vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.nfc@1.2-service-st:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.nfc@1.2-service-st \
vendor/xiaomi/rosemary/proprietary/vendor/bin/hw/android.hardware.secure_element@1.2-service-mediatek:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.secure_element@1.2-service-mediatek \
@@ -324,7 +324,6 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/android.hardware.usb@1.2-service-mediatekv2.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.usb@1.2-service-mediatekv2.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/atcid.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/atcid.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/audiocmdservice_atci.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/audiocmdservice_atci.rc \
- vendor/xiaomi/rosemary/proprietary/vendor/etc/init/bootperf.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/bootperf.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/camerahalserver.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/camerahalserver.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/chipinfo_init.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/chipinfo_init.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/dmc_core.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dmc_core.rc \
@@ -335,7 +334,6 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/init.bip.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.bip.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/init.cccimdinit.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.cccimdinit.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/init.cccirpcd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.cccirpcd.rc \
- vendor/xiaomi/rosemary/proprietary/vendor/etc/init/init.fpsgo.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.fpsgo.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/init.gps_drv.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.gps_drv.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/init.md_apps.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.md_apps.rc \
vendor/xiaomi/rosemary/proprietary/vendor/etc/init/init.thermal.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.thermal.rc \
@@ -542,6 +540,9 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/rosemary/proprietary/vendor/etc/mtk_omx_core.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mtk_omx_core.cfg \
vendor/xiaomi/rosemary/proprietary/vendor/etc/mtk_platform_codecs_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mtk_platform_codecs_config.xml \
vendor/xiaomi/rosemary/proprietary/vendor/etc/nhw:$(TARGET_COPY_OUT_VENDOR)/etc/nhw \
+ vendor/xiaomi/rosemary/proprietary/vendor/etc/power_app_cfg.xml:$(TARGET_COPY_OUT_VENDOR)/etc/power_app_cfg.xml \
+ vendor/xiaomi/rosemary/proprietary/vendor/etc/powercontable.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powercontable.xml \
+ vendor/xiaomi/rosemary/proprietary/vendor/etc/powerscntbl.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerscntbl.xml \
vendor/xiaomi/rosemary/proprietary/vendor/etc/screen_light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/screen_light.xml \
vendor/xiaomi/rosemary/proprietary/vendor/etc/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf \
vendor/xiaomi/rosemary/proprietary/vendor/etc/slp_conf:$(TARGET_COPY_OUT_VENDOR)/etc/slp_conf \
@@ -694,7 +695,6 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/rosemary/proprietary/vendor/lib/hw/vendor.mediatek.hardware.camera.postproc@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.mediatek.hardware.camera.postproc@1.0-impl.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/hw/vendor.mediatek.hardware.keymaster_attestation@1.1-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.mediatek.hardware.keymaster_attestation@1.1-impl.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/hw/vendor.mediatek.hardware.mms@1.6-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.mediatek.hardware.mms@1.6-impl.so \
- vendor/xiaomi/rosemary/proprietary/vendor/lib/hw/vendor.mediatek.hardware.mtkpower@1.2-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.mediatek.hardware.mtkpower@1.2-impl.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/hw/vendor.mediatek.hardware.nvram@1.1-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.mediatek.hardware.nvram@1.1-impl.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/hw/vendor.mediatek.hardware.pq@2.13-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.mediatek.hardware.pq@2.13-impl.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/hw/vendor.mediatek.hardware.videotelephony@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib/hw/vendor.mediatek.hardware.videotelephony@1.0-impl.so \
@@ -1385,11 +1385,7 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/rosemary/proprietary/vendor/lib/libnvram_sec.so:$(TARGET_COPY_OUT_VENDOR)/lib/libnvram_sec.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/libnwk_opt_halwrap_vendor.so:$(TARGET_COPY_OUT_VENDOR)/lib/libnwk_opt_halwrap_vendor.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/liboemcrypto.so:$(TARGET_COPY_OUT_VENDOR)/lib/liboemcrypto.so \
- vendor/xiaomi/rosemary/proprietary/vendor/lib/libperfctl_vendor.so:$(TARGET_COPY_OUT_VENDOR)/lib/libperfctl_vendor.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/libpkm.so:$(TARGET_COPY_OUT_VENDOR)/lib/libpkm.so \
- vendor/xiaomi/rosemary/proprietary/vendor/lib/libpower_timer.so:$(TARGET_COPY_OUT_VENDOR)/lib/libpower_timer.so \
- vendor/xiaomi/rosemary/proprietary/vendor/lib/libpowerhal.so:$(TARGET_COPY_OUT_VENDOR)/lib/libpowerhal.so \
- vendor/xiaomi/rosemary/proprietary/vendor/lib/libpowerhalwrap_vendor.so:$(TARGET_COPY_OUT_VENDOR)/lib/libpowerhalwrap_vendor.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/libpq_cust_base.so:$(TARGET_COPY_OUT_VENDOR)/lib/libpq_cust_base.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/libpqframework.so:$(TARGET_COPY_OUT_VENDOR)/lib/libpqframework.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/librcs_interface.so:$(TARGET_COPY_OUT_VENDOR)/lib/librcs_interface.so \
@@ -1494,7 +1490,6 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/rosemary/proprietary/vendor/lib/vendor.mediatek.hardware.nvram@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib/vendor.mediatek.hardware.nvram@1.0.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/vendor.mediatek.hardware.nvram@1.1.so:$(TARGET_COPY_OUT_VENDOR)/lib/vendor.mediatek.hardware.nvram@1.1.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/vendor.mediatek.hardware.nwk_opt@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib/vendor.mediatek.hardware.nwk_opt@1.0.so \
- vendor/xiaomi/rosemary/proprietary/vendor/lib/vendor.mediatek.hardware.power@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib/vendor.mediatek.hardware.power@2.0.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/vendor.mediatek.hardware.pq@2.0.so:$(TARGET_COPY_OUT_VENDOR)/lib/vendor.mediatek.hardware.pq@2.0.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/vendor.mediatek.hardware.pq@2.1.so:$(TARGET_COPY_OUT_VENDOR)/lib/vendor.mediatek.hardware.pq@2.1.so \
vendor/xiaomi/rosemary/proprietary/vendor/lib/vendor.mediatek.hardware.pq@2.10.so:$(TARGET_COPY_OUT_VENDOR)/lib/vendor.mediatek.hardware.pq@2.10.so \