package com.seewo.libmcuservice.constant;

/* JADX INFO: loaded from: classes.dex */
public class IFactoryConstants {
    public static final int ACTION_IN_FT_GET_RESULT = 2;
    public static final int ACTION_IN_FT_GET_VERSION = 5;
    public static final int ACTION_IN_FT_RE_TEST = 3;
    public static final int ACTION_IN_RESET_MCU = 1;
    public static final int ACTION_IN_SYS_REBOOT = 4;
    public static final int ACTION_OUT_FT_GET_RESULT = 2;
    public static final int ACTION_OUT_FT_GET_VERSION = 5;
    public static final int ACTION_OUT_FT_RE_TEST = 3;
    public static final int ACTION_OUT_RESET_MCU = 1;
    public static final String KEY_FT_GET_RESULT = "ft_get_result";
    public static final String KEY_FT_GET_VERSION = "ft_get_version";
    public static final String KEY_FT_RE_TEST = "ft_re_retest";
    public static final String KEY_RESET_MCU_BACK = "reset_mcu_back";

    private IFactoryConstants() {
    }
}
