emailservices/emailstore/tsrc/bufferedmsgcreator_test/group/t_bufferedmsgcreator.mmp
changeset 1 12c456ceeff2
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
       
     1 /*
       
     2 * Copyright (c) 2002 - 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 file for Message Store unit test
       
    15 *
       
    16 */
       
    17 
       
    18 // For OS_LAYER_SYSTEMINCLUDE
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          t_bufferedmsgcreator.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E7
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 SECUREID     0x20022BFE
       
    30 
       
    31 //TARGETPATH      target_path
       
    32 DEFFILE         t_bufferedmsgcreator.def
       
    33 
       
    34 USERINCLUDE     ../inc 
       
    35 USERINCLUDE     ../../../message_store/server/inc
       
    36 USERINCLUDE     ../../../message_store/common/inc 
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE	
       
    39 SYSTEMINCLUDE   ../../../../../inc
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          t_bufferedmsgcreator.cpp
       
    43 SOURCE          t_bufferedmsgcreatorcases.cpp
       
    44 SOURCE          mockups.cpp
       
    45 SOURCEPATH      ../../../message_store/server/src
       
    46 SOURCE          bufferedmessagecreator.cpp
       
    47 SOURCE          messagestoreutils.cpp
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         efsrv.lib 
       
    51 LIBRARY         bafl.lib 
       
    52 LIBRARY         stiftestinterface.lib
       
    53 LIBRARY         stiftestengine.lib
       
    54 LIBRARY         tzclient.lib
       
    55 LIBRARY         edbms.lib
       
    56 LIBRARY         estor.lib
       
    57 
       
    58 LANG            SC
       
    59