Files
vendor_xiaomi_garnet/proprietary/odm/etc/me_config.xml
T
AdarshGrewal 3e85cf266b garnet: Initial import
Change-Id: Ib229a3a4d2f8a1e602085fad2b6a757f994cdd99
2025-12-24 20:06:53 +05:30

56 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- MIUI ADD: Modem_ModemEnhance -->
<MESubFeatureConfig>
<!--global -->
<!-- device_name = ro.product.device -->
<deviceConfig device_name="garnet">
<!-- hwc_name = ro.product.mod_device -->
<hwc hwc_name="GL" />
<!-- feature_id refer to MEFeatureConfig.MEFEATURE_TYPE_ID_XXX -->
<feature feature_id="1" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
</deviceConfig>
<!--cn -->
<!-- device_name = ro.product.device -->
<deviceConfig device_name="garnet">
<!-- hwc_name = ro.product.mod_device -->
<hwc hwc_name="CN" />
<!-- feature_id refer to MEFeatureConfig.MEFEATURE_TYPE_ID_XXX -->
<feature feature_id="1" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="2" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="3" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="4" hw_support="1" sw_enable="1" sw_mp_enable="1"/>
<feature feature_id="5" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="6" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="7" hw_support="1" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="8" hw_support="1" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="9" hw_support="1" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="10" hw_support="1" sw_enable="1" sw_mp_enable="1"/>
<feature feature_id="11" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="12" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="13" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<feature feature_id="14" hw_support="1" sw_enable="1" sw_mp_enable="1"/>
<feature feature_id="15" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
<!--bitMask 0x31f==68 -->
<GestureModeMapConfigBitMask bitMask="68" />
<GestureModeMapConfig>
<GestureModeMapItem usb="255" flip="255" receiver="1" voice="255" gestureState="255" orientState="255" distanceState="1" interferenceState="255" gameState="255" whiteState="255" outMode="4" outMode1="255" />
<GestureModeMapItem usb="255" flip="255" receiver="255" voice="255" gestureState="255" orientState="255" distanceState="255" interferenceState="255" gameState="255" whiteState="255" outMode="0" outMode1="255" /> <!--default -->
</GestureModeMapConfig>
</deviceConfig>
<!--default -->
<!-- device_name = ro.product.device -->
<deviceConfig device_name="garnet">
<!-- hwc_name = ro.product.mod_device -->
<hwc hwc_name="default" />
<!-- feature_id refer to MEFeatureConfig.MEFEATURE_TYPE_ID_XXX -->
<feature feature_id="1" hw_support="0" sw_enable="0" sw_mp_enable="0"/>
</deviceConfig>
</MESubFeatureConfig>
<!-- END Modem_ModemEnhance -->