os/textandloc/charconvfw/charconvplugins/test/rtest/tsrc/main/01000002.rss
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2005-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: 
    15 * Used by test build of J5 "KDDI/AU" version
    16 *
    17 */
    18 
    19 
    20 #include "ecom/registryinfo.rh"
    21 
    22 RESOURCE REGISTRY_INFO theInfo
    23 	{
    24 	// UID3 
    25 	dll_uid = 0x01000003;
    26 	interfaces = 
    27 		{
    28 		INTERFACE_INFO
    29 			{
    30 			interface_uid = 0x101F7F1D;
    31 			implementations = 
    32 				{
    33 				IMPLEMENTATION_INFO
    34 					{
    35 					// test UID
    36 					implementation_uid = 0x01000002;
    37 					version_no = 1;
    38 					display_name = "J5_KDDIAU";
    39 					default_data = "J5_KDDIAU";
    40 					opaque_data = "";
    41 					}
    42 				};
    43 			}
    44 		};
    45 	}