contacts_plat/virtual_phonebook_vcard_api/tsrc/T_VPbkVCardApi/group/T_VPbkVCardApi.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002 - 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 "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:  STIF test module for testing VirtualPhonebook VCard API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          T_VPbkVCardApi.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000029D 0x101FB4F3
       
    25 EPOCALLOWDLLDATA
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 START RESOURCE  T_VPbkVCardApi.rss
       
    31 HEADER
       
    32 TARGETPATH resource/apps
       
    33 END
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE		    T_VPbkVCardApi.cpp
       
    37 SOURCE          VPbkVCardStifBlocks.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY         cone.lib
       
    44 LIBRARY         eikcore.lib
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         estor.lib
       
    47 LIBRARY         stiftestinterface.lib
       
    48 LIBRARY         stiftestengine.lib
       
    49 LIBRARY         VPbkEng.lib
       
    50 LIBRARY         vpbkvcardeng.lib  efsrv.lib
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 // End of File