extras/calcsoft/group/Calcsoft.mmp
branchRCL_3
changeset 20 41b775cdc0c8
parent 19 0f21a5ec0db7
child 21 10c6e6d6e4d9
equal deleted inserted replaced
19:0f21a5ec0db7 20:41b775cdc0c8
     1 /*
       
     2 * Copyright (c) 2002 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 specfication file.
       
    15 *                Write all source and resource files, all using libraries, 
       
    16 *                all bitmaps.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET 			calcsoft.exe
       
    24 TARGETTYPE 		exe
       
    25 UID             0x100039ce 0x10005902
       
    26 
       
    27 VENDORID	VID_DEFAULT
       
    28 CAPABILITY 	CAP_APPLICATION
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 START RESOURCE Calcsoft.rss
       
    33 	HEADER
       
    34 	TARGETPATH APP_RESOURCE_DIR
       
    35 	LANGUAGE_IDS	
       
    36 END 
       
    37 
       
    38 USERINCLUDE     ../inc ../src
       
    39 
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          CalcApp.cpp   
       
    43 SOURCE          CalcDoc.cpp  
       
    44 SOURCE          CalcAppUi.cpp
       
    45 SOURCE          CalcView.cpp
       
    46 SOURCE          CalcCont.cpp
       
    47 SOURCE          CalcEdit.cpp 
       
    48 SOURCE          CalcOutSheet.cpp
       
    49 SOURCE          CalcFunc.cpp
       
    50 //SOURCE          CalcCmdBtn.cpp
       
    51 SOURCE			CalcEnv.cpp
       
    52 SOURCE          CalcHistory.cpp
       
    53 SOURCE          CalcEditline.cpp 
       
    54 
       
    55 STATICLIBRARY    edllstub.lib 
       
    56 
       
    57 LIBRARY         euser.lib   
       
    58 LIBRARY         eikcore.lib    
       
    59 LIBRARY         apparc.lib
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         estor.lib
       
    62 LIBRARY         eikcoctl.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         egul.lib
       
    66 LIBRARY		efsrv.lib
       
    67 LIBRARY         aknskins.lib
       
    68 LIBRARY         servicehandler.lib // For the AiwServiceHandler
       
    69 LIBRARY         hlplch.lib  // for "Help" options menu
       
    70 LIBRARY         featmgr.lib
       
    71 LIBRARY         cdlengine.lib //For Scalable UI
       
    72 LIBRARY         aknicon.lib
       
    73 LIBRARY		fbscli.lib
       
    74 LIBRARY			ptiengine.lib
       
    75 LIBRARY         centralrepository.lib
       
    76 LIBRARY         cenrepnotifhandler.lib
       
    77 LIBRARY		aknlayout2scalable.lib
       
    78 
       
    79 
       
    80 SOURCEPATH      ../group
       
    81 START RESOURCE  ./Calcsoft_reg.rss
       
    82 DEPENDS calcsoft.rsg
       
    83 TARGETPATH /private/10003a3f/apps
       
    84 END
       
    85 
       
    86 
       
    87 // End of File