smf/smfservermodule/smfserver/smfplugins/smfplugins.pri
author cgandhi <chandradeep.gandhi@sasken.com>
Wed, 23 Jun 2010 19:51:49 +0530
changeset 14 a469c0e6e7fb
parent 7 be09cf1f39dd
child 25 a180113055cb
permissions -rw-r--r--
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.

INCLUDEPATH += smfplugins

PUBLIC_HEADERS += \
	smfplugins/smfpluginbase.h \
	smfplugins/smfproviderbase.h \
	smfplugins/smfactivityfetcherplugin.h \
	smfplugins/smfcontactfetcherplugin.h \
	smfplugins/smfpostproviderplugin.h \
	smfplugins/smflyricsserviceplugin.h \
	smfplugins/smfmusiceventsplugin.h \
	smfplugins/smfmusicsearchplugin.h \
	smfplugins/smfmusicserviceplugin.h \
	smfplugins/smfplaylistserviceplugin.h \
	smfplugins/smfgalleryplugin.h


symbian: {
    BLD_INF_RULES.prj_exports += smfplugins/smfpluginbase.h
    BLD_INF_RULES.prj_exports += smfplugins/smfproviderbase.h
    BLD_INF_RULES.prj_exports += smfplugins/smfactivityfetcherplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smfcontactfetcherplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smfpostproviderplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smflyricsserviceplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smfmusiceventsplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smfmusicsearchplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smfmusicserviceplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smfplaylistserviceplugin.h
    BLD_INF_RULES.prj_exports += smfplugins/smfgalleryplugin.h
}