systemswuis/touchscreencalib/group/TouchScreenCalib.mmp
changeset 0 254040eb3b7d
equal deleted inserted replaced
-1:000000000000 0:254040eb3b7d
       
     1 /*
       
     2 * Copyright (c) 2006 - 2008 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 *           This is project specification file for the TouchScreenCalib.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          touchscreencalib.exe
       
    24 TARGETTYPE      exe
       
    25 UID             0x0 0x102828BC
       
    26 EPOCSTACKSIZE	0x5000
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_APPLICATION
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          TouchScreenCalibApplication.cpp 
       
    34 SOURCE          TouchScreenCalibAppUi.cpp
       
    35 SOURCE          TouchScreenCalibDocument.cpp
       
    36 SOURCE          TouchScreenCalibView.cpp
       
    37 SOURCE          TouchScreenCalibPubSubObserver.cpp
       
    38 SOURCE          TouchScreenCalibSubscriber.cpp
       
    39 
       
    40 START RESOURCE  ../data/TouchScreenCalib.rss
       
    41 TARGETPATH      APP_RESOURCE_DIR
       
    42 HEADER
       
    43 LANGUAGE_IDS
       
    44 END  // RESOURCE
       
    45 
       
    46 START RESOURCE  ../data/TouchScreenCalib_anim.rss
       
    47 HEADER
       
    48 TARGETPATH      APP_RESOURCE_DIR
       
    49 END  // RESOURCE
       
    50 
       
    51 START RESOURCE  ../data/TouchScreenCalib_reg.rss
       
    52 HEADER
       
    53 TARGETPATH      /private/10003a3f/apps
       
    54 END
       
    55 
       
    56 USERINCLUDE     . ../inc ../data
       
    57 USERINCLUDE     ../../inc
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 LIBRARY         euser.lib  
       
    61 LIBRARY         apparc.lib  
       
    62 LIBRARY         cone.lib    
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         eikdlg.lib 
       
    65 LIBRARY         eikcore.lib 
       
    66 LIBRARY         efsrv.lib
       
    67 LIBRARY         fbscli.lib
       
    68 LIBRARY         commonengine.lib        //use of SharedData
       
    69 LIBRARY         ws32.lib
       
    70 LIBRARY         aknnotify.lib           //AknGlobalNote
       
    71 LIBRARY         apgrfx.lib              //
       
    72 LIBRARY         egul.lib                //DrawUtils
       
    73 LIBRARY         bafl.lib
       
    74 LIBRARY         aknskins.lib            //for skin background
       
    75 LIBRARY         cdlengine.lib           //for scalable ui
       
    76 LIBRARY         gdi.lib
       
    77 LIBRARY         aknlayout2scalable.lib
       
    78 LIBRARY         aknicon.lib
       
    79 LIBRARY         centralrepository.lib
       
    80 LIBRARY         starterclient.lib       //use of Starter to remove splash screen
       
    81 LIBRARY         touchfeedback.lib
       
    82