2014-11-14 12:26 GMT+01:00 Baptiste Durand <[email protected]>: > José, > > The second manifest type is the one that used by app_framework to fill in it > own databases. > (i.e.https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/ide_sdk_tools/manifest_element_hierarchy.htm) > > > These are stored into /usr/packages/ or /$HOME/.applications/manifest. > depending the type of installations (for all user vs dedicated user) > > There are also used for Web App, crosswalk installer (wrt-installer) > generates a manifest xml following the information contained into > config.xml. > > By browsing project related to native applications such as native clock > applications > https://review.tizen.org/gerrit/gitweb?p=apps/core/preloaded/clock.git;a=blob;f=org.tizen.clock.xml;h=b270b7451ce9dee6d4c3b374494f382e55a56c02;hb=HEAD > > you can see that manifest.xml as the same syntax as described here : > https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/basics_tizen_programming/tizen_app_model/application_package_manager.htm > or > https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/ide_sdk_tools/manifest_element_hierarchy.htm) > > > I Hope that it helps > BR > Baptiste > I think that manifest [1] does not follow description from [2]. Instead it follows [3]
I tried to point out a few times that there are at least two application manifests for Tizen 2.*. One internal for rpm [3] and one 3rd party for tpk [2]. Also as you probably know there is manifest for setting smack permissions :) It is only my guess... based on my experience with Qt for Tizen. Cheers, Tomasz [1] https://review.tizen.org/gerrit/gitweb?p=apps/core/preloaded/clock.git;a=blob;f=org.tizen.clock.xml;h=b270b7451ce9dee6d4c3b374494f382e55a56c02;hb=HEAD [2] https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/ide_sdk_tools/manifest_element_hierarchy.htm [3] https://review.tizen.org/gerrit/gitweb?p=platform/core/appfw/pkgmgr-info.git;a=blob;f=parser/manifest.xsd.in;h=cdf17f6d01d8e789dd389088f6c337248ec95842;hb=refs/heads/tizen _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
