installationservices/swinstallationfw/test/tusif/source/sifgetcompapparcinfotest_reg.rss
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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 the License "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: 
       
    15 *
       
    16 */
       
    17 
       
    18 /**
       
    19  @file testapplication_reg.rss
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 #include <appinfo.rh>
       
    24 #include <sifgetcompapparcinfotest_loc.rsg>
       
    25 
       
    26 UID2 KUidAppRegistrationResourceFile
       
    27 UID3 0x80286FE1
       
    28 	
       
    29 
       
    30 
       
    31 
       
    32 RESOURCE APP_REGISTRATION_INFO
       
    33 	{
       
    34 	app_file = "CompInfoFile";
       
    35 	localisable_resource_file = "z:\\tusif\\tsif\\data\\sifgetcompapparcinfotest\\sifgetcompapparcinfotest_loc";
       
    36 	localisable_resource_id = R_LAI;	
       
    37 	    //
       
    38     hidden = KAppNotHidden;
       
    39     embeddability = KAppNotEmbeddable;
       
    40     newfile = KAppDoesNotSupportNewFile;
       
    41     launch = KAppLaunchInForeground;
       
    42     group_name = "AppNameGroup";
       
    43     //
       
    44     default_screen_number = 2;
       
    45     //
       
    46     datatype_list = 
       
    47         {
       
    48         DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg1"; },
       
    49         DATATYPE { priority=EDataTypePriorityNormal; type="image/gif1"; }
       
    50         };
       
    51     //
       
    52     file_ownership_list =
       
    53         {
       
    54         FILE_OWNERSHIP_INFO {file_name="c:\\temp\\AppNameTempFile.txt"; },
       
    55         FILE_OWNERSHIP_INFO {file_name="c:\\temp\\AppName.txt"; }
       
    56         };
       
    57 	
       
    58    //
       
    59     service_list =
       
    60         {
       
    61         SERVICE_INFO
       
    62             {
       
    63             uid = 268123123;
       
    64             datatype_list = 
       
    65                 {
       
    66                 DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg2"; },
       
    67                 DATATYPE { priority=EDataTypePriorityNormal; type="image/gif2"; }
       
    68                 };   
       
    69             opaque_data = r_first_service_specific_data;
       
    70             },
       
    71         SERVICE_INFO
       
    72             {
       
    73             uid = 268123124;
       
    74             datatype_list = 
       
    75                 {
       
    76                 DATATYPE { priority=EDataTypePriorityNormal; type="image/jpeg3"; },
       
    77                 DATATYPE { priority=EDataTypePriorityNormal; type="image/gif3"; }
       
    78                 };
       
    79             opaque_data = r_second_service_specific_data;
       
    80             }
       
    81         };
       
    82     
       
    83     
       
    84     opaque_data = r_third_service_specific_data;
       
    85 	}
       
    86 	
       
    87 STRUCT SERVICE_NAME
       
    88 	{
       
    89 	LTEXT name = "";
       
    90 	}
       
    91 
       
    92 RESOURCE SERVICE_NAME r_first_service_specific_data
       
    93 	{
       
    94 	name = "Non-localised_service_uid_01020304";
       
    95 	}
       
    96 
       
    97 RESOURCE SERVICE_NAME r_second_service_specific_data
       
    98 	{
       
    99 	name = "Non-localised_service_uid_02030405";
       
   100 	}
       
   101 
       
   102 RESOURCE SERVICE_NAME r_third_service_specific_data
       
   103 	{
       
   104 	name = "Non-localised_resource";
       
   105 	}