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 2014-11-14 12:11 GMT+01:00 José Bollo <[email protected]>: > Hi all, > > Does someone know what are the manifest files for natives for tizen 2.3? > > Is it tizen-manifest.xml at root? > Or is it info/manifest.xml? (as 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 > ) > > Best regards > José > > _______________________________________________ > Dev mailing list > [email protected] > https://lists.tizen.org/listinfo/dev > -- Baptiste DURAND Eurogiciel Vannes/FR
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
