exampleapps/alfexanalogdialer/group/alfexanalogdialer.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008-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:   Project definition file for project Analog Dialer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY None
       
    23 
       
    24 #ifdef __UI_FRAMEWORKS_V2__
       
    25 TARGETPATH	/sys/bin
       
    26 #if defined(EKA2) || !defined(WINS)
       
    27 TARGET          alfexanalogdialer.exe
       
    28 TARGETTYPE exe
       
    29 #else // EKA1 WINS
       
    30 TARGET          alfexanalogdialer.app
       
    31 TARGETTYPE exedll
       
    32 deffile /epoc32/release/wins/alfexanalogdialer.def
       
    33 #endif
       
    34 #else // __UI_FRAMEWORKS_V2__
       
    35 TARGET          alfexanalogdialer.app
       
    36 TARGETPATH      /system/apps/alfexanalogdialer
       
    37 TARGETTYPE app
       
    38 #endif
       
    39 
       
    40 UID             0x100039CE 0x2001247F 
       
    41 
       
    42 LANG            SC
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          alfexanalogdialer.cpp
       
    46 SOURCE          alfexanalogdialerapplication.cpp 
       
    47 SOURCE          alfexanalogdialerappUi.cpp
       
    48 SOURCE          alfexanalogdialerdocument.cpp 
       
    49 SOURCE          alfexanalogdialercontrol.cpp 
       
    50 SOURCE          alfexanalogdialerfeedback.cpp 
       
    51 
       
    52 SOURCEPATH      ../group
       
    53 
       
    54 USERINCLUDE       ../inc 
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         apparc.lib
       
    60 LIBRARY         cone.lib 
       
    61 LIBRARY         eikcore.lib  
       
    62 LIBRARY         avkon.lib  
       
    63 LIBRARY         gdi.lib  
       
    64 LIBRARY         efsrv.lib       // RFs
       
    65 
       
    66 LIBRARY         alfclient.lib
       
    67 
       
    68 LIBRARY         touchfeedback.lib
       
    69 
       
    70 #ifdef __UI_FRAMEWORKS_V2__
       
    71 START RESOURCE 	alfexanalogdialer.rss
       
    72 HEADER
       
    73 TARGETPATH      /resource/apps
       
    74 LANG		    SC 
       
    75 END
       
    76 #else
       
    77 RESOURCE        alfexanalogdialer.rss
       
    78 #endif
       
    79 
       
    80 #ifdef __UI_FRAMEWORKS_V2__
       
    81 START RESOURCE	alfexanalogdialer_reg.rss
       
    82 // Do not change the UID 10003a3f below.
       
    83 TARGETPATH      /private/10003a3f/apps
       
    84 END
       
    85    
       
    86 SOURCEPATH      ../group
       
    87 DOCUMENT        alfexanalogdialer.loc
       
    88 #endif