contacts_plat/virtual_phonebook_store_api/tsrc/T_MVPbkContactStore/group/T_MVPbkContactStore.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2004 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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          T_MVPbkContactStore.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          T_MVPbkContactStoreDllMain.cpp
       
    30 SOURCE          T_MVPbkContactStoreMain.cpp
       
    31 SOURCE          T_MVPbkContactStoreSingle.cpp
       
    32 SOURCE          T_MVPbkContactStoreComposite.cpp
       
    33 SOURCE          T_ContactViewObserver.cpp
       
    34 
       
    35 START RESOURCE  ../group/T_MVPbkContactStore.rss
       
    36 HEADER
       
    37 TARGETPATH      RESOURCE_FILES_DIR
       
    38 END
       
    39 
       
    40 USERINCLUDE	../inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE  ../../../../../phonebookengines/VirtualPhonebook/inc
       
    44 SYSTEMINCLUDE   /epoc32/include/Digia/EUnit
       
    45 
       
    46 LIBRARY         EUnit.lib
       
    47 LIBRARY         euser.lib efsrv.lib bafl.lib estor.lib cone.lib ecom.lib
       
    48 LIBRARY		serviceprovidersettings.lib
       
    49 LIBRARY 	cntmodel.lib
       
    50 LIBRARY         Pbk2Presentation.lib 
       
    51 // Module under test
       
    52 LIBRARY		VPbkEng.lib
       
    53 
       
    54 EXPORTUNFROZEN
       
    55 
       
    56 // End of File