configtemplate.xml 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  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. <template type="ProjTempl" version="1.0" supplier="Intel"
  14. revision="1.0" author="%SGX.author" id="SGXEnclaveConfig" label="%SGX.enclaveconfig.template.title.label"
  15. description="%SGX.enclaveconfig.template.title.description" help="help.html">
  16. <process type="org.eclipse.cdt.core.AddFiles">
  17. <simple name="projectName" value="$(projectName)" />
  18. <complex-array name="files">
  19. <element>
  20. <simple name="source" value="../resources/Basename.config.xml" />
  21. <simple name="target" value="$(configFile)" />
  22. <simple name="replaceable" value="true" />
  23. </element>
  24. </complex-array>
  25. </process>
  26. </template>