vtuis/lcvtapp/lcvtapp.pro
branchRCL_3
changeset 34 f15ac8e65a02
equal deleted inserted replaced
32:890b5dd735f8 34:f15ac8e65a02
       
     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 
       
    18 TEMPLATE = app
       
    19 TARGET = videotelui
       
    20 CONFIG += hb
       
    21 TRANSLATIONS = video_telephone.ts
       
    22 
       
    23 INCLUDEPATH += ../../inc
       
    24 # Input
       
    25 HEADERS += lcapplication.h
       
    26 SOURCES += lcapplication.cpp main.cpp
       
    27 
       
    28 symbian: {
       
    29 
       
    30 		:BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    31 		:BLD_INF_RULES.prj_exports += "./rom/videotelui.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videotelui.iby)"
       
    32 		:BLD_INF_RULES.prj_exports += "./rom/videoteluiResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(videoteluiResources.iby)"		
       
    33 		:BLD_INF_RULES.prj_exports += "./conf/s60videotelephony.confml APP_LAYER_CONFML(s60videotelephony.confml)"
       
    34 		:BLD_INF_RULES.prj_exports += "./conf/CI_s60videotelephony.confml APP_LAYER_CONFML(CI_s60videotelephony.confml)"
       
    35 		:BLD_INF_RULES.prj_exports += "./conf/s60videotelephony_102072D0.crml APP_LAYER_CRML(s60videotelephony_102072D0.crml)"
       
    36 		:BLD_INF_RULES.prj_exports += "./conf/s60videotelephony_10281872.crml APP_LAYER_CRML(s60videotelephony_10281872.crml)"
       
    37 		:BLD_INF_RULES.prj_exports += "./inc/VideoTelephonyVariant.hrh  |../../inc/videotelephonyvariant.hrh"
       
    38 		:BLD_INF_RULES.prj_exports += "./inc/VideoTelephonyInternalCRKeys.h  |../../inc/videotelephonyinternalcrkeys.h"
       
    39 		:BLD_INF_RULES.prj_exports += "./data/videotelui_stub.sis /epoc32/data/z/system/install/videotelui_stub.sis"		
       
    40 		
       
    41     TARGET.UID2 = 0x100039CE
       
    42     TARGET.UID3 = 0x101F8681
       
    43     TARGET.VID = 0x101FB657
       
    44     TARGET.CAPABILITY = CAP_APPLICATION NetworkControl SwEvent Location MultimediaDD CommDD
       
    45     LIBS += -llivecommsui -lvtlogger -lapgrfx -lcone
       
    46     RSS_RULES += "hidden = KAppIsHidden;"
       
    47 }