template.metainfo.xml 935 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="firmware">
  3. <id>com.intel.FMP_CAPSULE_BASE_NAME.firmware</id>
  4. <name>FMP_CAPSULE_BASE_NAME</name>
  5. <summary>System firmware for the FMP_CAPSULE_BASE_NAME</summary>
  6. <description>
  7. Description of System firmware for the FMP_CAPSULE_BASE_NAME
  8. </description>
  9. <provides>
  10. <firmware type="flashed">FMP_CAPSULE_GUID</firmware>
  11. </provides>
  12. <url type="homepage">http://www.tianocore.org</url>
  13. <metadata_license>CC0-1.0</metadata_license>
  14. <project_license>BSD</project_license>
  15. <developer_name>Tianocore</developer_name>
  16. <releases>
  17. <release version="FMP_CAPSULE_VERSION_DECIMAL" date="FMP_CAPSULE_DATE">
  18. <description>
  19. Build FMP_CAPSULE_STRING
  20. </description>
  21. </release>
  22. </releases>
  23. <!-- most OEMs do not need to do this... -->
  24. <custom>
  25. <value key="LVFS::InhibitDownload"/>
  26. </custom>
  27. </component>