diff -r fcbbe021d614 -r 9c97ad6591ae cmmanager/cppacketdataapplugin/cppacketdataapplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cmmanager/cppacketdataapplugin/cppacketdataapplugin.pro Mon May 03 12:53:07 2010 +0300 @@ -0,0 +1,60 @@ +# +# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Description: +# Project info file for Control Panel packet data AP plugin. +# + +TEMPLATE = lib +TARGET = cppacketdataapplugin +DEPENDPATH += . +INCLUDEPATH += . + +CONFIG += hb plugin + +MOC_DIR = moc +OBJECTS_DIR = obj +RCC_DIR = rcc + +LIBS += -lcpframework -lconnection_settings_shim + +# Sources +HEADERS += inc/cppacketdataapplugin.h \ + inc/cppacketdataapview.h \ + inc/cppacketdataapadvancedview.h \ + traces/OstTraceDefinitions.h +SOURCES += src/cppacketdataapplugin.cpp \ + src/cppacketdataapview.cpp \ + src/cppacketdataapadvancedview.cpp + +TRANSLATIONS = cpapplugin.ts + +symbian: +{ +TARGET.EPOCALLOWDLLDATA = 1 +TARGET.UID3 = 0x2002E694 +TARGET.CAPABILITY = CAP_GENERAL_DLL + +deploy.path = C: +qtplugins.path = /resource/qt/plugins/controlpanel/bearerap +qtplugins.sources += qmakepluginstubs/cppacketdataapplugin.qtplugin + +for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)" + +BLD_INF_RULES.prj_exports += "rom/cppacketdataapplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cppacketdataapplugin.iby)" +BLD_INF_RULES.prj_exports += "rom/cppacketdataapplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cppacketdataapplugin_resources.iby)" +} + +plugin.sources = cppacketdataapplugin.dll +plugin.path = /resource/qt/plugins/controlpanel/bearerap +DEPLOYMENT += plugin