imstutils/imconversationview/tsrc/imcvuiengine_test/dummytestadaptation/group/dummytestadaptation.mmp
branchRCL_3
changeset 29 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
28:3104fc151679 29:9a48e301e94b
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Project definition file for OSSProtocolAdaptation
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/ossprotocoladaptationuids.h"
       
    21 
       
    22 TARGET          dummytestadaptation.dll
       
    23 TARGETTYPE      Plugin
       
    24 UID             KEComRecognitionDllUid2  KEComRecognitionDllUid3   
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 START RESOURCE  ../rss/dummytestadaptation.rss
       
    29 TARGET          dummytestadaptation.rsc
       
    30 END
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE 			cossprotocolplugin.cpp
       
    34 SOURCE 			cossprotocolconnection.cpp
       
    35 SOURCE      	cossprotocolconnectionmanager.cpp
       
    36 SOURCE			cossprotocolimfeatures.cpp
       
    37 
       
    38 // Im operations source
       
    39 SOURCE      cossprotocolimconversation.cpp
       
    40 
       
    41 // user includes
       
    42 USERINCLUDE     .
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 // Default system include paths for middleware layer modules.
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 //SYSTEMINCLUDE   /epoc32/include/libc
       
    49 SYSTEMINCLUDE   	/epoc32/include/ecom 
       
    50 
       
    51 //SYSTEMINCLUDE   /epoc32/include/stdapis
       
    52 //SYSTEMINCLUDE   /epoc32/include/osextensions/stdapis
       
    53 LIBRARY         euser.lib   
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         flogger.lib
       
    56 LIBRARY         bafl.lib
       
    57 
       
    58 
       
    59 
       
    60 // End of file