common/tools/ats/smoketest/localisation/apparchitecture/tef/serverapp_reg.rss
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file serverapp_reg.rss
       
    20  @internalComponent - Internal Symbian test code
       
    21 */
       
    22 
       
    23 #include <appinfo.rh>
       
    24 
       
    25 UID2 KUidAppRegistrationResourceFile
       
    26 UID3 0x10004c56 // UID of the application this registration file represents
       
    27 
       
    28 RESOURCE APP_REGISTRATION_INFO
       
    29 	{
       
    30 	app_file="serverapp";
       
    31 	//
       
    32 	datatype_list = 
       
    33 		{
       
    34 		DATATYPE { priority=EDataTypePriorityNormal; type="text/plain"; },
       
    35 		DATATYPE { priority=EDataTypePriorityNormal; type="text/priority"; }
       
    36 		};
       
    37 
       
    38 	service_list = 
       
    39 		{
       
    40 		SERVICE_INFO { uid = 0x01020304; opaque_data = r_first_service_specific_data;},
       
    41 		SERVICE_INFO 
       
    42 			{
       
    43 			uid = 0x02030405;
       
    44 			datatype_list = 
       
    45 				{
       
    46 				DATATYPE { priority=EDataTypePriorityNormal; type="text/custom1"; }
       
    47 				};
       
    48 			opaque_data = r_second_service_specific_data;
       
    49 			},
       
    50 		SERVICE_INFO { uid = 0x05060708; opaque_data = r_third_service_specific_data;},
       
    51 		SERVICE_INFO { uid = 0x05060708; opaque_data = r_fourth_service_specific_data;},
       
    52 		SERVICE_INFO { uid = 0x01020333;}
       
    53 		};
       
    54 	}
       
    55 
       
    56 STRUCT SERVICE_NAME
       
    57 	{
       
    58 	LTEXT name = "";
       
    59 	}
       
    60 
       
    61 RESOURCE SERVICE_NAME r_first_service_specific_data
       
    62 	{
       
    63 	name = "Non-localised text for service uid 0x01020304";
       
    64 	}
       
    65 
       
    66 RESOURCE SERVICE_NAME r_second_service_specific_data
       
    67 	{
       
    68 	name = "Non-localised text for service uid 0x02030405";
       
    69 	}
       
    70 
       
    71 RESOURCE SERVICE_NAME r_third_service_specific_data
       
    72 	{
       
    73 	name = "Non-localised resource A";
       
    74 	}
       
    75 
       
    76 RESOURCE SERVICE_NAME r_fourth_service_specific_data
       
    77 	{
       
    78 	name = "Non-localised resource B";
       
    79 	}