photosgallery/gallery/group/glx_reg.rss
changeset 0 4e91876724a2
child 1 9ba538e329bd
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    Application's registration resource file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <appinfo.rh>
       
    22 #include <glx_loc.rsg>
       
    23 #include <glxgallery.hrh>
       
    24 
       
    25 UID2 KUidAppRegistrationResourceFile
       
    26 UID3 KGlxGalleryApplicationUid
       
    27 
       
    28 RESOURCE APP_REGISTRATION_INFO 
       
    29 	{
       
    30 	app_file="glx";
       
    31 	//
       
    32 	localisable_resource_file="\\resource\\apps\\glx_loc";
       
    33   	localisable_resource_id = R_GLX_LOCALISABLE_APP_INFO;
       
    34 	//
       
    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 	}