phoneuis/easydialing/tsrc/edta/group/edta.mmp
branchRCL_3
changeset 3 8871b09be73b
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 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 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET            edta.exe
       
    21 TARGETTYPE        exe
       
    22 UID		  0x100039CE 0x2000FDDC
       
    23 
       
    24 SECUREID	  0x2000FDDC
       
    25 EPOCSTACKSIZE	  0x5000
       
    26 
       
    27 SOURCEPATH        ..\src
       
    28 SOURCE            edta.cpp
       
    29 SOURCE            edta_application.cpp
       
    30 SOURCE            edta_appview.cpp
       
    31 SOURCE            edta_appui.cpp
       
    32 SOURCE            edta_document.cpp
       
    33 SOURCE            edta_querydialog.cpp
       
    34 SOURCE            edta_screentextbuffer.cpp
       
    35 SOURCE            edta_createtestcontactbase.cpp
       
    36 SOURCE            edta_dummylistener.cpp
       
    37 
       
    38 
       
    39 SOURCEPATH        ../data
       
    40 
       
    41 START RESOURCE    edta.rss
       
    42 HEADER
       
    43 TARGETPATH resource/apps
       
    44 LANG SC 01 09 31 32
       
    45 END //RESOURCE
       
    46 
       
    47 START RESOURCE    edta_reg.rss
       
    48 TARGETPATH 	  /private/10003a3f/apps
       
    49 END //RESOURCE
       
    50 
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 SYSTEMINCLUDE 	  ../../../../../inc
       
    54 
       
    55 USERINCLUDE       ../inc
       
    56 
       
    57 LIBRARY           euser.lib
       
    58 LIBRARY           apparc.lib
       
    59 LIBRARY           cone.lib
       
    60 LIBRARY           gdi.lib
       
    61 LIBRARY           eikcore.lib
       
    62 LIBRARY           avkon.lib
       
    63 LIBRARY           bafl.lib
       
    64 LIBRARY           commonengine.lib
       
    65 LIBRARY		      efsrv.lib
       
    66 LIBRARY           estor.lib
       
    67 LIBRARY           eikcoctl.lib
       
    68 LIBRARY           eikdlg.lib
       
    69 LIBRARY           PcsUtils.lib
       
    70 LIBRARY           PsServerClientAPI.lib
       
    71 LIBRARY           VPbkEng.lib ccaclient.lib
       
    72 LIBRARY           ecom.lib
       
    73 LIBRARY           cntmodel.lib
       
    74 LIBRARY           pbkeng.lib
       
    75 LIBRARY	          servicehandler.lib
       
    76 LIBRARY           centralrepository.lib   
       
    77 
       
    78 DEBUGLIBRARY      flogger.lib
       
    79 
       
    80 
       
    81 VENDORID	  	  VID_DEFAULT
       
    82 
       
    83 CAPABILITY LocalServices Location NetworkServices ReadDeviceData ReadUserData UserEnvironment WriteDeviceData WriteUserData
       
    84 
       
    85 // End of File
       
    86 
       
    87