File Coverage

blib/lib/HTTP/MobileAgent/DoCoMoDisplayMap.pm
Criterion Covered Total %
statement 10 12 83.3
branch 1 4 25.0
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 20 75.0


line stmt bran cond sub pod time code
1             package HTTP::MobileAgent::DoCoMoDisplayMap;
2             # This file is autogenerated by makedocomomap
3             # in HTTP-MobileAgent distribution
4              
5 10     10   39 use strict;
  10         12  
  10         355  
6             require Exporter;
7 10     10   36 use base qw(Exporter);
  10         13  
  10         723  
8              
9 10     10   42 use vars qw(@EXPORT_OK $DisplayMap);
  10         11  
  10         914  
10             @EXPORT_OK = qw($DisplayMap);
11              
12             BEGIN {
13 10 50   10   23677 if ($ENV{DOCOMO_MAP}) {
14 0           eval q{
15             require XML::Simple;
16             my $xml = XML::Simple->new;
17             my $map = $xml->XMLin($ENV{DOCOMO_MAP});
18             if ($map->{terminal}) {
19             # new layout
20             for my $terminal (@{$map->{terminal}}) {
21             my $model = delete $terminal->{model};
22             $DisplayMap->{$model} = $terminal;
23             }
24             }
25             else {
26             # old layout
27             $DisplayMap = $map;
28             }
29             };
30 0 0         warn "using normal hash map: $@" if $@;
31             }
32             }
33              
34             $DisplayMap ||= {
35             'P2101V' => {
36             'width' => '163',
37             'color' => 1,
38             'depth' => '262144',
39             'height' => '182'
40             },
41             'R211I' => {
42             'width' => '96',
43             'color' => 1,
44             'depth' => '4096',
45             'height' => '98'
46             },
47             'SH702IS' => {
48             'width' => '240',
49             'color' => 1,
50             'depth' => '262144',
51             'height' => '240'
52             },
53             'F2102V' => {
54             'width' => '176',
55             'color' => 1,
56             'depth' => '65536',
57             'height' => '182'
58             },
59             'D903ITV' => {
60             'width' => '230',
61             'color' => 1,
62             'depth' => '262144',
63             'height' => '320'
64             },
65             'P209IS' => {
66             'width' => '96',
67             'color' => 1,
68             'depth' => '256',
69             'height' => '87'
70             },
71             'SO903ITV' => {
72             'width' => '240',
73             'color' => 1,
74             'depth' => '262144',
75             'height' => '368'
76             },
77             'P504I' => {
78             'width' => '132',
79             'color' => 1,
80             'depth' => '65536',
81             'height' => '144'
82             },
83             'F211I' => {
84             'width' => '96',
85             'color' => 1,
86             'depth' => '4096',
87             'height' => '113'
88             },
89             'F704I' => {
90             'width' => '230',
91             'color' => 1,
92             'depth' => '262144',
93             'height' => '240'
94             },
95             'SO703I' => {
96             'width' => '240',
97             'color' => 1,
98             'depth' => '262144',
99             'height' => '368'
100             },
101             'N251IS' => {
102             'width' => '132',
103             'color' => 1,
104             'depth' => '65536',
105             'height' => '140'
106             },
107             'SH251IS' => {
108             'width' => '176',
109             'color' => 1,
110             'depth' => '65536',
111             'height' => '187'
112             },
113             'SH505I' => {
114             'width' => '240',
115             'color' => 1,
116             'depth' => '262144',
117             'height' => '252'
118             },
119             'ER209I' => {
120             'width' => '120',
121             'color' => '',
122             'depth' => '2',
123             'height' => '72'
124             },
125             'SA800I' => {
126             'width' => '240',
127             'color' => 1,
128             'depth' => '65536',
129             'height' => '252'
130             },
131             'F881IES' => {
132             'width' => '240',
133             'color' => 1,
134             'depth' => '65536',
135             'height' => '256'
136             },
137             'P821I' => {
138             'width' => '118',
139             'color' => '',
140             'depth' => '4',
141             'height' => '128'
142             },
143             'D851IWM' => {
144             'width' => '230',
145             'color' => 1,
146             'depth' => '262144',
147             'height' => '320'
148             },
149             'P900IV' => {
150             'width' => '240',
151             'color' => 1,
152             'depth' => '262144',
153             'height' => '266'
154             },
155             'D251I' => {
156             'width' => '132',
157             'color' => 1,
158             'depth' => '262144',
159             'height' => '144'
160             },
161             'P851I' => {
162             'width' => '240',
163             'color' => 1,
164             'depth' => '65536',
165             'height' => '270'
166             },
167             'F671IS' => {
168             'width' => '160',
169             'color' => 1,
170             'depth' => '65536',
171             'height' => '120'
172             },
173             'N2002' => {
174             'width' => '118',
175             'color' => 1,
176             'depth' => '65536',
177             'height' => '128'
178             },
179             'N211I' => {
180             'width' => '118',
181             'color' => 1,
182             'depth' => '4096',
183             'height' => '128'
184             },
185             'D505I' => {
186             'width' => '240',
187             'color' => 1,
188             'depth' => '262144',
189             'height' => '270'
190             },
191             'P505IS' => {
192             'width' => '240',
193             'color' => 1,
194             'depth' => '65536',
195             'height' => '266'
196             },
197             'P211IS' => {
198             'width' => '120',
199             'color' => 1,
200             'depth' => '65536',
201             'height' => '130'
202             },
203             'L602I' => {
204             'width' => '170',
205             'color' => 1,
206             'depth' => '65536',
207             'height' => '189'
208             },
209             'P209I' => {
210             'width' => '96',
211             'color' => '',
212             'depth' => '4',
213             'height' => '87'
214             },
215             'D502I' => {
216             'width' => '96',
217             'color' => 1,
218             'depth' => '256',
219             'height' => '90'
220             },
221             'D252I' => {
222             'width' => '176',
223             'color' => 1,
224             'depth' => '262144',
225             'height' => '198'
226             },
227             'D800IDS' => {
228             'width' => '230',
229             'color' => 1,
230             'depth' => '262144',
231             'height' => '240'
232             },
233             'SO210I' => {
234             'width' => '120',
235             'color' => 1,
236             'depth' => '256',
237             'height' => '113'
238             },
239             'N901IS' => {
240             'width' => '240',
241             'color' => 1,
242             'depth' => '65536',
243             'height' => '270'
244             },
245             'NM502I' => {
246             'width' => '111',
247             'color' => '',
248             'depth' => '2',
249             'height' => '106'
250             },
251             'P213I' => {
252             'width' => '132',
253             'color' => 1,
254             'depth' => '65536',
255             'height' => '144'
256             },
257             'F901IC' => {
258             'width' => '230',
259             'color' => 1,
260             'depth' => '262144',
261             'height' => '240'
262             },
263             'D703I' => {
264             'width' => '230',
265             'color' => 1,
266             'depth' => '262144',
267             'height' => '240'
268             },
269             'D702IF' => {
270             'width' => '230',
271             'color' => 1,
272             'depth' => '262144',
273             'height' => '240'
274             },
275             'SH902I' => {
276             'width' => '240',
277             'color' => 1,
278             'depth' => '262144',
279             'height' => '240'
280             },
281             'P503I' => {
282             'width' => '120',
283             'color' => 1,
284             'depth' => '256',
285             'height' => '130'
286             },
287             'P211I' => {
288             'width' => '120',
289             'color' => 1,
290             'depth' => '65536',
291             'height' => '130'
292             },
293             'N503IS' => {
294             'width' => '118',
295             'color' => 1,
296             'depth' => '4096',
297             'height' => '128'
298             },
299             'N506ISII' => {
300             'width' => '240',
301             'color' => 1,
302             'depth' => '262144',
303             'height' => '295'
304             },
305             'N211IS' => {
306             'width' => '118',
307             'color' => 1,
308             'depth' => '4096',
309             'height' => '128'
310             },
311             'N900IG' => {
312             'width' => '240',
313             'color' => 1,
314             'depth' => '65536',
315             'height' => '269'
316             },
317             'SO213IWR' => {
318             'width' => '120',
319             'color' => 1,
320             'depth' => '65536',
321             'height' => '112'
322             },
323             'D504I' => {
324             'width' => '132',
325             'color' => 1,
326             'depth' => '262144',
327             'height' => '144'
328             },
329             'F883IES' => {
330             'width' => '240',
331             'color' => 1,
332             'depth' => '65536',
333             'height' => '256'
334             },
335             'SH506IC' => {
336             'width' => '240',
337             'color' => 1,
338             'depth' => '262144',
339             'height' => '252'
340             },
341             'P506ICII' => {
342             'width' => '240',
343             'color' => 1,
344             'depth' => '65536',
345             'height' => '266'
346             },
347             'F702ID' => {
348             'width' => '230',
349             'color' => 1,
350             'depth' => '262144',
351             'height' => '240'
352             },
353             'SH904I' => {
354             'width' => '240',
355             'color' => 1,
356             'depth' => '262144',
357             'height' => '320'
358             },
359             'P702ID' => {
360             'width' => '240',
361             'color' => 1,
362             'depth' => '262144',
363             'height' => '270'
364             },
365             'P703I' => {
366             'width' => '240',
367             'color' => 1,
368             'depth' => '262144',
369             'height' => '270'
370             },
371             'SA700IS' => {
372             'width' => '240',
373             'color' => 1,
374             'depth' => '65536',
375             'height' => '252'
376             },
377             'SO506IS' => {
378             'width' => '240',
379             'color' => 1,
380             'depth' => '262144',
381             'height' => '256'
382             },
383             'KO209I' => {
384             'width' => '96',
385             'color' => 1,
386             'depth' => '256',
387             'height' => '96'
388             },
389             'F506I' => {
390             'width' => '240',
391             'color' => 1,
392             'depth' => '262144',
393             'height' => '268'
394             },
395             'P252IS' => {
396             'width' => '132',
397             'color' => 1,
398             'depth' => '65536',
399             'height' => '144'
400             },
401             'L601I' => {
402             'width' => '170',
403             'color' => 1,
404             'depth' => '65536',
405             'height' => '189'
406             },
407             'SO502IWM' => {
408             'width' => '120',
409             'color' => 1,
410             'depth' => '256',
411             'height' => '113'
412             },
413             'N503I' => {
414             'width' => '118',
415             'color' => 1,
416             'depth' => '4096',
417             'height' => '128'
418             },
419             'KO210I' => {
420             'width' => '96',
421             'color' => 1,
422             'depth' => '256',
423             'height' => '96'
424             },
425             'F700IS' => {
426             'width' => '230',
427             'color' => 1,
428             'depth' => '262144',
429             'height' => '240'
430             },
431             'N700I' => {
432             'width' => '240',
433             'color' => 1,
434             'depth' => '65536',
435             'height' => '270'
436             },
437             'N251I' => {
438             'width' => '132',
439             'color' => 1,
440             'depth' => '65536',
441             'height' => '140'
442             },
443             'D506I' => {
444             'width' => '240',
445             'color' => 1,
446             'depth' => '262144',
447             'height' => '270'
448             },
449             'SO213I' => {
450             'width' => '120',
451             'color' => 1,
452             'depth' => '65536',
453             'height' => '112'
454             },
455             'D902I' => {
456             'width' => '230',
457             'color' => 1,
458             'depth' => '262144',
459             'height' => '320'
460             },
461             'M702IS' => {
462             'width' => '240',
463             'color' => 1,
464             'depth' => '262144',
465             'height' => '267'
466             },
467             'D701IWM' => {
468             'width' => '230',
469             'color' => 1,
470             'depth' => '65536',
471             'height' => '240'
472             },
473             'F672I' => {
474             'width' => '160',
475             'color' => 1,
476             'depth' => '65536',
477             'height' => '120'
478             },
479             'D503I' => {
480             'width' => '132',
481             'color' => 1,
482             'depth' => '4096',
483             'height' => '126'
484             },
485             'SH902IS' => {
486             'width' => '240',
487             'color' => 1,
488             'depth' => '262144',
489             'height' => '240'
490             },
491             'F502IT' => {
492             'width' => '96',
493             'color' => 1,
494             'depth' => '256',
495             'height' => '91'
496             },
497             'D901I' => {
498             'width' => '230',
499             'color' => 1,
500             'depth' => '262144',
501             'height' => '240'
502             },
503             'N2701' => {
504             'width' => '176',
505             'color' => 1,
506             'depth' => '65536',
507             'height' => '198'
508             },
509             'P502I' => {
510             'width' => '96',
511             'color' => '',
512             'depth' => '4',
513             'height' => '117'
514             },
515             'N502I' => {
516             'width' => '118',
517             'color' => '',
518             'depth' => '4',
519             'height' => '128'
520             },
521             'SO211I' => {
522             'width' => '120',
523             'color' => 1,
524             'depth' => '4096',
525             'height' => '112'
526             },
527             'N505IS' => {
528             'width' => '240',
529             'color' => 1,
530             'depth' => '262144',
531             'height' => '270'
532             },
533             'SO702I' => {
534             'width' => '240',
535             'color' => 1,
536             'depth' => '262144',
537             'height' => '256'
538             },
539             'D505IS' => {
540             'width' => '240',
541             'color' => 1,
542             'depth' => '262144',
543             'height' => '270'
544             },
545             'P701ID' => {
546             'width' => '240',
547             'color' => 1,
548             'depth' => '65536',
549             'height' => '270'
550             },
551             'F2051' => {
552             'width' => '176',
553             'color' => 1,
554             'depth' => '65536',
555             'height' => '182'
556             },
557             'P251IS' => {
558             'width' => '132',
559             'color' => 1,
560             'depth' => '65536',
561             'height' => '144'
562             },
563             'P505I' => {
564             'width' => '240',
565             'color' => 1,
566             'depth' => '65536',
567             'height' => '266'
568             },
569             'R209I' => {
570             'width' => '96',
571             'color' => '',
572             'depth' => '4',
573             'height' => '72'
574             },
575             'T2101V' => {
576             'width' => '176',
577             'color' => 1,
578             'depth' => '262144',
579             'height' => '144'
580             },
581             'F903IBSC' => {
582             'width' => '230',
583             'color' => 1,
584             'depth' => '262144',
585             'height' => '240'
586             },
587             'SO506IC' => {
588             'width' => '240',
589             'color' => 1,
590             'depth' => '262144',
591             'height' => '256'
592             },
593             'N252I' => {
594             'width' => '132',
595             'color' => 1,
596             'depth' => '65536',
597             'height' => '140'
598             },
599             'N904I' => {
600             'width' => '240',
601             'color' => 1,
602             'depth' => '262144',
603             'height' => '352'
604             },
605             'N600I' => {
606             'width' => '176',
607             'color' => 1,
608             'depth' => '65536',
609             'height' => '180'
610             },
611             'N501I' => {
612             'width' => '118',
613             'color' => '',
614             'depth' => '2',
615             'height' => '128'
616             },
617             'N902I' => {
618             'width' => '240',
619             'color' => 1,
620             'depth' => '262144',
621             'height' => '270'
622             },
623             'D903I' => {
624             'width' => '230',
625             'color' => 1,
626             'depth' => '262144',
627             'height' => '320'
628             },
629             'F703I' => {
630             'width' => '230',
631             'color' => 1,
632             'depth' => '262144',
633             'height' => '240'
634             },
635             'F900I' => {
636             'width' => '230',
637             'color' => 1,
638             'depth' => '262144',
639             'height' => '240'
640             },
641             'P252I' => {
642             'width' => '132',
643             'color' => 1,
644             'depth' => '65536',
645             'height' => '144'
646             },
647             'P902IS' => {
648             'width' => '240',
649             'color' => 1,
650             'depth' => '262144',
651             'height' => '270'
652             },
653             'F901IS' => {
654             'width' => '230',
655             'color' => 1,
656             'depth' => '262144',
657             'height' => '240'
658             },
659             'D253IWM' => {
660             'width' => '220',
661             'color' => 1,
662             'depth' => '262144',
663             'height' => '144'
664             },
665             'F661I' => {
666             'width' => '132',
667             'color' => 1,
668             'depth' => '65536',
669             'height' => '136'
670             },
671             'D501I' => {
672             'width' => '96',
673             'color' => '',
674             'depth' => '2',
675             'height' => '72'
676             },
677             'P704I' => {
678             'width' => '240',
679             'color' => 1,
680             'depth' => '262144',
681             'height' => '270'
682             },
683             'SO902I' => {
684             'width' => '240',
685             'color' => 1,
686             'depth' => '262144',
687             'height' => '256'
688             },
689             'F505IGPS' => {
690             'width' => '240',
691             'color' => 1,
692             'depth' => '262144',
693             'height' => '268'
694             },
695             'NM850IG' => {
696             'width' => '176',
697             'color' => 1,
698             'depth' => '65536',
699             'height' => '144'
700             },
701             'N900IL' => {
702             'width' => '240',
703             'color' => 1,
704             'depth' => '65536',
705             'height' => '269'
706             },
707             'SH704I' => {
708             'width' => '240',
709             'color' => 1,
710             'depth' => '262144',
711             'height' => '320'
712             },
713             'N702IS' => {
714             'width' => '240',
715             'color' => 1,
716             'depth' => '65536',
717             'height' => '270'
718             },
719             'P700I' => {
720             'width' => '240',
721             'color' => 1,
722             'depth' => '65536',
723             'height' => '270'
724             },
725             'N701IECO' => {
726             'width' => '240',
727             'color' => 1,
728             'depth' => '65536',
729             'height' => '270'
730             },
731             'F904I' => {
732             'width' => '240',
733             'color' => 1,
734             'depth' => '262144',
735             'height' => '352'
736             },
737             'SO212I' => {
738             'width' => '120',
739             'color' => 1,
740             'depth' => '65536',
741             'height' => '112'
742             },
743             'N209I' => {
744             'width' => '108',
745             'color' => '',
746             'depth' => '4',
747             'height' => '82'
748             },
749             'D503IS' => {
750             'width' => '132',
751             'color' => 1,
752             'depth' => '4096',
753             'height' => '126'
754             },
755             'SH505IS' => {
756             'width' => '240',
757             'color' => 1,
758             'depth' => '262144',
759             'height' => '252'
760             },
761             'P210I' => {
762             'width' => '96',
763             'color' => 1,
764             'depth' => '256',
765             'height' => '91'
766             },
767             'N506IS' => {
768             'width' => '240',
769             'color' => 1,
770             'depth' => '262144',
771             'height' => '295'
772             },
773             'F883I' => {
774             'width' => '240',
775             'color' => 1,
776             'depth' => '65536',
777             'height' => '256'
778             },
779             'F902IS' => {
780             'width' => '230',
781             'color' => 1,
782             'depth' => '262144',
783             'height' => '240'
784             },
785             'L600I' => {
786             'width' => '170',
787             'color' => 1,
788             'depth' => '65536',
789             'height' => '189'
790             },
791             'SO504I' => {
792             'width' => '120',
793             'color' => 1,
794             'depth' => '65536',
795             'height' => '112'
796             },
797             'P253IS' => {
798             'width' => '132',
799             'color' => 1,
800             'depth' => '65536',
801             'height' => '144'
802             },
803             'SO213IS' => {
804             'width' => '120',
805             'color' => 1,
806             'depth' => '65536',
807             'height' => '112'
808             },
809             'N504IS' => {
810             'width' => '160',
811             'color' => 1,
812             'depth' => '65536',
813             'height' => '180'
814             },
815             'D251IS' => {
816             'width' => '132',
817             'color' => 1,
818             'depth' => '262144',
819             'height' => '144'
820             },
821             'N900I' => {
822             'width' => '240',
823             'color' => 1,
824             'depth' => '65536',
825             'height' => '269'
826             },
827             'P503IS' => {
828             'width' => '120',
829             'color' => 1,
830             'depth' => '256',
831             'height' => '130'
832             },
833             'SH252I' => {
834             'width' => '240',
835             'color' => 1,
836             'depth' => '262144',
837             'height' => '252'
838             },
839             'P702I' => {
840             'width' => '240',
841             'color' => 1,
842             'depth' => '262144',
843             'height' => '270'
844             },
845             'D701I' => {
846             'width' => '230',
847             'color' => 1,
848             'depth' => '65536',
849             'height' => '240'
850             },
851             'D704I' => {
852             'width' => '230',
853             'color' => 1,
854             'depth' => '262144',
855             'height' => '240'
856             },
857             'N210I' => {
858             'width' => '118',
859             'color' => 1,
860             'depth' => '256',
861             'height' => '113'
862             },
863             'P903I' => {
864             'width' => '240',
865             'color' => 1,
866             'depth' => '262144',
867             'height' => '270'
868             },
869             'N502IT' => {
870             'width' => '118',
871             'color' => 1,
872             'depth' => '256',
873             'height' => '128'
874             },
875             'N703ID' => {
876             'width' => '240',
877             'color' => 1,
878             'depth' => '262144',
879             'height' => '270'
880             },
881             'P900I' => {
882             'width' => '240',
883             'color' => 1,
884             'depth' => '65536',
885             'height' => '266'
886             },
887             'F880IES' => {
888             'width' => '240',
889             'color' => 1,
890             'depth' => '65536',
891             'height' => '256'
892             },
893             'M702IG' => {
894             'width' => '240',
895             'color' => 1,
896             'depth' => '262144',
897             'height' => '267'
898             },
899             'R691I' => {
900             'width' => '96',
901             'color' => '',
902             'depth' => '4',
903             'height' => '72'
904             },
905             'P901I' => {
906             'width' => '240',
907             'color' => 1,
908             'depth' => '65536',
909             'height' => '270'
910             },
911             'F900IT' => {
912             'width' => '230',
913             'color' => 1,
914             'depth' => '262144',
915             'height' => '240'
916             },
917             'N601I' => {
918             'width' => '240',
919             'color' => 1,
920             'depth' => '65536',
921             'height' => '270'
922             },
923             'D702I' => {
924             'width' => '230',
925             'color' => 1,
926             'depth' => '262144',
927             'height' => '240'
928             },
929             'P902I' => {
930             'width' => '240',
931             'color' => 1,
932             'depth' => '262144',
933             'height' => '270'
934             },
935             'SH821I' => {
936             'width' => '96',
937             'color' => 1,
938             'depth' => '256',
939             'height' => '78'
940             },
941             'F209I' => {
942             'width' => '96',
943             'color' => 1,
944             'depth' => '256',
945             'height' => '91'
946             },
947             'D901IS' => {
948             'width' => '230',
949             'color' => 1,
950             'depth' => '262144',
951             'height' => '240'
952             },
953             'N505I' => {
954             'width' => '240',
955             'color' => 1,
956             'depth' => '262144',
957             'height' => '270'
958             },
959             'SO903I' => {
960             'width' => '240',
961             'color' => 1,
962             'depth' => '262144',
963             'height' => '368'
964             },
965             'N506I' => {
966             'width' => '240',
967             'color' => 1,
968             'depth' => '262144',
969             'height' => '295'
970             },
971             'P904I' => {
972             'width' => '240',
973             'color' => 1,
974             'depth' => '262144',
975             'height' => '350'
976             },
977             'SH703I' => {
978             'width' => '240',
979             'color' => 1,
980             'depth' => '262144',
981             'height' => '240'
982             },
983             'SA702I' => {
984             'width' => '240',
985             'color' => 1,
986             'depth' => '65536',
987             'height' => '252'
988             },
989             'F210I' => {
990             'width' => '96',
991             'color' => 1,
992             'depth' => '256',
993             'height' => '113'
994             },
995             'SH900I' => {
996             'width' => '240',
997             'color' => 1,
998             'depth' => '262144',
999             'height' => '252'
1000             },
1001             'R692I' => {
1002             'width' => '96',
1003             'color' => 1,
1004             'depth' => '4096',
1005             'height' => '98'
1006             },
1007             'F903I' => {
1008             'width' => '230',
1009             'color' => 1,
1010             'depth' => '262144',
1011             'height' => '240'
1012             },
1013             'SO502I' => {
1014             'width' => '120',
1015             'color' => '',
1016             'depth' => '4',
1017             'height' => '120'
1018             },
1019             'SO506I' => {
1020             'width' => '240',
1021             'color' => 1,
1022             'depth' => '262144',
1023             'height' => '256'
1024             },
1025             'F700I' => {
1026             'width' => '230',
1027             'color' => 1,
1028             'depth' => '262144',
1029             'height' => '240'
1030             },
1031             'F503IS' => {
1032             'width' => '120',
1033             'color' => 1,
1034             'depth' => '4096',
1035             'height' => '130'
1036             },
1037             'F504I' => {
1038             'width' => '132',
1039             'color' => 1,
1040             'depth' => '65536',
1041             'height' => '136'
1042             },
1043             'F671I' => {
1044             'width' => '120',
1045             'color' => 1,
1046             'depth' => '256',
1047             'height' => '126'
1048             },
1049             'N902IL' => {
1050             'width' => '240',
1051             'color' => 1,
1052             'depth' => '262144',
1053             'height' => '270'
1054             },
1055             'N901IC' => {
1056             'width' => '240',
1057             'color' => 1,
1058             'depth' => '65536',
1059             'height' => '270'
1060             },
1061             'SO505I' => {
1062             'width' => '256',
1063             'color' => 1,
1064             'depth' => '262144',
1065             'height' => '240'
1066             },
1067             'N2001' => {
1068             'width' => '118',
1069             'color' => 1,
1070             'depth' => '4096',
1071             'height' => '128'
1072             },
1073             'SO503I' => {
1074             'width' => '120',
1075             'color' => 1,
1076             'depth' => '65536',
1077             'height' => '113'
1078             },
1079             'N704I' => {
1080             'width' => '240',
1081             'color' => 1,
1082             'depth' => '262144',
1083             'height' => '270'
1084             },
1085             'N702ID' => {
1086             'width' => '240',
1087             'color' => 1,
1088             'depth' => '65536',
1089             'height' => '270'
1090             },
1091             'F504IS' => {
1092             'width' => '132',
1093             'color' => 1,
1094             'depth' => '65536',
1095             'height' => '136'
1096             },
1097             'SH901IC' => {
1098             'width' => '240',
1099             'color' => 1,
1100             'depth' => '262144',
1101             'height' => '252'
1102             },
1103             'F501I' => {
1104             'width' => '112',
1105             'color' => '',
1106             'depth' => '2',
1107             'height' => '84'
1108             },
1109             'P903IX' => {
1110             'width' => '240',
1111             'color' => 1,
1112             'depth' => '262144',
1113             'height' => '270'
1114             },
1115             'P901ITV' => {
1116             'width' => '240',
1117             'color' => 1,
1118             'depth' => '65536',
1119             'height' => '270'
1120             },
1121             'F502I' => {
1122             'width' => '96',
1123             'color' => 1,
1124             'depth' => '256',
1125             'height' => '91'
1126             },
1127             'SH700IS' => {
1128             'width' => '240',
1129             'color' => 1,
1130             'depth' => '262144',
1131             'height' => '252'
1132             },
1133             'F251I' => {
1134             'width' => '132',
1135             'color' => 1,
1136             'depth' => '65536',
1137             'height' => '140'
1138             },
1139             'P253I' => {
1140             'width' => '132',
1141             'color' => 1,
1142             'depth' => '65536',
1143             'height' => '144'
1144             },
1145             'SH851I' => {
1146             'width' => '240',
1147             'color' => 1,
1148             'depth' => '262144',
1149             'height' => '252'
1150             },
1151             'D209I' => {
1152             'width' => '96',
1153             'color' => 1,
1154             'depth' => '256',
1155             'height' => '90'
1156             },
1157             'D702IBCL' => {
1158             'width' => '230',
1159             'color' => 1,
1160             'depth' => '262144',
1161             'height' => '240'
1162             },
1163             'SH2101V' => {
1164             'width' => '800',
1165             'color' => 1,
1166             'depth' => '65536',
1167             'height' => '600'
1168             },
1169             'D211I' => {
1170             'width' => '100',
1171             'color' => 1,
1172             'depth' => '4096',
1173             'height' => '91'
1174             },
1175             'D253I' => {
1176             'width' => '176',
1177             'color' => 1,
1178             'depth' => '262144',
1179             'height' => '198'
1180             },
1181             'N701I' => {
1182             'width' => '240',
1183             'color' => 1,
1184             'depth' => '65536',
1185             'height' => '270'
1186             },
1187             'SH901IS' => {
1188             'width' => '240',
1189             'color' => 1,
1190             'depth' => '262144',
1191             'height' => '252'
1192             },
1193             'SO505IS' => {
1194             'width' => '240',
1195             'color' => 1,
1196             'depth' => '262144',
1197             'height' => '256'
1198             },
1199             'N703I' => {
1200             'width' => '240',
1201             'color' => 1,
1202             'depth' => '262144',
1203             'height' => '270'
1204             },
1205             'N903I' => {
1206             'width' => '240',
1207             'color' => 1,
1208             'depth' => '262144',
1209             'height' => '270'
1210             },
1211             'D902IS' => {
1212             'width' => '230',
1213             'color' => 1,
1214             'depth' => '262144',
1215             'height' => '320'
1216             },
1217             'P2002' => {
1218             'width' => '118',
1219             'color' => 1,
1220             'depth' => '65536',
1221             'height' => '128'
1222             },
1223             'F900IC' => {
1224             'width' => '230',
1225             'color' => 1,
1226             'depth' => '262144',
1227             'height' => '240'
1228             },
1229             'D2101V' => {
1230             'width' => '120',
1231             'color' => 1,
1232             'depth' => '262144',
1233             'height' => '130'
1234             },
1235             'P504IS' => {
1236             'width' => '132',
1237             'color' => 1,
1238             'depth' => '65536',
1239             'height' => '144'
1240             },
1241             'SH700I' => {
1242             'width' => '240',
1243             'color' => 1,
1244             'depth' => '262144',
1245             'height' => '252'
1246             },
1247             'N900IS' => {
1248             'width' => '240',
1249             'color' => 1,
1250             'depth' => '65536',
1251             'height' => '269'
1252             },
1253             'P651PS' => {
1254             'width' => '96',
1255             'color' => '',
1256             'depth' => '4',
1257             'height' => '87'
1258             },
1259             'F902I' => {
1260             'width' => '230',
1261             'color' => 1,
1262             'depth' => '262144',
1263             'height' => '240'
1264             },
1265             'SO902IWP+' => {
1266             'width' => '240',
1267             'color' => 1,
1268             'depth' => '262144',
1269             'height' => '256'
1270             },
1271             'D904I' => {
1272             'width' => '240',
1273             'color' => 1,
1274             'depth' => '262144',
1275             'height' => '320'
1276             },
1277             'F503I' => {
1278             'width' => '120',
1279             'color' => 1,
1280             'depth' => '256',
1281             'height' => '130'
1282             },
1283             'P903ITV' => {
1284             'width' => '240',
1285             'color' => 1,
1286             'depth' => '262144',
1287             'height' => '350'
1288             },
1289             'SH902ISL' => {
1290             'width' => '240',
1291             'color' => 1,
1292             'depth' => '262144',
1293             'height' => '240'
1294             },
1295             'SO704I' => {
1296             'width' => '240',
1297             'color' => 1,
1298             'depth' => '262144',
1299             'height' => '368'
1300             },
1301             'P901IS' => {
1302             'width' => '240',
1303             'color' => 1,
1304             'depth' => '65536',
1305             'height' => '270'
1306             },
1307             'D900I' => {
1308             'width' => '240',
1309             'color' => 1,
1310             'depth' => '262144',
1311             'height' => '270'
1312             },
1313             'SH251I' => {
1314             'width' => '120',
1315             'color' => 1,
1316             'depth' => '65536',
1317             'height' => '130'
1318             },
1319             'N2102V' => {
1320             'width' => '176',
1321             'color' => 1,
1322             'depth' => '65536',
1323             'height' => '198'
1324             },
1325             'P501I' => {
1326             'width' => '96',
1327             'color' => '',
1328             'depth' => '2',
1329             'height' => '120'
1330             },
1331             'N253I' => {
1332             'width' => '160',
1333             'color' => 1,
1334             'depth' => '65536',
1335             'height' => '180'
1336             },
1337             'SO503IS' => {
1338             'width' => '120',
1339             'color' => 1,
1340             'depth' => '65536',
1341             'height' => '113'
1342             },
1343             'P2102V' => {
1344             'width' => '176',
1345             'color' => 1,
1346             'depth' => '262144',
1347             'height' => '198'
1348             },
1349             'F212I' => {
1350             'width' => '132',
1351             'color' => 1,
1352             'depth' => '65536',
1353             'height' => '136'
1354             },
1355             'SH903I' => {
1356             'width' => '240',
1357             'color' => 1,
1358             'depth' => '262144',
1359             'height' => '320'
1360             },
1361             'N902IS' => {
1362             'width' => '240',
1363             'color' => 1,
1364             'depth' => '262144',
1365             'height' => '270'
1366             },
1367             'SH903ITV' => {
1368             'width' => '240',
1369             'color' => 1,
1370             'depth' => '262144',
1371             'height' => '320'
1372             },
1373             'P506IC' => {
1374             'width' => '240',
1375             'color' => 1,
1376             'depth' => '65536',
1377             'height' => '266'
1378             },
1379             'SH702ID' => {
1380             'width' => '240',
1381             'color' => 1,
1382             'depth' => '262144',
1383             'height' => '240'
1384             },
1385             'F505I' => {
1386             'width' => '240',
1387             'color' => 1,
1388             'depth' => '262144',
1389             'height' => '268'
1390             },
1391             'F903IX' => {
1392             'width' => '230',
1393             'color' => 1,
1394             'depth' => '262144',
1395             'height' => '240'
1396             },
1397             'N902IX' => {
1398             'width' => '240',
1399             'color' => 1,
1400             'depth' => '262144',
1401             'height' => '270'
1402             },
1403             'N821I' => {
1404             'width' => '118',
1405             'color' => '',
1406             'depth' => '4',
1407             'height' => '128'
1408             },
1409             'N2051' => {
1410             'width' => '176',
1411             'color' => 1,
1412             'depth' => '65536',
1413             'height' => '198'
1414             },
1415             'F882IES' => {
1416             'width' => '240',
1417             'color' => 1,
1418             'depth' => '65536',
1419             'height' => '256'
1420             },
1421             'N504I' => {
1422             'width' => '160',
1423             'color' => 1,
1424             'depth' => '65536',
1425             'height' => '180'
1426             },
1427             'D210I' => {
1428             'width' => '96',
1429             'color' => 1,
1430             'depth' => '256',
1431             'height' => '91'
1432             }
1433             }
1434             ;
1435              
1436             1;