cellular/telephonysettings/xqbindings/psetwrapper/psetwrapper.pri
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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 HEADERS += ../../../../phonesrv_plat/\phone_settings_api/inc/psetcallbarringwrapper.h \
       
    18            ../../../../phonesrv_plat/\phone_settings_api/inc/psetcalldivertingwrapper.h \
       
    19            ../../../../phonesrv_plat/\phone_settings_api/inc/psetcallwaitingwrapper.h \
       
    20            ../../../../phonesrv_plat/\phone_settings_api/inc/psetcliwrapper.h \
       
    21            ../../../../phonesrv_plat/\phone_settings_api/inc/psetnetworkwrapper.h \
       
    22            ../../../../phonesrv_plat/\phone_settings_api/inc/psetwrapper.h \
       
    23            ../../../../phonesrv_plat/\phone_settings_api/inc/psetwrappertypes.h \
       
    24            ./src/psetcallbarringwrapper_p.h \
       
    25            ./src/psetcalldivertingwrapper_p.h \
       
    26            ./src/psetcallwaitingwrapper_p.h \
       
    27            ./src/psetcliwrapper_p.h \
       
    28            ./src/psetnetworkwrapper_p.h
       
    29            
       
    30 symbian: {
       
    31     SOURCES += ./src/psetcallbarringwrapper_p.cpp \
       
    32         ./src/psetcalldivertingwrapper_p.cpp \
       
    33         ./src/psetcliwrapper_p.cpp \
       
    34         ./src/psetcallwaitingwrapper_p.cpp \
       
    35         ./src/psetnetworkwrapper_p.cpp \
       
    36         ./src/psetwrapper.cpp \
       
    37         ./src/psetcliwrapper.cpp \
       
    38         ./src/psetcallwaitingwrapper.cpp \
       
    39         ./src/psetcalldivertingwrapper.cpp \
       
    40         ./src/psetnetworkwrapper.cpp \
       
    41         ./src/psetnetworkinfoconverter.cpp \
       
    42         ./src/psetcallbarringwrapper.cpp
       
    43 } 
       
    44 else: {
       
    45     SOURCES = ./src/psetwrapper_s.cpp
       
    46 }
       
    47