53 lines
1.6 KiB
Java
53 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class JLM extends BrP {
|
||
|
private static final HashMap<Integer, String> e;
|
||
|
|
||
|
static {
|
||
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
||
|
e = hashMap;
|
||
|
hashMap.put(0, "Equipment Version");
|
||
|
hashMap.put(256, "Camera Type 2");
|
||
|
hashMap.put(257, "Serial Number");
|
||
|
hashMap.put(258, "Internal Serial Number");
|
||
|
hashMap.put(259, "Focal Plane Diagonal");
|
||
|
hashMap.put(260, "Body Firmware Version");
|
||
|
hashMap.put(513, "Lens Type");
|
||
|
hashMap.put(514, "Lens Serial Number");
|
||
|
hashMap.put(515, "Lens Model");
|
||
|
hashMap.put(516, "Lens Firmware Version");
|
||
|
hashMap.put(517, "Max Aperture At Min Focal");
|
||
|
hashMap.put(518, "Max Aperture At Max Focal");
|
||
|
hashMap.put(519, "Min Focal Length");
|
||
|
hashMap.put(520, "Max Focal Length");
|
||
|
hashMap.put(522, "Max Aperture");
|
||
|
hashMap.put(523, "Lens Properties");
|
||
|
hashMap.put(769, "Extender");
|
||
|
hashMap.put(770, "Extender Serial Number");
|
||
|
hashMap.put(771, "Extender Model");
|
||
|
hashMap.put(772, "Extender Firmware Version");
|
||
|
hashMap.put(1027, "Conversion Lens");
|
||
|
hashMap.put(4096, "Flash Type");
|
||
|
hashMap.put(4097, "Flash Model");
|
||
|
hashMap.put(4098, "Flash Firmware Version");
|
||
|
hashMap.put(4099, "Flash Serial Number");
|
||
|
}
|
||
|
|
||
|
public JLM() {
|
||
|
a(new lVS(this));
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final HashMap<Integer, String> c() {
|
||
|
return e;
|
||
|
}
|
||
|
|
||
|
@Override // o.BrP
|
||
|
public final String b() {
|
||
|
return "Olympus Equipment";
|
||
|
}
|
||
|
}
|