lowlevellibsandfws/pluginfw/Framework/MultipleImageTest/Image2/MultipleImageExampleR.RSS
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2006-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Resource file for the Multiple ROM Image Example Collection
       
    15 // To be used with the full Client / Server architecture.
       
    16 // This is one of the resource files for the multiple rom image test for CR0759.
       
    17 // 
       
    18 //
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 // Conditional compile, depending on locale
       
    23 #if defined LANGUAGE_02   // if language code is for French
       
    24  #include "MultipleImageExample_02.rls"
       
    25 #elif defined LANGUAGE_03 // if language code is for German
       
    26  #include "MultipleImageExample_03.rls"
       
    27 #else                     // if language code is default: UK English
       
    28  #include "MultipleImageExample_sc.rls"
       
    29 #endif 
       
    30 
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32 	{
       
    33 	dll_uid = 0x10282329;
       
    34 	interfaces = 
       
    35 		{
       
    36 		INTERFACE_INFO
       
    37 			{
       
    38 			interface_uid = 0x10282307;
       
    39 			implementations = 
       
    40 				{
       
    41 				IMPLEMENTATION_INFO
       
    42 					{
       
    43 					implementation_uid = 0x1028232A;
       
    44 					version_no = 1;
       
    45 					display_name = STRING_displayNameR;
       
    46 					default_data = "Multiple Image Example R - version 1";
       
    47 					}
       
    48 				};
       
    49 			}
       
    50 		};
       
    51 	}
       
    52