contentmgmt/cafstreamingsupport/test/streamingtestagent_singleprocess/source/plugin/10285a42.rss
branchRCL_3
changeset 43 2f10d260163b
equal deleted inserted replaced
42:eb9b28acd381 43:2f10d260163b
       
     1 // Copyright (c) 2007-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 "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 // ECOM DLL UID:		0x10285A42
       
    15 // ECOM interface UID:		0x10285890 (KUidStreamAgentFactoryInterface)
       
    16 // ECOM Implementation:		0x10285A41
       
    17 // 
       
    18 //
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO so_registry
       
    23 	{
       
    24 	dll_uid = 0x10285A42;
       
    25 	interfaces =
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			interface_uid = 0x10285890;
       
    30 			
       
    31 			implementations =
       
    32 				{
       
    33 				IMPLEMENTATION_INFO
       
    34 					{
       
    35 					implementation_uid = 0x10285A41;
       
    36 					version_no = 1;
       
    37 					display_name = "Test 'Single Process' Stream Agent 1 ECOM Plugin";
       
    38 					default_data = "";
       
    39 					opaque_data = "";
       
    40 					}
       
    41 				};
       
    42 			}
       
    43 		};
       
    44 	}
       
    45