serviceproviders/sapi_calendar/tsrc/testing/tcalendarservice/tcal_getlist/group/tcal_getlist.mmp
changeset 5 989d2f495d90
child 10 fc9cf246af83
equal deleted inserted replaced
1:a36b1e19a461 5: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 #include <data_caging_paths.hrh>
       
    36 #include <bldvariant.hrh>
       
    37 
       
    38 #include <platform_paths.hrh>
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 
       
    43 
       
    44 TARGET          tcal_getlist.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_getlist.def
       
    56 
       
    57 SOURCEPATH      ../src
       
    58 SOURCE          tcal_getlist.cpp
       
    59 SOURCE          tcal_getlistBlocks.cpp
       
    60 
       
    61 //RESOURCE        resource_file
       
    62 //RESOURCE        resource_file2
       
    63 
       
    64 USERINCLUDE     ../inc 
       
    65 //USERINCLUDE   ../../../../dev/inc
       
    66 
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         bafl.lib
       
    70 LIBRARY         stiftestinterface.lib
       
    71 LIBRARY         stiftestengine.lib
       
    72 LIBRARY         efsrv.lib
       
    73 LIBRARY         calendarservice.lib
       
    74 LIBRARY         calinterimapi.lib
       
    75 
       
    76 
       
    77 LANG            SC
       
    78 
       
    79 /*
       
    80 START WINS      
       
    81 ?wins_specific_information
       
    82 END
       
    83 
       
    84 START MARM
       
    85 ?marm_specific_information
       
    86 END
       
    87 */
       
    88 // Other possible keywords:
       
    89  
       
    90 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    91 /*
       
    92 START BITMAP ?target
       
    93 TARGETPATH   ?emulated_path_on_target_machine
       
    94 HEADER
       
    95 SOURCE       ?color_depth ?source_bitmap
       
    96 END
       
    97 */
       
    98 // DEFFILE ?filename
       
    99 // AIF ?filename
       
   100 
       
   101 // End of File