123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- SGX.author=Intel
-
- #Add Nature template Values
- SGX.naturetemplate.title.description=A Intel Software Guard Extensions Project template.
- SGX.naturetemplate.title.label=Intel SGX Project
- SGX.naturetemplate.title.id=AddSGXNature
-
- #Enclave Config template Values
- SGX.enclaveconfig.template.title.description=A Intel Software Guard Extensions Configuration template.
- SGX.enclaveconfig.template.title.label=Intel SGX Enclave Configuration
- SGX.enclaveconfig.template.title.id=SGXEnclaveConfig
-
- #Untrusted Module template values
- SGX.untrustedModule.template.title.description= A Intel Software Guard Extensions Untrusted Module template.
- SGX.untrustedModule.template.title.label=Intel SGX Untrusted Module
-
- #Enclave template values
- SGX.enclave.template.title.description= A Intel Software Guard Extensions Project template.
- SGX.enclave.template.title.label=Intel SGX Project
- SGX.enclave.template.title.id=SGXProject
-
- #C template Values
- SGX.Ctemplate.title.description=A Intel Software Guard Extensions C Enclave Project template.
- SGX.Ctemplate.title.label=Intel SGX C Enclave Project
- SGX.Ctemplate.title.id=SGXCProject
- SGX.Ctemplate.enclaveSettings.label=Enclave Settings
- SGX.Ctemplate.enclaveSettings.description=Initial settings required for a new enclave.
-
- #C Static lib template Values
- SGX.CStatictemplate.title.description=A Intel Software Guard Extensions C Enclave Project template.
- SGX.CStatictemplate.title.label=Intel SGX C Enclave Library Project
- SGX.CStatictemplate.title.id=SGXCEnclaveLibProject
- SGX.CStatictemplate.enclaveSettings.label=Enclave Settings
- SGX.CStatictemplate.enclaveSettings.description=Initial settings required for a new enclave Library.
- SGX.CStatictemplate.requiresEdl.label=Requires EDL
- 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.
-
- #CXX template Values
- SGX.CXXtemplate.title.description=A Intel Software Guard Extensions C++ Enclave Project template.
- SGX.CXXtemplate.title.label=C/C++ Project with Intel SGX Nature
- SGX.CXXtemplate.title.id=SGXCPPProject
- SGX.CXXtemplate.enclaveSettings.label=Enclave Settings
- SGX.CXXtemplate.enclaveSettings.description=Initial settings required for a new enclave.
-
- #CXX Static lib template Values
- SGX.CXXStatictemplate.title.description=A Intel Software Guard Extensions C++ Enclave Library Project template.
- SGX.CXXStatictemplate.title.label=Intel SGX C++ Enclave Library Project
- SGX.CXXStatictemplate.title.id=SGXCPPEnclaveLibProject
- SGX.CXXStatictemplate.enclaveSettings.label=Enclave Settings
- SGX.CXXStatictemplate.enclaveSettings.description=Initial settings required for a new enclave Library.
- SGX.CXXStatictemplate.requiresEdl.label=Requires EDL
- 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.
|