site.xml 1.3 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- -->
  3. <!-- Copyright (c) 2018 Intel Corporation. -->
  4. <!-- -->
  5. <!-- All rights reserved. This program and the accompanying materials -->
  6. <!-- are made available under the terms of the Eclipse Public License v1.0 -->
  7. <!-- which accompanies this distribution, and is available at -->
  8. <!-- http://www.eclipse.org/legal/epl-v10.html -->
  9. <!-- -->
  10. <!-- Contributors: -->
  11. <!-- Intel Corporation - initial implementation and documentation -->
  12. <!-- -->
  13. <site>
  14. <description name="Intel(R) Software Guard Extensions Plug-in" url="https://download.01.org/intel-sgx">
  15. This website hosts an evaluation version of the Eclipse Plug-in developed for Secure Guard Extensions Application development for Linux platforms.
  16. </description>
  17. <feature url="features/com.intel.sgx.feature_1.0.1.qualifier.jar" id="com.intel.sgx.feature" version="1.0.1.qualifier">
  18. <category name="com.intel.security.sgx"/>
  19. </feature>
  20. <category-def name="com.intel.security.sgx" label="Intel(R) SGX Eclipse Plugin">
  21. <description>Intel(R) SGX Eclipse Plugin 1.0.1.qualifier</description>
  22. </category-def>
  23. </site>