pkiutilities/untrustedcertificatedialog/tsrc/tlsconntest/tlsconntest.pro
branchRCL_3
changeset 21 09b1ac925e3f
equal deleted inserted replaced
20:63339781d179 21:09b1ac925e3f
       
     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:  Secure connections test application
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = tlsconntest
       
    19 CONFIG += hb
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += .
       
    22 
       
    23 HEADERS += tlsconnection.h tlsconnectionobserver.h tlsconnectionapp.h tlsconntest.loc
       
    24 SOURCES += tlsconnectionmain.cpp tlsconnection.cpp tlsconnectionapp.cpp
       
    25 LIBS += -lesock -lcommdb -linsock -linetprotutil -lsecuresocket
       
    26 
       
    27 symbian {
       
    28     BLD_INF_RULES.prj_exports += "tlsconntest.loc APP_LAYER_LOC_EXPORT_PATH(tlsconntest.loc)"
       
    29     
       
    30     TARGET.UID2 = 0x100039CE
       
    31     TARGET.UID3 = 0xE8DC94B1        # random uid
       
    32     TARGET.CAPABILITY = CAP_APPLICATION
       
    33 }
       
    34 
       
    35 BLD_INF_RULES.prj_exports += \
       
    36   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    37   "tlsconntest.iby CORE_APP_LAYER_IBY_EXPORT_PATH(tlsconntest.iby)"
       
    38 
       
    39