exampleapps/alfexstickers/group/AlfExStickers.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 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 *
       
    16 */
       
    17 
       
    18 CAPABILITY None
       
    19 #include <platform_paths.hrh> 
       
    20 #ifdef __UI_FRAMEWORKS_V2__
       
    21 TARGETPATH	/sys/bin
       
    22 #if defined(EKA2) || !defined(WINS)
       
    23 TARGET          alfexstickers.exe
       
    24 TARGETTYPE exe
       
    25 #else // EKA1 WINS
       
    26 TARGET          alfexstickers.app
       
    27 TARGETTYPE exedll
       
    28 deffile /epoc32/release/wins/alfexstickers.def
       
    29 #endif
       
    30 #else // __UI_FRAMEWORKS_V2__
       
    31 TARGET          alfexstickers.app
       
    32 TARGETPATH      /system/apps/alfexstickers
       
    33 TARGETTYPE app
       
    34 #endif
       
    35 
       
    36 UID               0x100039CE 0x20012480
       
    37 
       
    38 LANG              SC
       
    39 
       
    40 SOURCEPATH        ../src
       
    41 DOCUMENT		  Series_60_APP_ReadMe.txt
       
    42 SOURCE            alfexstickers.cpp
       
    43 SOURCE            alfexstickersapplication.cpp 
       
    44 SOURCE            alfexstickersappui.cpp
       
    45 SOURCE            alfexstickersdocument.cpp 
       
    46 SOURCE            alfexstickerscontrol.cpp
       
    47 SOURCE            alfexstickerlayout.cpp
       
    48 
       
    49 SOURCEPATH        ../group
       
    50 
       
    51 
       
    52 USERINCLUDE       ../inc 
       
    53 USERINCLUDE       ../sis 
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 LIBRARY           euser.lib
       
    57 LIBRARY           apparc.lib
       
    58 LIBRARY           cone.lib 
       
    59 LIBRARY           eikcore.lib  
       
    60 LIBRARY           avkon.lib  
       
    61 LIBRARY           gdi.lib  
       
    62 LIBRARY           alfclient.lib
       
    63 LIBRARY           efsrv.lib  
       
    64 
       
    65 
       
    66 
       
    67 
       
    68 LIBRARY         CommonEngine.lib                // Symbian OS engine
       
    69 
       
    70 
       
    71 
       
    72 
       
    73 #ifdef __UI_FRAMEWORKS_V2__
       
    74 START RESOURCE	alfexstickers.RSS
       
    75 HEADER
       
    76 targetpath	/resource/apps
       
    77 lang		sc
       
    78 end
       
    79 #else
       
    80 RESOURCE        alfexstickers.RSS 
       
    81 #endif
       
    82 
       
    83 #ifdef __UI_FRAMEWORKS_V2__
       
    84 sourcepath		.
       
    85 START RESOURCE	alfexstickers_reg.rss
       
    86 #ifdef WINSCW
       
    87 TARGETPATH	/private/10003a3f/apps
       
    88 #else
       
    89 TARGETPATH	/private/10003a3f/import/apps
       
    90 #endif
       
    91 END
       
    92    
       
    93 start resource alfexstickers_loc.RSS
       
    94 targetpath /resource/apps
       
    95 lang sc
       
    96 end
       
    97 #endif