eventsui/eventshandlerui/eventshandlerapp/group/evthandlerapp.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2007 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 Events Handler Application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // SYSTEM INCLUDES
       
    20 #include <platform_paths.hrh> // For the APP_LAYER_SYSTEMINCLUDE
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 // USER INCLUDES
       
    24 #include "../inc/evthandlerappuid.hrh"
       
    25 
       
    26 TARGET          evthandlerapp.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x100039ce KEvtHandlerAppUid
       
    29 
       
    30 VERSION         1.0
       
    31 
       
    32 VENDORID        VID_DEFAULT
       
    33 CAPABILITY      CAP_APPLICATION TrustedUI
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          evthandlerapp.cpp
       
    37 SOURCE          evthandlerappdocument.cpp
       
    38 SOURCE          evthandlerappui.cpp
       
    39 SOURCE          evtdlglauncher.cpp
       
    40 SOURCE          evtrequest.cpp
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../../inc
       
    44 USERINCLUDE 	../../../inc
       
    45 
       
    46 SOURCEPATH      ../data 
       
    47 START RESOURCE  evthandlerapp.rss
       
    48 HEADER
       
    49 TARGETPATH      APP_RESOURCE_DIR
       
    50 LANGUAGE_IDS
       
    51 END
       
    52 
       
    53 START RESOURCE evthandlerapp_reg.rss
       
    54 DEPENDS evthandlerapp.rsg
       
    55 TARGETPATH /private/10003a3f/apps
       
    56 END
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 LIBRARY         euser.lib 
       
    61 LIBRARY         apparc.lib 
       
    62 LIBRARY         cone.lib 
       
    63 LIBRARY         eikcore.lib 
       
    64 LIBRARY         avkon.lib apgrfx.lib ws32.lib
       
    65 LIBRARY         evtengine.lib evtutils.lib
       
    66 LIBRARY         evteditor.lib
       
    67 LIBRARY         NpdLib.lib // Notepad libraries
       
    68