plugins/contacts/symbian/contactsmodel/contactsmodel.pro
changeset 2 81ad59d81c0f
parent 0 876b1a06bc25
child 4 30827624d4d3
equal deleted inserted replaced
1:dfcc3fb3321d 2:81ad59d81c0f
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 
     3 
     4 
     4 
     5 #
     5 #
     6 # All rights reserved.
     6 # All rights reserved.
     7 # This component and the accompanying materials are made available
     7 # This component and the accompanying materials are made available
    34 iby.sources = cntmodel.iby cntplsql.iby
    34 iby.sources = cntmodel.iby cntplsql.iby
    35 
    35 
    36 for(iby, iby.sources):BLD_INF_RULES.prj_exports += "groupsql/$$iby $$deploy.path$$iby.path/$$iby"
    36 for(iby, iby.sources):BLD_INF_RULES.prj_exports += "groupsql/$$iby $$deploy.path$$iby.path/$$iby"
    37 
    37 
    38 # Headers
    38 # Headers
    39 headers.path = epoc32/include
    39 BLD_INF_RULES.prj_exports = "./inc/cntdef.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdef.h)"\
    40 headers.sources = inc/cntdef.h\
    40                             "./inc/cntdb.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdb.h)"\
    41                   inc/cntdb.h\
    41                             "./inc/cntdbobs.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdbobs.h)"\
    42                   inc/cntdbobs.h\
    42                             "./inc/cntfield.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfield.h)"\
    43                   inc/cntfield.h\
    43                             "./inc/cntfldst.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfldst.h)"\
    44                   inc/cntfldst.h\
    44                             "./inc/cntfilt.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfilt.h)"\
    45                   inc/cntfilt.h\ 
    45                             "./inc/cntitem.h APP_LAYER_PUBLIC_EXPORT_PATH(cntitem.h)"\
    46                   inc/cntitem.h\ 
    46                             "./inc/cntview.h APP_LAYER_PUBLIC_EXPORT_PATH(cntview.h)"\
    47                   inc/cntview.h\
    47                             "./inc/cntviewbase.h APP_LAYER_PUBLIC_EXPORT_PATH(cntviewbase.h)"\
    48                   inc/cntviewbase.h\
    48                             "./inc/cntsync.h APP_LAYER_PUBLIC_EXPORT_PATH(cntsync.h)"\
    49                   inc/cntsync.h\
    49                             "./inc/cntviewfindconfig.h   APP_LAYER_PLATFORM_EXPORT_PATH(cntviewfindconfig.h)"\
    50                   inc/cntviewfindconfig.h\
    50                             "./inc/cntviewfindconfig.inl APP_LAYER_PLATFORM_EXPORT_PATH(cntviewfindconfig.inl)"\
    51                   inc/cntviewfindconfig.inl\
    51                             "./inc/cntviewsortplugin.h APP_LAYER_PUBLIC_EXPORT_PATH(cntviewsortplugin.h)"\
    52                   inc/cntviewsortplugin.h\
    52                             "./inc/cntmodel.rh APP_LAYER_PLATFORM_EXPORT_PATH(cntmodel.rh)"\
    53                   inc/cntmodel.rh\
    53                             "./inc/cntdef.hrh APP_LAYER_PUBLIC_EXPORT_PATH(cntdef.hrh)"\
    54                   inc/cntdef.hrh\
    54                             "./cntvcard/cntvcard.h APP_LAYER_PUBLIC_EXPORT_PATH(cntvcard.h)"\
    55                   inc/cntviewstore.h\
    55                             "./inc/cntviewstore.h APP_LAYER_PLATFORM_EXPORT_PATH(cntviewstore.h)"\
    56                   inc/cntpredictivesearch.h\
    56                             "./inc/cntpredictivesearch.h APP_LAYER_PUBLIC_EXPORT_PATH(cntpredictivesearch.h)"
    57                   cntvcard/cntvcard.h\
    57  
    58                  
    58 BLD_INF_RULES.prj_exports += "./inc/cntphonenumparser.h APP_LAYER_PLATFORM_EXPORT_PATH(cntphonenumparser.h)"\
    59 
    59                              "./inc/cntviewsortpluginbase.h APP_LAYER_PLATFORM_EXPORT_PATH(cntviewsortpluginbase.h)"\
    60 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"
    60                              "./inc/cntsyncecom.h APP_LAYER_PLATFORM_EXPORT_PATH(cntsyncecom.h)"\
    61