photosgallery/gallery/group/glx_reg.rss
changeset 1 9ba538e329bd
parent 0 4e91876724a2
child 2 7d9067c6fcb1
equal deleted inserted replaced
0:4e91876724a2 1:9ba538e329bd
    31 	//
    31 	//
    32 	localisable_resource_file="\\resource\\apps\\glx_loc";
    32 	localisable_resource_file="\\resource\\apps\\glx_loc";
    33   	localisable_resource_id = R_GLX_LOCALISABLE_APP_INFO;
    33   	localisable_resource_id = R_GLX_LOCALISABLE_APP_INFO;
    34 	//
    34 	//
    35 	hidden = KAppIsHidden;
    35 	hidden = KAppIsHidden;
    36 
       
    37         datatype_list =
       
    38 	        {
       
    39 	        DATATYPE
       
    40 	            {
       
    41 	            priority = EDataTypePriorityHigh;
       
    42 	            type = "image/jpeg";
       
    43 	            },
       
    44 	        DATATYPE
       
    45 	            {
       
    46 	            priority = EDataTypePriorityHigh;
       
    47 	            type = "image/jpg";
       
    48 	            },
       
    49 	        DATATYPE
       
    50 	            {
       
    51 	            priority = EDataTypePriorityHigh;
       
    52 	            type = "image/jp2";
       
    53 	            },
       
    54 	        DATATYPE
       
    55 	            {
       
    56 	            priority = EDataTypePriorityHigh;
       
    57 	            type = "image/tiff";
       
    58 	            },
       
    59 	        DATATYPE
       
    60 	            {
       
    61 	            priority = EDataTypePriorityHigh;
       
    62 	            type = "image/x-wmf";
       
    63 	            },
       
    64 	        DATATYPE
       
    65 	            {
       
    66 	            priority = EDataTypePriorityHigh;
       
    67 	            type = "image/ico";
       
    68 	            },
       
    69 	        DATATYPE
       
    70 	            {
       
    71 	            priority = EDataTypePriorityHigh;
       
    72 	            type = "image/gif";
       
    73 	            },
       
    74 	        DATATYPE
       
    75 	            {
       
    76 	            priority = EDataTypePriorityHigh;
       
    77 	            type = "image/bmp";
       
    78 	            },
       
    79 	        DATATYPE
       
    80 	            {
       
    81 	            priority = EDataTypePriorityHigh;
       
    82 	            type = "image/x-bmp";
       
    83 	            },
       
    84 	        DATATYPE
       
    85 	            {
       
    86 	            priority = EDataTypePriorityHigh;
       
    87 	            type = "image/x-bitmap";
       
    88 	            },
       
    89 	        DATATYPE
       
    90 	            {
       
    91 	            priority = EDataTypePriorityHigh;
       
    92 	            type = "image/x-xbitmap";
       
    93 	            },
       
    94 	        DATATYPE
       
    95 	            {
       
    96 	            priority = EDataTypePriorityHigh;
       
    97 	            type = "image/x-win-bitmap";
       
    98 	            },
       
    99 	        DATATYPE
       
   100 	            {
       
   101 	            priority = EDataTypePriorityHigh;
       
   102 	            type = "image/x-windows-bmp";
       
   103 	            },
       
   104 	        DATATYPE
       
   105 	            {
       
   106 	            priority = EDataTypePriorityHigh;
       
   107 	            type = "image/ms-bmp";
       
   108 	            },
       
   109 	        DATATYPE
       
   110 	            {
       
   111 	            priority = EDataTypePriorityHigh;
       
   112 	            type = "image/x-ms-bmp";
       
   113 	            },
       
   114 	        DATATYPE
       
   115 	            {
       
   116 	            priority = EDataTypePriorityHigh;
       
   117 	            type = "image/vnd.wap.wbmp";
       
   118 	            },
       
   119 	        DATATYPE
       
   120 	            {
       
   121 	            priority = EDataTypePriorityHigh;
       
   122 	            type = "image/png";
       
   123 	            },
       
   124 	        DATATYPE
       
   125 	            {
       
   126 	            priority = EDataTypePriorityHigh;
       
   127 	            type = "image/x-epoc-mbm";
       
   128 	            },
       
   129 	        DATATYPE
       
   130 	            {
       
   131 	            priority = EDataTypePriorityHigh;
       
   132 	            type = "image/vnd.nokia.ota-bitmap";
       
   133 	            },
       
   134 	        DATATYPE
       
   135 	            {
       
   136 	            priority = EDataTypePriorityHigh;
       
   137 	            type = "image/x-ota-bitmap";
       
   138 	            },
       
   139 	        DATATYPE
       
   140 	            {
       
   141 	            priority = EDataTypePriorityHigh;
       
   142 	            type = "image/mng";
       
   143 	            }
       
   144 	        };
       
   145 	}
    36 	}