serviceproviders/sapi_calendar/tsrc/testing/tcalendarservice/tcal_delete/group/tcal_delete.mmp
changeset 5 989d2f495d90
child 23 50974a8b132e
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_delete.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_delete.def
       
    56 
       
    57 SOURCEPATH      ../src
       
    58 SOURCE          tcal_delete.cpp
       
    59 SOURCE          tcal_deleteBlocks.cpp
       
    60 SOURCE          cal_delete.cpp
       
    61 
       
    62 //RESOURCE        resource_file
       
    63 //RESOURCE        resource_file2
       
    64 
       
    65 USERINCLUDE     ../inc 
       
    66 //USERINCLUDE   ../../../../dev/inc
       
    67 
       
    68 
       
    69 
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         stiftestinterface.lib
       
    73 LIBRARY         stiftestengine.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         calendarservice.lib
       
    76 LIBRARY         calinterimapi.lib
       
    77 
       
    78 LANG            SC
       
    79 
       
    80 /*
       
    81 START WINS      
       
    82 ?wins_specific_information
       
    83 END
       
    84 
       
    85 START MARM
       
    86 ?marm_specific_information
       
    87 END
       
    88 */
       
    89 // Other possible keywords:
       
    90  
       
    91 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    92 /*
       
    93 START BITMAP ?target
       
    94 TARGETPATH   ?emulated_path_on_target_machine
       
    95 HEADER
       
    96 SOURCE       ?color_depth ?source_bitmap
       
    97 END
       
    98 */
       
    99 // DEFFILE ?filename
       
   100 // AIF ?filename
       
   101 
       
   102 // End of File