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