mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
@@ -41,6 +41,7 @@
|
||||
<library name="volume_listener" path="libvolumelistener.so"/>
|
||||
<library name="audiosphere" path="libasphere.so"/>
|
||||
<library name="shoebox" path="libshoebox.so"/>
|
||||
<library name="v4a_re" path="libv4a_re.so"/>
|
||||
<library name="spatializer" path="libspatialaudio.so"/>
|
||||
<library name="misoundfx" path="libmisoundfx.so"/>
|
||||
</libraries>
|
||||
@@ -91,6 +92,7 @@
|
||||
<effect name="notification_helper" library="volume_listener" uuid="0b776dde-0590-11e5-81ba-0025b32654a0"/>
|
||||
<effect name="audiosphere" library="audiosphere" uuid="184e62ab-2d19-4364-9d1b-c0a40733866c"/>
|
||||
<effect name="shoebox" library="shoebox" uuid="1eab784c-1a36-4b2a-b7fc-e34c44cab89e"/>
|
||||
<effect name="v4a_standard_re" library="v4a_re" uuid="90380da3-8536-4744-a6a3-5731970e640f"/>
|
||||
<effect name="spatializer" library="spatializer" uuid="cc4677de-ff72-11eb-9a03-0242ac130003"/>
|
||||
<effect name="misoundfx" library="misoundfx" uuid="5b8e36a5-144a-4c38-b1d7-0002a5d5c51b"/>
|
||||
</effects>
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
# Call the MiuiCamera setup
|
||||
$(call inherit-product, vendor/xiaomi/stone-miuicamera/miuicamera.mk)
|
||||
|
||||
# Call the ViperFX Config
|
||||
$(call inherit-product, packages/apps/ViPER4AndroidFX/config.mk)
|
||||
|
||||
# Vendor Dolby
|
||||
ifeq ($(Vendor_Dolby),true)
|
||||
$(call inherit-product, vendor/dolby/dolby.mk)
|
||||
|
||||
3
sepolicy/vendor/audioserver.te
vendored
3
sepolicy/vendor/audioserver.te
vendored
@@ -1 +1,4 @@
|
||||
get_prop(audioserver, vendor_audio_prop)
|
||||
|
||||
allow audioserver unlabeled:file { read write open getattr };
|
||||
allow hal_audio_default hal_audio_default:process { execmem };
|
||||
|
||||
Reference in New Issue
Block a user