contactextensions/predefinedcontacts/group/predefinedcontacts.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 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:    Project definition file for project
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET                  predefinedContacts.exe
       
    24 TARGETTYPE              EXE
       
    25 UID                     0x00000000 0x2000BEE5
       
    26 CAPABILITY              ReadUserData WriteUserData ReadDeviceData WriteDeviceData
       
    27 
       
    28 APP_LAYER_SYSTEMINCLUDE 
       
    29 SYSTEMINCLUDE           /epoc32/include/xml
       
    30 SYSTEMINCLUDE           /epoc32/include/ecom
       
    31 
       
    32 // Resources
       
    33 START RESOURCE ../data/predefinedcontacts.rss
       
    34 HEADER
       
    35 TARGETPATH      APP_RESOURCE_DIR
       
    36 LANGUAGE_IDS
       
    37 END
       
    38 
       
    39 // strings
       
    40 SOURCEPATH ../data
       
    41 START STRINGTABLE pdcstringconstants.st
       
    42 END
       
    43 
       
    44 SOURCEPATH              ../src
       
    45 SOURCE                  PdcEngine.cpp
       
    46 SOURCE                  PdcVCardImporter.cpp
       
    47 SOURCE                  PdcXMLImporter.cpp
       
    48 SOURCE                  PdcXMLContentHandler.cpp
       
    49 SOURCE                  pdcdata.cpp 
       
    50 SOURCE                  PdcContactDeletion.cpp
       
    51 SOURCE 		        	PdcMain.cpp
       
    52 
       
    53 USERINCLUDE             ../inc
       
    54 
       
    55 LIBRARY	      	euser.lib 
       
    56 LIBRARY			CentralRepository.lib
       
    57 LIBRARY         vpbkeng.lib
       
    58 LIBRARY         vpbkvcardeng.lib
       
    59 LIBRARY         efsrv.lib
       
    60 LIBRARY         estor.lib
       
    61 LIBRARY         xmlframework.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         sysutil.lib
       
    64 LIBRARY         aknnotify.lib
       
    65 LIBRARY         eiksrv.lib
       
    66 LIBRARY         commonengine.lib
       
    67 LIBRARY         PbkEng.lib 
       
    68 LIBRARY         ecom.lib
       
    69 LIBRARY         flogger.lib
       
    70 LIBRARY         cntmodel.lib 
       
    71 LIBRARY         charconv.lib
       
    72 
       
    73 // End of File