telutils/keysequencerecognitionservice/tsrc/ut_simcontrolkeysecuencehandler/ut_simcontrolkeysecuencehandler.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 #
       
     2 # Copyright (c) 2010 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 MOC_DIR = moc
       
    19 CONFIG += hb qtestlib
       
    20 
       
    21 
       
    22 TEMPLATE = app
       
    23 TARGET = ut_simcontrolkeysecuencehandler 
       
    24 
       
    25 QT        += core
       
    26 QT        -= gui 
       
    27 
       
    28 
       
    29 SOURCES   +=  ut_simcontrolkeysecuencehandler_reg.rss
       
    30 
       
    31 
       
    32 
       
    33 
       
    34 symbian {
       
    35     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    36     INCLUDEPATH += . ../shared ../../inc
       
    37     HEADERS += ../../inc/simcontrolkeysequencehandler.h
       
    38     SOURCES += ../../src/simcontrolkeysequencehandler.cpp
       
    39 
       
    40     HEADERS += ut_simcontrolkeysequencehandler.h
       
    41     SOURCES += ut_simcontrolkeysequencehandler.cpp 
       
    42     
       
    43     #MOCKED DEPENDENCIES
       
    44     HEADERS +=                                  \ 
       
    45         ../../inc/keysequencehandler.h          
       
    46     
       
    47   SOURCES +=                                    \ 
       
    48       ../shared/mock_keysequencehandler.cpp     \
       
    49       ../shared/mock_secuimanualsecuritysettings.cpp  \
       
    50       ../shared/mock_secui.cpp					\
       
    51       ../shared/mock_etel.cpp                   \
       
    52       ../shared/mock_rmmcustomapi.cpp           \
       
    53       ../shared/mock_etelmm.cpp
       
    54 
       
    55     
       
    56     LIBS += -lmocklib -lsymbianmock 
       
    57     LIBS += -letel -letelmm -lcustomapi 
       
    58     TARGET.UID3 = 0xED019EF7
       
    59 }