contentstorage/cautils/cautils.pro
changeset 60 f62f87b200ec
child 98 d2f833ab7940
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
       
     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 DEPENDPATH += ./inc \
       
    20 			./src
       
    21 INCLUDEPATH += ./inc \
       
    22             ../inc
       
    23 
       
    24 TARGET.UID2 = 0x1000008D
       
    25 TARGET.UID3 = 0x2001CB55
       
    26 
       
    27 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    28 TARGET.VENDORID = VID_DEFAULT
       
    29 
       
    30 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 LIBS += -leuser \
       
    33         -lbafl \
       
    34         -lestor
       
    35         
       
    36 CONFIG -= stl
       
    37 include(cautils.pri)
       
    38 }