pkiutilities/untrustedcertificatedialog/tsrc/dialoglauncher/dialoglauncher.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:  Test application for untrusted certificate dialog.
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = dialoglauncher
       
    19 CONFIG += hb
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += .
       
    22 
       
    23 HEADERS += dialoglauncher.h
       
    24 SOURCES += dialoglaunchermain.cpp dialoglauncher.cpp
       
    25 
       
    26 symbian {
       
    27     TARGET.CAPABILITY = CAP_APPLICATION
       
    28 }
       
    29 
       
    30 BLD_INF_RULES.prj_exports += \
       
    31   "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    32   "dialoglauncher.iby CORE_APP_LAYER_IBY_EXPORT_PATH(dialoglauncher.iby)" \
       
    33   "test_cert_expired.crt /epoc32/winscw/c/data/testCerts/test_cert_expired.crt" \
       
    34   "test_cert_server.crt /epoc32/winscw/c/data/testCerts/test_cert_server.crt" \
       
    35   "test_cert_sha2.crt /epoc32/winscw/c/data/testCerts/test_cert_sha2.crt"
       
    36