Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d29143d authored by Tanguy Pruvot's avatar Tanguy Pruvot
Browse files

Add OMAP_COMPAT and OMAP_ENHANCEMENT frameworks flags

OMAP_ENHANCEMENT is for omapzoom stuff, if required...

OMAP_COMPAT will be required soon to use the specific
wlan and omap3 codecs. (Same as CM7)

PS: We already use omap3-compat as hardware/ti/omap3
    on the defy ics version since months...

Change-Id: I7e9d9abd39b8bf5b62fa5583241eb0fcfffaba01
parent 44a85a17
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -29,7 +29,11 @@ public class SystemProperties
    public static final int PROP_NAME_MAX = 31;
    public static final int PROP_VALUE_MAX = 91;

    //QCOM
    // OMAP4 and OMAP3's OMAP_COMPAT
    public static final boolean OMAP_ENHANCEMENT = native_get_boolean("com.ti.omap_enhancement", false);
    public static final boolean OMAP_COMPAT = native_get_boolean("com.ti.omap_compat", false);

    // QCOM Hardware
    public static final boolean QCOM_HARDWARE = native_get_boolean("com.qc.hardware", false);
    public static final boolean QCOM_HDMI_OUT = native_get_boolean("com.qc.hdmi_out", false);