phoneplugins/infowidgetplugin/infowidgetplugin.pro
branchRCL_3
changeset 24 41a7f70b3818
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
       
     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  
       
    18 
       
    19 TEMPLATE = lib
       
    20 CONFIG += plugin hb svg mobility
       
    21 MOBILITY = serviceframework
       
    22 
       
    23 TRANSLATIONS = operator_widget.ts
       
    24 
       
    25 MOC_DIR = moc
       
    26 RCC_DIR = rcc
       
    27 
       
    28 symbian: {
       
    29 LIBS += -lxqsettingsmanager \
       
    30     -lnetworkhandling \
       
    31     -lsatclient
       
    32 }
       
    33    
       
    34 INCLUDEPATH += ./inc \
       
    35     ./infowidget/inc 
       
    36     
       
    37 symbian: { 
       
    38     load(data_caging_paths)
       
    39     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    40     TARGET.UID3 = 0x20029F28
       
    41     TARGET.EPOCALLOWDLLDATA = 1
       
    42     TARGET.CAPABILITY = ALL \
       
    43         -TCB
       
    44     deploy.path = c:
       
    45     
       
    46     DEPLOYMENT += exportheaders  
       
    47         
       
    48     BLD_INF_RULES.prj_exports +=  \
       
    49      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    50      "./rom/infowidgetplugin.iby    CORE_APP_LAYER_IBY_EXPORT_PATH(infowidgetplugin.iby)" \
       
    51 	 "./rom/infowidgetplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(infowidgetplugin_resources.iby)" 
       
    52 }
       
    53 
       
    54 RESOURCES = infowidgetplugin.qrc
       
    55 
       
    56 symbian: PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20029F28
       
    57 OUTPUT_DIR = ./bin
       
    58 SOURCE_DIR = ./inc
       
    59 OBJECTS_DIR = $$OUTPUT_DIR/tmp/$$TARGET
       
    60 DESTDIR = $$OUTPUT_DIR
       
    61 MOC_DIR = $$OUTPUT_DIR/tmp/$$TARGET/moc
       
    62 RCC_DIR = $$OUTPUT_DIR/tmp/$$TARGET/rcc
       
    63 UI_DIR = $$OUTPUT_DIR/tmp/$$TARGET/ui
       
    64 LIBS += -L$$DESTDIR
       
    65 DEPENDPATH += . $$SOURCE_DIR
       
    66 INCLUDEPATH += . $$SOURCE_DIR
       
    67 INCLUDEPATH += $$MOC_DIR
       
    68 plugin: !isEmpty(PLUGIN_SUBDIR): DESTDIR = $$OUTPUT_DIR/$$PLUGIN_SUBDIR
       
    69 
       
    70 include(infowidgetplugin.pri)
       
    71 
       
    72 exportResources(./resource/*.manifest, $$PLUGIN_SUBDIR)