phonesettings/cpphonesettingsplugins/cpnetworkplugin/cpnetworkplugin.pro
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61: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 TEMPLATE = lib
       
    18 TARGET = cpnetworkplugin
       
    19 CONFIG += hb plugin mobility
       
    20 MOBILITY += systeminfo
       
    21 
       
    22 INCLUDEPATH += ../cptelephonyutils/inc 
       
    23 
       
    24 MOC_DIR = moc
       
    25 OBJECTS_DIR = obj
       
    26 RCC_DIR = rcc
       
    27 
       
    28 TRANSLATIONS = telephone_cp.ts
       
    29 
       
    30 LIBS += -lcpframework \
       
    31         -lpsetwrapper \
       
    32         -lcptelephonyutils \
       
    33         -lpsuinotes
       
    34 
       
    35 symbian*::LIBS += -lcmmanager
       
    36 
       
    37 include(../cpplugincommon.pri)
       
    38 include (cpnetworkplugin.pri)
       
    39 
       
    40 symbian: { 
       
    41     TARGET.UID3 = 0X20029F24
       
    42 }