The closest thing might be the gconf system (using C, also available via Python) which is a generic registry storage system.
It is NOT secure. However you can create entries like /apps/maemo/myapp/LicenseType and associate a string, integer, or other types including lists, and do the same for price and expiry. You would need to do the cryptographic sections yourself to insure the data isn't tampered with. On Thu, Nov 13, 2008 at 5:53 AM, Vikrant Mhaske <[EMAIL PROTECTED]> wrote: > Hi Andre, > For some application we have license associated with it. > This license may allow application to launch either for particular minutes > of usage, or it may have some date on which this license will expire and > Application will not be able to launch after that. > As analogy with BREW in which we have interface ILICENSE which > allows BREW applications to query license information for their application > module. These functions also allow BREW applications to set the license > information on the current module if the license type is set to "Usage > Based" > I am seeking such interface for maemo platform. > Sorry for reposting so early. > > -----Original Message----- > From: Andre Klapper [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2008 5:07 PM > To: Vikrant Mhaske > Cc: [email protected] > Subject: Re: Need interface which allows maemo applications to querylicense > information for their application module. > > Please do not repost after 12 hours, but be patient instead. > > Am Donnerstag, den 13.11.2008, 11:09 +0530 schrieb Vikrant Mhaske: > >> I want to know if there is any interface which will allow >> maemo application to query license information. >> >> I want application to query following information - >> >> 1) License type >> 2) Price type >> 3) Expiry information. > > What is "maemo application"? What kind of license information? > This is all very vague, please elaborate. > > andre > > -- > Andre Klapper (maemo.org bugmaster) > > > DISCLAIMER > ========== > This e-mail may contain privileged and confidential information which is the > property of Persistent Systems Ltd. It is intended only for the use of the > individual or entity to which it is addressed. If you are not the intended > recipient, you are not authorized to read, retain, copy, print, distribute or > use this message. If you have received this communication in error, please > notify the sender and delete all copies of this message. Persistent Systems > Ltd. does not accept any liability for virus infected mails. > _______________________________________________ > maemo-developers mailing list > [email protected] > https://lists.maemo.org/mailman/listinfo/maemo-developers > _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
