serviceproviders/sapi_landmarks/tsrc/dev/tlandmarkstest/tlmcategorytests/group/tlmcategorytests.mmp
changeset 5 989d2f495d90
child 23 50974a8b132e
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2002 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 #include "../../../../../../group/sapiincludes.mmpi"
       
    20 
       
    21 
       
    22 
       
    23 TARGET          tlmcategorytests.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0xE01FB3E3
       
    26 
       
    27 #if defined(EKA2)
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 #endif
       
    34 
       
    35 //TARGETPATH      ?target_path
       
    36 DEFFILE         tlmcategorytests.def
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          clmcategoriestest.cpp
       
    40 SOURCE          clmcategoriestestBlocks.cpp
       
    41 
       
    42 
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         stiftestinterface.lib
       
    48 LIBRARY     landmarkservice.lib
       
    49 LIBRARY      eposlandmarks.lib 
       
    50 LIBRARY      eposlmdbmanlib.lib
       
    51 LIBRARY      eposlmsearchlib.lib
       
    52 LIBRARY      lbs.lib
       
    53 LIBRARY      ecom.lib
       
    54 LANG            SC
       
    55 
       
    56 
       
    57 // End of File