plugins/contacts/symbian/contactsmodel/contactsmodel.pro
changeset 0 876b1a06bc25
child 2 81ad59d81c0f
child 5 603d3f8b6302
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 
       
     4 
       
     5 #
       
     6 # All rights reserved.
       
     7 # This component and the accompanying materials are made available
       
     8 # under the terms of "Eclipse Public License v1.0"
       
     9 # which accompanies this distribution, and is available
       
    10 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    11 #
       
    12 # Initial Contributors:
       
    13 # Nokia Corporation - initial contribution.
       
    14 #
       
    15 # Contributors:
       
    16 # 
       
    17 # Description:
       
    18 #
       
    19 #
       
    20 
       
    21 
       
    22 TEMPLATE = subdirs
       
    23 BLD_INF_RULES.prj_mmpfiles = "./groupsql/cntmodel.mmp"\
       
    24                              "./group/cntview.mmp"\
       
    25                              "./group/template.mmp"\
       
    26                              "./groupsql/cntsrv.mmp"\
       
    27                              "./groupsql/cntplsql.mmp"
       
    28 
       
    29 # Exports
       
    30 deploy.path = /
       
    31 
       
    32 # IBY files
       
    33 iby.path = epoc32/rom/include
       
    34 iby.sources = cntmodel.iby cntplsql.iby
       
    35 
       
    36 for(iby, iby.sources):BLD_INF_RULES.prj_exports += "groupsql/$$iby $$deploy.path$$iby.path/$$iby"
       
    37 
       
    38 # Headers
       
    39 headers.path = epoc32/include
       
    40 headers.sources = inc/cntdef.h\
       
    41                   inc/cntdb.h\
       
    42                   inc/cntdbobs.h\
       
    43                   inc/cntfield.h\
       
    44                   inc/cntfldst.h\
       
    45                   inc/cntfilt.h\ 
       
    46                   inc/cntitem.h\ 
       
    47                   inc/cntview.h\
       
    48                   inc/cntviewbase.h\
       
    49                   inc/cntsync.h\
       
    50                   inc/cntviewfindconfig.h\
       
    51                   inc/cntviewfindconfig.inl\
       
    52                   inc/cntviewsortplugin.h\
       
    53                   inc/cntmodel.rh\
       
    54                   inc/cntdef.hrh\
       
    55                   inc/cntviewstore.h\
       
    56                   inc/cntpredictivesearch.h\
       
    57                   cntvcard/cntvcard.h\
       
    58                  
       
    59 
       
    60 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"
       
    61