phoneengine/parserrecognizer/parserrecognizer.pro
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 40 bab96b7ed1a4
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
     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 = lib
       
    19 TARGET = parserrecognizer
       
    20 
       
    21 symbian {
       
    22     TARGET.CAPABILITY = ALL -TCB
       
    23     TARGET.EPOCALLOWDLLDATA =1
       
    24     TARGET.UID3 = 0x20029F87
       
    25     DEFINES += BUILD_PARSERRECOGNIZER
       
    26     
       
    27     INCLUDEPATH += ../../inc \
       
    28                    ../phonemodel/inc
       
    29     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    30     
       
    31     parserDefFiles = \
       
    32         "$${LITERAL_HASH}ifdef WINSCW" \
       
    33         "DEFFILE bwins/parserrecognizer.def" \
       
    34         "$${LITERAL_HASH}else" \
       
    35         "DEFFILE eabi/parserrecognizer.def" \
       
    36         "$${LITERAL_HASH}endif"
       
    37         
       
    38     MMP_RULES += parserDefFiles
       
    39 
       
    40     LIBS += -lxqservice \
       
    41             -lxqserviceutil
       
    42 }
       
    43 
       
    44 # Input
       
    45 #include(\ext\mw\qthighway\xqservicebase.pri)
       
    46 include(./parserrecognizer.pri)
       
    47 
       
    48 headers.sources = $$PARSERRECOGNIZER_API_HEADERS
       
    49 headers.path = |../../inc
       
    50 # This is for new exporting system coming in garden
       
    51 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$headers.path/$$basename(header)"