1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!-- -->
- <!-- Copyright (c) 2016 Intel Corporation. -->
- <!-- -->
- <!-- All rights reserved. This program and the accompanying materials -->
- <!-- are made available under the terms of the Eclipse Public License v1.0 -->
- <!-- which accompanies this distribution, and is available at -->
- <!-- http://www.eclipse.org/legal/epl-v10.html -->
- <!-- -->
- <!-- Contributors: -->
- <!-- Intel Corporation - initial implementation and documentation -->
- <!-- -->
- <template type="ProjTempl" version="1.0" supplier="Intel"
- revision="1.0" author="%SGX.author" id="SGXEnclaveConfig" label="%SGX.enclaveconfig.template.title.label"
- description="%SGX.enclaveconfig.template.title.description" help="help.html">
- <process type="org.eclipse.cdt.core.AddFiles">
- <simple name="projectName" value="$(projectName)" />
- <complex-array name="files">
- <element>
- <simple name="source" value="../resources/Basename.config.xml" />
- <simple name="target" value="$(configFile)" />
- <simple name="replaceable" value="true" />
- </element>
- </complex-array>
- </process>
- </template>
|