package com.ilitek.touchutility;

/* JADX INFO: loaded from: classes.dex */
public class CallShareLibrary {
    public static ilitek_info info;

    public static class ilitek_info {
        public int[] ap_crc;
        public byte[] core_ver;
        public byte[] fw_ver;
        public String ic_name;
        public byte ic_num;
        public byte[] mode;
        public String module_name;
        public int protocol;
        public byte protocol_flag;
        public short x_ch;
        public short x_resolution;
        public short y_ch;
        public short y_resolution;
    }

    public static native long exeCommand(long j, byte[] bArr, String str);

    public static native int exeDaemonMain(String[] strArr);

    public static native String getLastSensorTestLogPath();

    public static native ilitek_info getPanelInfor();

    static {
        System.loadLibrary("ilitek");
    }
}
