locationsystemui/locationsysui/locpossettingsapp/group/locpossettingsapp.mmp
branchRCL_3
changeset 10 d6e4203b7ebe
parent 9 e000e7e1f1b1
child 12 5944cae565c9
equal deleted inserted replaced
9:e000e7e1f1b1 10:d6e4203b7ebe
     1 /*
       
     2 * Copyright (c) 2006-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:  mmp for Positioning Settings for Location Center
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    22 #include "./../inc/locpossettingsuid.hrh" // UID of Positioning Settings Application 
       
    23 
       
    24 
       
    25 TARGET                  locpossettingsapp.exe
       
    26 TARGETTYPE              exe
       
    27 UID                     KAppUid2 KCLocPosSettingsAppUid3
       
    28 
       
    29 //CAPABILITY              CAP_APPLICATION TrustedUI
       
    30 CAPABILITY				CAP_APPLICATION NetworkControl
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 SOURCEPATH              ../src
       
    34 SOURCE                  locpossettingsapp.cpp
       
    35 SOURCE                  locpossettingsappdocument.cpp
       
    36 SOURCE                  locpossettingsappui.cpp
       
    37 
       
    38 START RESOURCE          ../data/locpossettingsapp.rss
       
    39 HEADER
       
    40 TARGETPATH              APP_RESOURCE_DIR
       
    41 LANGUAGE_IDS
       
    42 END
       
    43 
       
    44 USERINCLUDE             .
       
    45 USERINCLUDE             ../src
       
    46 USERINCLUDE             ../data
       
    47 USERINCLUDE             ../inc
       
    48 USERINCLUDE             ../../inc
       
    49 USERINCLUDE             ../../../inc
       
    50 USERINCLUDE             ../../../../inc
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY                 apparc.lib
       
    56 LIBRARY                 cone.lib
       
    57 LIBRARY                 eikcore.lib
       
    58 LIBRARY                 avkon.lib
       
    59 LIBRARY                 locsysuiview.lib
       
    60 
       
    61 START RESOURCE          ../data/locpossettingsapp_reg.rss
       
    62 DEPENDS locpossettingsapp.rsg
       
    63 	TARGETPATH          /private/10003a3f/apps
       
    64 END