Hi all,
i want to add autostart to my application..
how i can achieve that in meego?
i have add it in symbian using the following:
but how can add similar for meego?symbian {
# Define rss file for autoboot
autoStartBlock = \
"SOURCEPATH ." \
"START RESOURCE 2005eefa.rss" \
"END"
MMP_RULES += autoStartBlock
# Deploy rsc file to package.
deployRscFile2 = "\"$${EPOCROOT}epoc32/data/2005eefa.rsc\" - \
\"C:/private/101f875a/import/[2005eefa].rsc\""
deployFiles2.pkg_postrules += deployRscFile2
DEPLOYMENT += deployFiles2
}
Any help will be appreciate
Thank you

Reply With Quote



