serviceproviders/sapi_calendar/tsrc/testing/tcal_providertest/group/tcal_providertest.mmp
changeset 19 989d2f495d90
child 33 50974a8b132e
equal deleted inserted replaced
14:a36b1e19a461 19:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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 *
       
    16 */
       
    17 /*TYPE TESTCLASS*//*
       
    18 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
    19 * All rights reserved.
       
    20 * This component and the accompanying materials are made available
       
    21 * under the terms of the License "Eclipse Public License v1.0"
       
    22 * which accompanies this distribution, and is available
       
    23 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    24 *
       
    25 * Initial Contributors:
       
    26 * Nokia Corporation - initial contribution.
       
    27 *
       
    28 * Contributors:
       
    29 *
       
    30 * Description:  ?Description
       
    31 *
       
    32 */
       
    33 
       
    34 
       
    35 
       
    36 #include <data_caging_paths.hrh>
       
    37 #include <bldvariant.hrh>
       
    38 
       
    39 #include <platform_paths.hrh>
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 
       
    44 TARGET          tcal_providertest.dll
       
    45 TARGETTYPE      dll
       
    46 UID             0x1000008D 0x101FB3E3
       
    47 
       
    48 CAPABILITY      ALL -TCB
       
    49 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    50 // VENDORID     0x00000000
       
    51 /* Remove comments and replace 0x00000000 with correct secure id */
       
    52 // SECUREID     0x00000000
       
    53 
       
    54 //TARGETPATH      ?target_path
       
    55 DEFFILE         tcal_providertest.def
       
    56 
       
    57 SOURCEPATH      ../src
       
    58 SOURCE          tcal_providertest.cpp
       
    59 SOURCE          tcal_providertestBlocks.cpp
       
    60 SOURCE          notify.cpp
       
    61 
       
    62 //RESOURCE        resource_file
       
    63 //RESOURCE        resource_file2
       
    64 
       
    65 USERINCLUDE     ../inc 
       
    66 //USERINCLUDE   ../../../../calendarservice/inc
       
    67 //USERINCLUDE   ../../../dev/inc
       
    68 //USERINCLUDE   ../../../../inc
       
    69 //USERINCLUDE   ../../../../../sapi_messaging/internal/dev/tmessagingprovidertest/tmsg_sendmessageiter3/inc
       
    70 //USERINCLUDE   ../../../../../sapi_messaging/inc
       
    71 //USERINCLUDE   ../../../../../sapi_messaging/messagingservice/inc
       
    72 //USERINCLUDE   ../../../../../inc
       
    73 
       
    74 
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         bafl.lib
       
    77 LIBRARY         stiftestinterface.lib
       
    78 LIBRARY         stiftestengine.lib
       
    79 LIBRARY         efsrv.lib
       
    80 LIBRARY			liwservicehandler.lib
       
    81 LIBRARY			calendarservice.lib
       
    82 LIBRARY         calinterimapi.lib
       
    83 
       
    84 LANG            SC
       
    85 
       
    86 EPOCALLOWDLLDATA
       
    87 
       
    88 /*
       
    89 START WINS      
       
    90 ?wins_specific_information
       
    91 END
       
    92 
       
    93 START MARM
       
    94 ?marm_specific_information
       
    95 END
       
    96 */
       
    97 // Other possible keywords:
       
    98  
       
    99 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   100 /*
       
   101 START BITMAP ?target
       
   102 TARGETPATH   ?emulated_path_on_target_machine
       
   103 HEADER
       
   104 SOURCE       ?color_depth ?source_bitmap
       
   105 END
       
   106 */
       
   107 // DEFFILE ?filename
       
   108 // AIF ?filename
       
   109 
       
   110 // End of File