Hardware/platform dependencies
Hello,
I'm trying to write the hardware/platform dependencies to my pkg file. But I don't understand how it works.
Say that I want my application to run on 701 and 808 devices.
[B]Question 1:[/B] Should I write:
[CODE][0x2003A678],0,0,0,{"0x2002BF94"}
[0x2003A678],0,0,0,{"0x2003AB64"}[/CODE]
or should I write something like this since these devices already come with Belle:
[CODE]0,0,0,0,{"0x2002BF94"}
0,0,0,0,{"0x2003AB64"}[/CODE]
[B]Question 2:[/B] And I don't understand if these dependency lines create "and" or "or" logic. So, did I say above that it should be "701 AND 808" which is meaningless or did I say "701 OR 808"?
[B]Question 3:[/B] qmake puts a Symbian^3 dependency by default like this:
[CODE][0x20022E6D],0,0,0,{"S60ProductID"}[/CODE]
Should I remove it if I don't want my app to be installed on all Symbian^3 devices?
[B]Question 4:[/B] Could that line in question 3 also be written like this?
[CODE][0x20022E6D],0,0,0,0[/CODE]
Re: Hardware/platform dependencies
As this is under Nokia Store submissions, I would suggest not using anything there for preventing the installations, that way you could change the requirements later if needed for any currently unknown reason.
And simply use the Store distribution tab device selection to limit the distribution.