phonesettings/cpphonesettingsplugins/cpphonesettingsplugins.pro
changeset 21 92ab7f8d0eab
child 30 ebdbd102c78a
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     1 #
       
     2 # Copyright (c) 2009 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 TEMPLATE = subdirs
       
    18 SUBDIRS =     cptelephonyutils \
       
    19               telephonyplugin \
       
    20               divertplugin \
       
    21               callsplugin \
       
    22               barringplugin \
       
    23               cpnetworkplugin
       
    24 
       
    25 CONFIG += ordered
       
    26 
       
    27 symbian: {
       
    28     load(data_caging_paths)
       
    29     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE    
       
    30     deploy.path = C:
       
    31         
       
    32     BLD_INF_RULES.prj_exports +=  \
       
    33      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    34      "./rom/cpphonesettingsplugins.iby    CORE_APP_LAYER_IBY_EXPORT_PATH(cpphonesettingsplugins.iby)" \
       
    35 	 "./rom/cpphonesettingsplugins_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpphonesettingsplugins_resources.iby)" 
       
    36 }
       
    37