sm8250-common: oneplus-fwk: Update op features list
Change-Id: I34f8dc2520639384a138e35ab17c482fd44671ef
This commit is contained in:
parent
0eb7ac4671
commit
1ddd2ecb9a
1 changed files with 41 additions and 1 deletions
|
@ -332,8 +332,48 @@ public final class OpFeatures {
|
||||||
public static final int OP_FEATURE_MM_DOLBY = 319;
|
public static final int OP_FEATURE_MM_DOLBY = 319;
|
||||||
public static final int OP_FEATURE_MM_DIMMING = 320;
|
public static final int OP_FEATURE_MM_DIMMING = 320;
|
||||||
public static final int OP_FEATURE_MM_DITHER_CONTROLLER = 321;
|
public static final int OP_FEATURE_MM_DITHER_CONTROLLER = 321;
|
||||||
|
public static final int OP_FEATURE_CANVAS_AOD_ENABLED = 322;
|
||||||
|
public static final int OP_FEATURE_CURVED_DISPLAY_SCREEN = 323;
|
||||||
|
public static final int OP_FEATURE_MM_WIDEVINE_OTA = 324;
|
||||||
|
public static final int OP_FEATURE_MM_ADAPTIVE_COLOR_GAMUT_WHITELIST = 325;
|
||||||
|
public static final int OP_FEATURE_MM_ADFR = 326;
|
||||||
|
public static final int OP_FEATURE_MM_COLOR_SATURATION_ADJUSTMENT = 327;
|
||||||
|
public static final int OP_FEATURE_ZOOM_WINDOW = 328;
|
||||||
|
public static final int OP_FEATURE_MM_LOADINGEFFECT = 329;
|
||||||
|
public static final int OP_FEATURE_MM_COLOR_TONE_ADJUSTMENT = 330;
|
||||||
|
public static final int OP_FEATURE_MM_COLOR_MODE_SET_MODEID = 331;
|
||||||
|
public static final int OP_FEATURE_RPM_SUB_SYSTEM_NEW_FORMAT = 332;
|
||||||
|
public static final int OP_FEATURE_SUPPORT_ICHARGER_SERVICE = 333;
|
||||||
|
public static final int OP_FEATURE_UFSTW = 334;
|
||||||
|
public static final int OP_FEATURE_UST_ECHOLOCATE = 335;
|
||||||
|
public static final int OP_FEATURE_LDEV = 336;
|
||||||
|
public static final int OP_FEATURE_SUPPORT_5G_SA = 337;
|
||||||
|
public static final int OP_FEATURE_UPDATE_AB_STANVBK = 338;
|
||||||
|
public static final int OP_FEATURE_DISABLE_WAKINGUP_ANIMATION = 339;
|
||||||
|
public static final int OP_FEATURE_NFW_LOCATION_NOTIFICATION = 340;
|
||||||
|
public static final int OP_FEATURE_RICHTAP_SUPPORT = 341;
|
||||||
|
public static final int OP_FEATURE_SES_AUTH = 342;
|
||||||
|
public static final int OP_FEATURE_MBN_RESET = 343;
|
||||||
|
public static final int OP_FEATURE_MM_OFFLOAD_BLACKLIST = 344;
|
||||||
|
public static final int OP_FEATURE_TELEPHONY_SCENE_DETECT = 345;
|
||||||
|
public static final int OP_FEATURE_COTA_CONFIG_CONTROLLER = 346;
|
||||||
|
public static final int OP_FEATURE_MM_VIDEO_SR = 347;
|
||||||
|
public static final int OP_FEATURE_RECOVERY_WARNING_SCREEN = 348;
|
||||||
|
public static final int OP_FEATURE_IRIS_HQV = 349;
|
||||||
|
public static final int OP_FEATURE_ANTENNA_REPORT = 350;
|
||||||
|
public static final int OP_FEATURE_TGPA_GAME_LATENCY = 351;
|
||||||
|
public static final int OP_FEATURE_CAMERA_CPUSET = 352;
|
||||||
|
public static final int OP_FEATURE_SUPPORT_MSD_AOD_INFO = 353;
|
||||||
|
public static final int OP_FEATURE_HYPNUS = 354;
|
||||||
|
public static final int OP_FEATURE_OPEN_ID_NEW = 355;
|
||||||
|
public static final int OP_FEATURE_HIGH_TEMPERATURE = 356;
|
||||||
|
public static final int OP_FEATURE_NRCA_SUPPORT = 357;
|
||||||
|
public static final int OP_FEATURE_AOD_ALWAYS_ON_IN_LABORATORY = 358;
|
||||||
|
public static final int OP_FEATURE_USKU = 359;
|
||||||
|
public static final int OP_FEATURE_DEFAULT_HIDE_VOLTE_FOR_EU = 360;
|
||||||
|
public static final int OP_FEATURE_GPS_ENABLE_LPP_UP_FOR_TMO = 361;
|
||||||
|
|
||||||
private static final BitSet sFeatures = new BitSet(323);
|
private static final BitSet sFeatures = new BitSet(363);
|
||||||
|
|
||||||
static {
|
static {
|
||||||
File file = new File("/odm/etc/odm_feature_list");
|
File file = new File("/odm/etc/odm_feature_list");
|
||||||
|
|
Loading…
Reference in a new issue