contentstorage/casoftwareregistry/casoftwareregistry.pro
changeset 94 dbb8300717f7
child 83 156f692b1687
equal deleted inserted replaced
93:82b66994846c 94:dbb8300717f7
       
     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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 
       
    19 DEFINES += CACLIENT_LIB
       
    20 
       
    21 include(../../common.pri)
       
    22 include(casoftwareregistry.pri)
       
    23 
       
    24 DEPENDPATH += ./inc \
       
    25               ./src
       
    26 INCLUDEPATH += ./inc \
       
    27             ../inc
       
    28             
       
    29 symbian: {
       
    30 
       
    31 TARGET.UID2 = 0x1000008D
       
    32 TARGET.UID3 = 0x2002DCF5
       
    33 
       
    34 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    35 TARGET.VENDORID = VID_DEFAULT
       
    36 
       
    37 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBS += -leuser \
       
    40         -lbafl \
       
    41         -lestor \
       
    42         -lscrclient \
       
    43         -lxqutils
       
    44         
       
    45 include(casoftwareregistry_s60.pri)
       
    46 }
       
    47 
       
    48 win32: {
       
    49 DEPENDPATH += ./stub/inc \
       
    50               ./stub/src
       
    51 INCLUDEPATH += ./stub/inc
       
    52 
       
    53 include(casoftwareregistry_stub.pri)
       
    54 }