coreapplicationuis/hbdeviceinputdialogplugin/hbdeviceinputdialogplugin.pro
branchRCL_3
changeset 19 924385140d98
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
       
     1 #
       
     2 #############################################################################
       
     3 ##
       
     4 ## Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     5 ## All rights reserved.
       
     6 ## This component and the accompanying materials are made available
       
     7 ## under the terms of "Eclipse Public License v1.0"
       
     8 ## which accompanies this distribution, and is available
       
     9 ## at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 ##
       
    11 ## Initial Contributors:
       
    12 ## Nokia Corporation - initial contribution.
       
    13 ##
       
    14 ## Contributors:
       
    15 ##
       
    16 ## Description:
       
    17 ##
       
    18 #############################################################################
       
    19 #
       
    20 
       
    21 TEMPLATE = lib
       
    22 TARGET = HbDeviceInputDialogPlugin
       
    23 CONFIG += hb plugin
       
    24 
       
    25 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 HEADERS += .\inc\hbdeviceinputdialogplugin_p.h \
       
    31 		   .\inc\hbdeviceinputdialogpluginerrors_p.h \
       
    32            .\inc\hbdeviceinputdialogwidget_p.h
       
    33 
       
    34 SOURCES += .\src\hbdeviceinputdialogplugin.cpp \
       
    35            .\src\hbdeviceinputdialogwidget.cpp
       
    36 
       
    37 MOC_DIR = ./tmp
       
    38 
       
    39 TRANSLATIONS	+=	filemanager.ts
       
    40 symbian: {
       
    41     TARGET.UID3 = 0x2002F376
       
    42     TARGET.CAPABILITY = ALL -TCB
       
    43     TARGET.EPOCALLOWDLLDATA = 1
       
    44 
       
    45     pluginstub.sources = HbDeviceInputDialogPlugin.dll
       
    46     pluginstub.path = /resource/plugins/devicedialogs
       
    47     DEPLOYMENT += pluginstub
       
    48 }
       
    49 
       
    50 symbian:
       
    51 { 
       
    52 BLD_INF_RULES.prj_exports += \
       
    53   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    54   "qmakepluginstubs/HbDeviceInputDialogPlugin.qtplugin   		/epoc32/data/z/pluginstub/HbDeviceInputDialogPlugin.qtplugin"\
       
    55   ".\rom\hbdeviceinputdialogplugin.iby             				CORE_MW_LAYER_IBY_EXPORT_PATH(hbdeviceinputdialogplugin.iby)" \
       
    56   ".\rom\hbdeviceinputdialogplugin_resources.iby 						LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(hbdeviceinputdialogplugin_resources.iby)"
       
    57 }
       
    58 
       
    59 
       
    60