emailservices/emailstore/tsrc/message_store_test/group/t_msgstore.mmp
changeset 1 12c456ceeff2
child 13 0396474f30f5
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_msgstore.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     0x20022BFD
       
    30 
       
    31 //TARGETPATH      target_path
       
    32 DEFFILE         t_msgstore.def
       
    33 
       
    34 USERINCLUDE     ../inc 
       
    35 USERINCLUDE     ../../../message_store/common/inc 
       
    36 USERINCLUDE     ../../../message_store/server/inc 
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE	
       
    39 SYSTEMINCLUDE   ../../../../../inc
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          t_msgstore.cpp
       
    43 SOURCE          t_msgstoreCases.cpp
       
    44 SOURCE			asynctestcasebase.cpp
       
    45 SOURCE			mailboxtests.cpp
       
    46 SOURCE			propertytests.cpp
       
    47 SOURCE          FolderTests.cpp
       
    48 SOURCE          MessageTests.cpp
       
    49 SOURCE          PartTests.cpp
       
    50 SOURCE          ObserverTests.cpp
       
    51 SOURCE          ContentTests.cpp
       
    52 SOURCE          MruTests.cpp
       
    53 SOURCE          SearchTests.cpp
       
    54 SOURCE          SortTests.cpp
       
    55 SOURCE          SizeTests.cpp
       
    56 SOURCE          ShutdownServerTest.cpp
       
    57 SOURCE          DbCorruptTests.cpp
       
    58 SOURCE          EncryptionTests.cpp
       
    59 
       
    60 //RESOURCE        resource_file
       
    61 //RESOURCE        resource_file2
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         efsrv.lib 
       
    65 LIBRARY         bafl.lib 
       
    66 LIBRARY         stiftestinterface.lib
       
    67 LIBRARY         stiftestengine.lib
       
    68 LIBRARY         messagestoreclient.lib
       
    69 LIBRARY         tzclient.lib
       
    70 LIBRARY         edbms.lib
       
    71 LIBRARY         estor.lib
       
    72 
       
    73 LANG            SC
       
    74 
       
    75 /*
       
    76 START WINS      
       
    77 ?wins_specific_information
       
    78 END
       
    79 
       
    80 START MARM
       
    81 ?marm_specific_information
       
    82 END
       
    83 */
       
    84 // Other possible keywords:
       
    85  
       
    86 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    87 /*
       
    88 START BITMAP ?target
       
    89 TARGETPATH   ?emulated_path_on_target_machine
       
    90 HEADER
       
    91 SOURCE       ?color_depth ?source_bitmap
       
    92 END
       
    93 */
       
    94 // DEFFILE ?filename
       
    95 // AIF ?filename// End of File
       
    96 
       
    97 EPOCALLOWDLLDATA