serviceproviders/sapi_calendar/tsrc/dev/tcalendarprovidertest/tcalendargenerictest/group/tcalendargenerictest.mmp
changeset 5 989d2f495d90
child 34 5dae2c62e9b6
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2006-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 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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 MW_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 TARGET          tcalendargenerictest.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0xE01FB708
       
    30 
       
    31 #if defined(EKA2)
       
    32 CAPABILITY      ALL -TCB
       
    33 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    34 // VENDORID     0x00000000
       
    35 /* Remove comments and replace 0x00000000 with correct secure id */
       
    36 // SECUREID     0x00000000
       
    37 #endif
       
    38 
       
    39 //TARGETPATH      ?target_path
       
    40 DEFFILE         tcalendargenerictest.def
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          tprovidertest.cpp
       
    44 SOURCE          tprovidertest_testblocks.cpp
       
    45 SOURCE          tprovidertestobserver.cpp
       
    46 SOURCE          txmlconvertor.cpp
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 
       
    50 
       
    51 
       
    52 
       
    53 
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         stiftestinterface.lib
       
    57 LIBRARY		    bafl.lib
       
    58 LIBRARY         efsrv.lib
       
    59 LIBRARY         liwServiceHandler.lib
       
    60 LIBRARY         xmldom.lib
       
    61 LIBRARY         xmlparser.lib
       
    62 LANG            SC
       
    63 
       
    64 
       
    65 // End of File