# HG changeset patch # User Markku Kaurila # Date 1285841878 -3600 # Node ID 30827624d4d35e40733f034f78ac7127911a193c # Parent 81ad59d81c0fbbe92ab19cc8b29f2ec26a0e0b7c Further update to the exports in contactsmodel.pro, for Bug 3312 diff -r 81ad59d81c0f -r 30827624d4d3 plugins/contacts/symbian/contactsmodel/contactsmodel.pro --- a/plugins/contacts/symbian/contactsmodel/contactsmodel.pro Fri Sep 03 15:27:00 2010 +0100 +++ b/plugins/contacts/symbian/contactsmodel/contactsmodel.pro Thu Sep 30 11:17:58 2010 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). # @@ -13,7 +13,7 @@ # Nokia Corporation - initial contribution. # # Contributors: -# +# # Description: # # @@ -24,7 +24,10 @@ "./group/cntview.mmp"\ "./group/template.mmp"\ "./groupsql/cntsrv.mmp"\ - "./groupsql/cntplsql.mmp" + "./groupsql/cntplsql.mmp"\ + "./cntmatchlog/group/cntmatchlog.mmp"\ + "./cntvcard/cntvcard.mmp"\ + "./cntphone/cntphone.mmp" # Exports deploy.path = / @@ -34,27 +37,30 @@ iby.sources = cntmodel.iby cntplsql.iby for(iby, iby.sources):BLD_INF_RULES.prj_exports += "groupsql/$$iby $$deploy.path$$iby.path/$$iby" +BLD_INF_RULES.prj_exports += "cntmatchlog/group/cntmatchlog.iby $$deploy.path$$iby.path/cntmatchlog.iby" # Headers -BLD_INF_RULES.prj_exports = "./inc/cntdef.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdef.h)"\ - "./inc/cntdb.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdb.h)"\ - "./inc/cntdbobs.h APP_LAYER_PUBLIC_EXPORT_PATH(cntdbobs.h)"\ - "./inc/cntfield.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfield.h)"\ - "./inc/cntfldst.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfldst.h)"\ - "./inc/cntfilt.h APP_LAYER_PUBLIC_EXPORT_PATH(cntfilt.h)"\ - "./inc/cntitem.h APP_LAYER_PUBLIC_EXPORT_PATH(cntitem.h)"\ - "./inc/cntview.h APP_LAYER_PUBLIC_EXPORT_PATH(cntview.h)"\ - "./inc/cntviewbase.h APP_LAYER_PUBLIC_EXPORT_PATH(cntviewbase.h)"\ - "./inc/cntsync.h APP_LAYER_PUBLIC_EXPORT_PATH(cntsync.h)"\ - "./inc/cntviewfindconfig.h APP_LAYER_PLATFORM_EXPORT_PATH(cntviewfindconfig.h)"\ - "./inc/cntviewfindconfig.inl APP_LAYER_PLATFORM_EXPORT_PATH(cntviewfindconfig.inl)"\ - "./inc/cntviewsortplugin.h APP_LAYER_PUBLIC_EXPORT_PATH(cntviewsortplugin.h)"\ - "./inc/cntmodel.rh APP_LAYER_PLATFORM_EXPORT_PATH(cntmodel.rh)"\ - "./inc/cntdef.hrh APP_LAYER_PUBLIC_EXPORT_PATH(cntdef.hrh)"\ - "./cntvcard/cntvcard.h APP_LAYER_PUBLIC_EXPORT_PATH(cntvcard.h)"\ - "./inc/cntviewstore.h APP_LAYER_PLATFORM_EXPORT_PATH(cntviewstore.h)"\ - "./inc/cntpredictivesearch.h APP_LAYER_PUBLIC_EXPORT_PATH(cntpredictivesearch.h)" - +BLD_INF_RULES.prj_exports += "./inc/cntdef.h /epoc32/include/cntdef.h"\ + "./inc/cntdb.h /epoc32/include/cntdb.h"\ + "./inc/cntdbobs.h /epoc32/include/cntdbobs.h"\ + "./inc/cntfield.h /epoc32/include/cntfield.h"\ + "./inc/cntfldst.h /epoc32/include/cntfldst.h"\ + "./inc/cntfilt.h /epoc32/include/cntfilt.h"\ + "./inc/cntitem.h /epoc32/include/cntitem.h"\ + "./inc/cntview.h /epoc32/include/cntview.h"\ + "./inc/cntviewbase.h /epoc32/include/cntviewbase.h"\ + "./inc/cntsync.h /epoc32/include/cntsync.h"\ + "./inc/cntviewfindconfig.h /epoc32/include/cntviewfindconfig.h"\ + "./inc/cntviewfindconfig.inl /epoc32/include/cntviewfindconfig.inl"\ + "./inc/cntviewsortplugin.h /epoc32/include/cntviewsortplugin.h"\ + "./inc/cntmodel.rh /epoc32/include/cntmodel.rh"\ + "./inc/cntdef.hrh /epoc32/include/cntdef.hrh"\ + "./cntvcard/cntvcard.h /epoc32/include/cntvcard.h"\ + "./inc/cntviewstore.h /epoc32/include/cntviewstore.h" + BLD_INF_RULES.prj_exports += "./inc/cntphonenumparser.h APP_LAYER_PLATFORM_EXPORT_PATH(cntphonenumparser.h)"\ "./inc/cntviewsortpluginbase.h APP_LAYER_PLATFORM_EXPORT_PATH(cntviewsortpluginbase.h)"\ "./inc/cntsyncecom.h APP_LAYER_PLATFORM_EXPORT_PATH(cntsyncecom.h)"\ + "./inc/cntconvertercallback.h APP_LAYER_PLATFORM_EXPORT_PATH(cntconvertercallback.h)"\ + "./inc/cntdb_internal.h APP_LAYER_PLATFORM_EXPORT_PATH(cntdb_internal.h)" +