locationsystemui/locationsysui/possettings/possettings.pro
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     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 # Description:  project file for positioing settings in control panel                                                      
       
    14 #                                                                    
       
    15 
       
    16 
       
    17 TEMPLATE = subdirs
       
    18 
       
    19 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    20 
       
    21 SUBDIRS += possettingsengine/possettingsengine.pro
       
    22 SUBDIRS += possettingsplugin/possettingsplugin.pro
       
    23 SUBDIRS += posmethodsplugin/pospsysettings.pro
       
    24 SUBDIRS += possuplsettingsplugin/possuplsettings.pro
       
    25 SUBDIRS += poslocationservices/poslocationservices.pro                                                                                                                                                                                                                                                       
       
    26 
       
    27 DEFINES += BUILD_POSSETTINGS
       
    28 
       
    29 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 # Build.inf rules
       
    32 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    33     "possettings_stub.sis /epoc32/data/z/system/install/possettings_stub.sis" \
       
    34     "rom/possettings.iby CORE_MW_LAYER_IBY_EXPORT_PATH(possettings.iby)" \
       
    35     "conf/positioningsettings.confml MW_LAYER_CONFML(positioningsettings.confml)" \
       
    36     "conf/positioningsettings_2002E685.crml MW_LAYER_CRML(positioningsettings_2002E685.crml)" \
       
    37     "rom/possettings_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(possettings_resources.iby)"
       
    38