dosservices/tsrc/public/basic/dosservertestplugin/group/dosservertestplugin.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *     Project specification file for DosServer controller
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET			dosservertestplugin.dll
       
    23 CAPABILITY      CAP_ECOM_PLUGIN
       
    24 TARGETTYPE		PLUGIN
       
    25 UID				0x10009D8D 0x10200C6A
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 START RESOURCE ../data/10200C6A.rss
       
    29 TARGET dosservertestplugin.rsc
       
    30 END
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			tfdosproxy.cpp
       
    34 SOURCE			tfdoscontrol.cpp
       
    35 SOURCE			tfdoscontroltestcase.cpp
       
    36 SOURCE			tfdosplugin.cpp
       
    37 SOURCE			tfeventlistener.cpp
       
    38 SOURCE 			tfdosshareddatatc.cpp
       
    39 
       
    40 USERINCLUDE		../inc
       
    41 USERINCLUDE             ../../../../../../inc
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE		../../../../dsytesttool/dsytfcore/inc
       
    45 				
       
    46 LIBRARY			euser.lib
       
    47 LIBRARY			efsrv.lib 
       
    48 LIBRARY			ecom.lib
       
    49 LIBRARY			dsytfcore.lib
       
    50 LIBRARY			dsclient.lib
       
    51 LIBRARY			bluetooth.lib
       
    52 
       
    53 // MACRO         	COMPONENT_TRACE_FLAG
       
    54 // MACRO           	TEST_CASE_TRACE_FLAG
       
    55 
       
    56 
       
    57 SMPSAFE