nwnotifier/group/nwnotifier.mmp
branchRCL_3
changeset 20 987c9837762f
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 2010 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 specification file for nwnotifier.exe
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 MW_LAYER_SYSTEMINCLUDE
       
    22 
       
    23 TARGET            nwnotifier.exe
       
    24 TARGETTYPE        exe
       
    25 UID               0x1000008d 0x20026826
       
    26 SECUREID          0x20026826
       
    27 
       
    28 SOURCEPATH		    ../data
       
    29 
       
    30 // Application Resource
       
    31 START RESOURCE    nwnotifier.rss
       
    32 HEADER
       
    33 TARGET            nwnotifier_0x20026826
       
    34 TARGETPATH        APP_RESOURCE_DIR
       
    35 LANGUAGE_IDS
       
    36 END //RESOURCE
       
    37 
       
    38 USERINCLUDE    ../inc
       
    39 
       
    40 LIBRARY        euser.lib
       
    41 LIBRARY        aknnotify.lib // conf query
       
    42 LIBRARY        eiksrv.lib // conf query
       
    43 LIBRARY        bafl.lib
       
    44 LIBRARY        efsrv.lib // file
       
    45 LIBRARY        etel.lib // 
       
    46 LIBRARY        etelmm.lib
       
    47 LIBRARY        platformenv.lib
       
    48 
       
    49 VENDORID       VID_DEFAULT
       
    50 
       
    51 CAPABILITY     CAP_SERVER
       
    52 
       
    53 SOURCEPATH     ../src
       
    54 SOURCE         networknotifiernotewrapper.cpp 
       
    55 SOURCE         nwnotifier.cpp
       
    56 SOURCE         nwregistrationstatusmonitor.cpp
       
    57 
       
    58 // End of File