exampleapps/alfexcalendar/group/alfexcalendar.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 #include <platform_paths.hrh> 
       
    19 
       
    20 CAPABILITY None
       
    21 
       
    22 #ifdef __UI_FRAMEWORKS_V2__
       
    23 TARGETPATH	/sys/bin
       
    24 #if defined(EKA2) || !defined(WINS)
       
    25 TARGET          alfexcalendar.exe
       
    26 TARGETTYPE exe
       
    27 #else // EKA1 WINS
       
    28 TARGET          alfexcalendar.app
       
    29 TARGETTYPE exedll
       
    30 deffile /epoc32/release/wins/alfexcalendar.def
       
    31 #endif
       
    32 #else // __UI_FRAMEWORKS_V2__
       
    33 TARGET          alfexcalendar.app
       
    34 TARGETPATH      /system/apps/alfexcalendar
       
    35 TARGETTYPE app
       
    36 #endif
       
    37 
       
    38 UID               0x100039CE 0x0FCD4AC7
       
    39 
       
    40 LANG              SC
       
    41 
       
    42 SOURCEPATH        ../src
       
    43 SOURCE            alfexcalendar.cpp
       
    44 SOURCE            alfexcalendarapplication.cpp 
       
    45 SOURCE            alfexcalendarappui.cpp
       
    46 SOURCE            alfexcalendardocument.cpp 
       
    47 SOURCE            alfexcalendarmonth.cpp
       
    48 SOURCE            alfexcalendarengine.cpp
       
    49 SOURCE            alfexcalendarengineeventtimer.cpp
       
    50 SOURCE            alfexcalendardeckcontrol.cpp
       
    51 
       
    52 SOURCEPATH        ../group
       
    53 
       
    54 USERINCLUDE       ../inc 
       
    55 USERINCLUDE       ../sis 
       
    56 
       
    57 APP_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 LIBRARY           euser.lib
       
    60 LIBRARY           apparc.lib
       
    61 LIBRARY           cone.lib 
       
    62 LIBRARY           eikcore.lib eikcoctl.lib
       
    63 LIBRARY           avkon.lib  
       
    64 LIBRARY           gdi.lib  
       
    65 
       
    66 LIBRARY           alfclient.lib
       
    67 LIBRARY           bafl.lib
       
    68 
       
    69 
       
    70 #ifdef __UI_FRAMEWORKS_V2__
       
    71 START RESOURCE	alfexcalendar.rss
       
    72 HEADER
       
    73 targetpath	/resource/apps
       
    74 lang		sc
       
    75 end
       
    76 #else
       
    77 RESOURCE        alfexcalendar.rss
       
    78 #endif
       
    79 
       
    80 #ifdef __UI_FRAMEWORKS_V2__
       
    81 sourcepath		.
       
    82 START RESOURCE	alfexcalendar_reg.rss
       
    83 #ifdef WINSCW
       
    84 TARGETPATH	/private/10003a3f/apps
       
    85 #else
       
    86 TARGETPATH	/private/10003a3f/import/apps
       
    87 #endif
       
    88 END
       
    89    
       
    90 start resource alfexcalendar_loc.rss
       
    91 targetpath /resource/apps
       
    92 lang sc
       
    93 end
       
    94 #endif
       
    95