-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmodels-tizen.js
More file actions
54 lines (43 loc) · 3.33 KB
/
models-tizen.js
File metadata and controls
54 lines (43 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* This file is automatically generated, do not edit manually! */
/* eslint-disable */
const DeviceType = require('../src/constants').deviceType;
exports.TIZEN_MODELS = {
'Baltic' : [ 'Samsung', '"Baltic"' ],
'SM-HIGGS' : [ 'Samsung', '"Higgs"' ],
'KIRAN' : [ 'Samsung', 'Z1' ],
'GT-I8800!' : [ 'Samsung', '"Melius"' ],
'GT-I8805!' : [ 'Samsung', '"Redwood"' ],
'GT-I9500!' : [ 'Samsung', 'GT-I9500 prototype' ],
'SGH-N099' : [ 'Samsung', 'SGH-N099 prototype' ],
'(ARMV7 )?SM-Z9005!' : [ 'Samsung', 'SM-Z9005 prototype' ],
'Mobile-RD-PQ' : [ 'Samsung', 'RD-PQ prototype' ],
'TM1' : [ 'Samsung', 'TM1 prototype' ],
'SM-Z130!' : [ 'Samsung', 'Z1' ],
'TIZEN SM-Z130!' : [ 'Samsung', 'Z1' ],
'SM-Z200!' : [ 'Samsung', 'Z2' ],
'SM-Z300!' : [ 'Samsung', 'Z3' ],
'TIZEN SM-Z300!' : [ 'Samsung', 'Z3' ],
'SM-Z500!' : [ 'Samsung', 'SM-Z500' ],
'SM-Z700!' : [ 'Samsung', 'SM-Z700' ],
'SM-Z900!' : [ 'Samsung', 'Z' ],
'SM-Z910!' : [ 'Samsung', 'Z' ],
'Z3 Z910F' : [ 'Samsung', 'Z' ],
'SEC SC-001' : [ 'Samsung', 'SC-001 prototype' ],
'SEC SC-03F' : [ 'Samsung', 'ZeQ' ], // Unreleased version for DoCoMo
'SC-03F' : [ 'Samsung', 'ZeQ' ], // Unreleased version for DoCoMo
'SM-G870F0' : [ 'Samsung', 'Galaxy S5 Active' ],
'SM-R720!' : [ 'Samsung', 'Gear S2', DeviceType.WATCH ],
'SM-R730!' : [ 'Samsung', 'Gear S2', DeviceType.WATCH ],
'SM-R750!' : [ 'Samsung', 'Gear S', DeviceType.WATCH ],
'SM-R760!' : [ 'Samsung', 'Gear S3', DeviceType.WATCH ],
'SM-R765!' : [ 'Samsung', 'Gear S3', DeviceType.WATCH ],
'NX300' : [ 'Samsung', 'NX300', DeviceType.CAMERA ],
'FamilyHub' : [ 'Samsung', 'Family Hub', DeviceType.APPLIANCE ],
'hawkp' : [ 'Samsung', '"Hawkp"', DeviceType.TELEVISION ],
'xu3' : [ 'Hardkernel', 'ODROID-XU3 developer board' ],
'sdk' : [ null, null, DeviceType.EMULATOR ],
'Emulator' : [ null, null, DeviceType.EMULATOR ],
'Mobile-Emulator' : [ null, null, DeviceType.EMULATOR ],
'TIZEN Emulator' : [ null, null, DeviceType.EMULATOR ],
};
/* This file is automatically generated, do not edit manually! */