Hello wizard_hu_ ,
Thank you very much for your answer.
I have another question, tough. What is then the purpose of the pkg_prerules section from the project file ?
This is how the pkg_prerules from my project file looks:
Code:
...
myapp_deployment.pkg_prerules += "[0x20023763],0,0,0,{\"Nokia 5230\"}"
myapp_deployment.pkg_prerules += "[0x20023764],0,0,0,{\"Nokia 5230\"}"
myapp_deployment.pkg_prerules += "[0x20024105],0,0,0,{\"Nokia 5230\"}"
myapp_deployment.pkg_prerules += "[0x2002376B],0,0,0,{\"Nokia 5230\"}"
....
Isn't this supposed to specify the devices which are valid for deployment ?
I'm using Qt Creator for development, and the .pkg file it is generated at build time. Is there a way to automatically insert the check specified by you ?
I have to mention the fact that I am new to Symbian development, and some of the things from the project file regarding to symbian are not clear to me yet.
Regards,
Eugen