multimediacommscontroller/tsrc/subcontrollerstub/group/mccsubthreads_stub.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:    MCC Subthread client/server DLL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          MccSubthreads_stub.dll
       
    23 
       
    24 #if (defined EKA2)
       
    25 CAPABILITY 	CAP_GENERAL_DLL
       
    26 VENDORID	VID_DEFAULT
       
    27 #endif
       
    28 
       
    29 TARGETTYPE      dll
       
    30 
       
    31 //Change UID when received one
       
    32 UID             0x1000008d 0x102743F2 
       
    33                            
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          CMccUlDlClient_Stub.cpp
       
    37 
       
    38 
       
    39 USERINCLUDE     ../../../mmccsubcontroller/inc
       
    40 USERINCLUDE     ../../../mmccshared/inc
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 // Symbian OS libraries
       
    45 LIBRARY     	euser.lib
       
    46 
       
    47 // End of File