contentmgmt/cafstreamingsupport/test/streamingtestagent/inc/tscaf_streamagentdefs.h
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 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19  @test   
       
    20 */
       
    21 
       
    22 #ifndef TSCAF_STREAMAGENTDEFS_H_
       
    23 #define TSCAF_STREAMAGENTDEFS_H_
       
    24 
       
    25 namespace StreamAccess
       
    26 	{
       
    27 	
       
    28 	#ifdef STREAMAGENT_01
       
    29 	// Test Stream Agent Factory Implementation UID
       
    30 	static const TUint KTestStreamAgentFactoryImpId = 0x10285891;
       
    31 	
       
    32 	// Supported KMS Id's
       
    33 	_LIT8(KSupportedKmsIds,"1002;1005;1008;");
       
    34 	#endif
       
    35 	
       
    36 	
       
    37 	#ifdef STREAMAGENT_02
       
    38 	// Test Stream Agent Factory Implementation UID
       
    39 	static const TUint KTestStreamAgentFactoryImpId = 0x10285893;
       
    40 	
       
    41 	// Supported KMS Id's
       
    42 	_LIT8(KSupportedKmsIds,"1003;1004;1006;");
       
    43 	#endif
       
    44 	
       
    45 	}
       
    46 
       
    47 #endif /*TSCAF_STREAMAGENTDEFS_H_*/