template.properties 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #########################################################################
  2. # Copyright (c) 2018 Intel Corporation. #
  3. # #
  4. # All rights reserved. This program and the accompanying materials #
  5. # are made available under the terms of the Eclipse Public License v1.0 #
  6. # which accompanies this distribution, and is available at #
  7. # http://www.eclipse.org/legal/epl-v10.html #
  8. # #
  9. # Contributors: #
  10. # Intel Corporation - initial implementation and documentation #
  11. #########################################################################
  12. SGX.author=Intel
  13. #Add Nature template Values
  14. SGX.naturetemplate.title.description=A Intel Software Guard Extensions Project template.
  15. SGX.naturetemplate.title.label=Intel SGX Project
  16. SGX.naturetemplate.title.id=AddSGXNature
  17. #Enclave Config template Values
  18. SGX.enclaveconfig.template.title.description=A Intel Software Guard Extensions Configuration template.
  19. SGX.enclaveconfig.template.title.label=Intel SGX Enclave Configuration
  20. SGX.enclaveconfig.template.title.id=SGXEnclaveConfig
  21. #Untrusted Module template values
  22. SGX.untrustedModule.template.title.description= A Intel Software Guard Extensions Untrusted Module template.
  23. SGX.untrustedModule.template.title.label=Intel SGX Untrusted Module
  24. #Enclave template values
  25. SGX.enclave.template.title.description= A Intel Software Guard Extensions Project template.
  26. SGX.enclave.template.title.label=Intel SGX Project
  27. SGX.enclave.template.title.id=SGXProject
  28. #C template Values
  29. SGX.Ctemplate.title.description=A Intel Software Guard Extensions C Enclave Project template.
  30. SGX.Ctemplate.title.label=Intel SGX C Enclave Project
  31. SGX.Ctemplate.title.id=SGXCProject
  32. SGX.Ctemplate.enclaveSettings.label=Enclave Settings
  33. SGX.Ctemplate.enclaveSettings.description=Initial settings required for a new enclave.
  34. #C Static lib template Values
  35. SGX.CStatictemplate.title.description=A Intel Software Guard Extensions C Enclave Project template.
  36. SGX.CStatictemplate.title.label=Intel SGX C Enclave Library Project
  37. SGX.CStatictemplate.title.id=SGXCEnclaveLibProject
  38. SGX.CStatictemplate.enclaveSettings.label=Enclave Settings
  39. SGX.CStatictemplate.enclaveSettings.description=Initial settings required for a new enclave Library.
  40. SGX.CStatictemplate.requiresEdl.label=Requires EDL
  41. SGX.CStatictemplate.requiresEdl.description=De-select this option to create an Non-SGX trusted static library without an Edl file. By default, the project creates an Enclave library with an Edl file.
  42. #CXX template Values
  43. SGX.CXXtemplate.title.description=A Intel Software Guard Extensions C++ Enclave Project template.
  44. SGX.CXXtemplate.title.label=C/C++ Project with Intel SGX Nature
  45. SGX.CXXtemplate.title.id=SGXCPPProject
  46. SGX.CXXtemplate.enclaveSettings.label=Enclave Settings
  47. SGX.CXXtemplate.enclaveSettings.description=Initial settings required for a new enclave.
  48. #CXX Static lib template Values
  49. SGX.CXXStatictemplate.title.description=A Intel Software Guard Extensions C++ Enclave Library Project template.
  50. SGX.CXXStatictemplate.title.label=Intel SGX C++ Enclave Library Project
  51. SGX.CXXStatictemplate.title.id=SGXCPPEnclaveLibProject
  52. SGX.CXXStatictemplate.enclaveSettings.label=Enclave Settings
  53. SGX.CXXStatictemplate.enclaveSettings.description=Initial settings required for a new enclave Library.
  54. SGX.CXXStatictemplate.requiresEdl.label=Requires EDL
  55. SGX.CXXStatictemplate.requiresEdl.description=De-select this option to create an Non-SGX trusted static library without an Edl file. By default, the project creates an Enclave library with an Edl file.