You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
745 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest package="maui-application-id-placeholder" version="0.0.0" api-version="7" xmlns="http://tizen.org/ns/packages">
  3. <profile name="common" />
  4. <ui-application appid="maui-application-id-placeholder" exec="CircleViewerMaui.dll" multiple="false" nodisplay="false" taskmanage="true" type="dotnet" launch_mode="single">
  5. <label>maui-application-title-placeholder</label>
  6. <icon>maui-appicon-placeholder</icon>
  7. <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />
  8. </ui-application>
  9. <shortcut-list />
  10. <privileges>
  11. <privilege>http://tizen.org/privilege/internet</privilege>
  12. </privileges>
  13. <dependencies />
  14. <provides-appdefined-privileges />
  15. </manifest>