contentstorage/casrv/calocalizerscanner/calocalizerscanner.pro
changeset 85 7feec50967db
child 86 e492551a0d54
equal deleted inserted replaced
4:1a2a00e78665 85:7feec50967db
       
     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 include(.\..\..\..\common.pri)
       
    18 
       
    19 TRANSLATIONS=Contentstorage_texmap_pl_PL.ts \
       
    20              Contentstorage_texmap_fr_FR.ts \
       
    21              Contentstorage_texmap_en_GB.ts
       
    22 
       
    23 
       
    24 symbian: { 
       
    25     DEPENDPATH += ./inc \
       
    26         ./src
       
    27     INCLUDEPATH += ./inc \
       
    28         ../casrvmgr/inc \
       
    29         ../../cautils/inc \
       
    30         ../../srvinc \
       
    31         ../../castorage/inc \
       
    32         ../../inc \
       
    33         $$MW_LAYER_SYSTEMINCLUDE
       
    34     TEMPLATE = lib
       
    35     TARGET.UID2 = 0x10009D8D
       
    36     TARGET.UID3 = 0x20028708
       
    37     TARGET.EXPORTUNFROZEN = 1
       
    38     TARGET.CAPABILITY = ALL \
       
    39         -TCB
       
    40     TARGET.VENDORID = VID_DEFAULT
       
    41     TARGET.EPOCALLOWDLLDATA = 1
       
    42     rssResource = "SOURCEPATH ./data" \
       
    43         "START RESOURCE calocalizerscanner.rss" \
       
    44         " LANG sc" \
       
    45         " TARGETPATH resource/plugins" \
       
    46         " TARGET calocalizerscanner.rsc" \
       
    47         "END"
       
    48     MMP_RULES += rssResource
       
    49     MMP_RULES -= EXPORTUNFROZEN
       
    50     MMP_RULES += "$${LITERAL_HASH}if defined(WINSCW)" \
       
    51         "DEFFILE .\bwins\calocalizerscanner.def" \
       
    52         "$${LITERAL_HASH}else" \
       
    53         "DEFFILE .\eabi\calocalizerscanner.def" \
       
    54         "$${LITERAL_HASH}endif"
       
    55     HEADERS += ./inc/*.h
       
    56     SOURCES += ./src/*.cpp
       
    57     LIBS += -leuser \
       
    58         -lecom \
       
    59         -lcautils \
       
    60         -lcamenu
       
    61     
       
    62     
       
    63 }
       
    64 
       
    65 exportResources(./*.qm, resource)
       
    66 
       
    67 
       
    68