tsrc/CenrepEditor/group/CenrepEditor.mmp
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 2002-2005 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 <bldvariant.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include <eunitcaps.h>
       
    22 
       
    23 TARGET          CenrepEditor.exe
       
    24 TARGETTYPE      exe
       
    25 
       
    26 UID             0x100039CE  0x10282398
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      EUNIT_CAPS
       
    29 
       
    30 
       
    31 EPOCSTACKSIZE   0xF000
       
    32 
       
    33 /*Enable this when you compile it for mercury platform
       
    34   or if kodiak ptt is present
       
    35 */
       
    36 
       
    37 //MACRO           _KODIAK_PHONE_CALL
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          cenrepeditorApp.cpp 
       
    41 SOURCE          cenrepeditorAppUi.cpp
       
    42 SOURCE          cenrepeditorDocument.cpp
       
    43 SOURCE          cenrepeditorview1.cpp
       
    44 SOURCE          cenrepeditorview1container.cpp
       
    45 SOURCE          cenrepeditorlistbox.cpp
       
    46 SOURCE          cenrepeditormodel.cpp
       
    47 SOURCE          cenrepeditorview2.cpp
       
    48 SOURCE          cenrepeditorview2container.cpp
       
    49 SOURCE          cenrepeditorlistbox2.cpp
       
    50 SOURCE          cenrepeditorview3.cpp
       
    51 SOURCE          cenrepeditorview3container.cpp
       
    52 SOURCE          cenrepeditorlistbox3.cpp
       
    53 
       
    54 
       
    55 START RESOURCE  ../data/cenrepeditor.rss
       
    56 HEADER
       
    57 TARGETPATH      APP_RESOURCE_DIR
       
    58 END
       
    59 
       
    60 START RESOURCE  ../data/cenrepeditor_reg.rss
       
    61 DEPENDS cenrepeditor.rsg
       
    62 TARGETPATH      /private/10003a3f/apps
       
    63 END
       
    64 
       
    65 LANG            SC
       
    66 
       
    67 USERINCLUDE     ../inc
       
    68 USERINCLUDE     ../../../common/inc
       
    69 
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 LIBRARY         apparc.lib
       
    73 LIBRARY         avkon.lib
       
    74 LIBRARY         bafl.lib
       
    75 LIBRARY         cone.lib
       
    76 LIBRARY         ecom.lib
       
    77 LIBRARY         eikcoctl.lib
       
    78 LIBRARY         eikcore.lib 
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         fbscli.lib
       
    81 LIBRARY         efsrv.lib    
       
    82 LIBRARY         aknskins.lib            // for skin background
       
    83 LIBRARY         CdlEngine.lib           // for scalable ui
       
    84 LIBRARY         flogger.lib
       
    85 LIBRARY         centralrepository.lib 
       
    86 LIBRARY         musmanagerclient.lib 
       
    87 
       
    88 // End of File