contentstorage/cautils/cautils.pro
branchRCL_3
changeset 113 0efa10d348c0
equal deleted inserted replaced
111:053c6c7c14f3 113:0efa10d348c0
       
     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 TEMPLATE = lib
       
    18 symbian:{
       
    19 defFilePath = ./..
       
    20 DEPENDPATH += ./inc \
       
    21 			./src
       
    22 INCLUDEPATH += ./inc \
       
    23             ../inc
       
    24 
       
    25 TARGET.UID2 = 0x1000008D
       
    26 TARGET.UID3 = 0x2001CB55
       
    27 
       
    28 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    29 TARGET.VENDORID = VID_DEFAULT
       
    30 
       
    31 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 LIBS += -leuser \
       
    34         -lbafl \
       
    35         -lestor
       
    36         
       
    37 CONFIG -= stl
       
    38 include(cautils.pri)
       
    39 }