@@ -11,7 +11,7 @@ crate-type = ["staticlib"]
1111[dependencies ]
1212frame-runtime = { path = " ../../../frame/runtime" , default-features = false , features = [" sgx" ] }
1313frame-config = { path = " ../../../frame/config" , default-features = false , features = [" sgx" ] }
14- frame-enclave = { path = " ../../../frame/enclave" }
14+ frame-enclave = { path = " ../../../frame/enclave" , default-features = false }
1515frame-sodium = { path = " ../../../frame/sodium" , default-features = false , features = [" sgx" ] }
1616frame-types = { path = " ../../../frame/types" }
1717frame-common = { path = " ../../../frame/common" , default-features = false , features = [" sgx" ] }
@@ -27,8 +27,14 @@ env_logger = { git = "https://github.com/mesalock-linux/env_logger-sgx", default
2727log = { git = " https://github.com/mesalock-linux/log-sgx" }
2828
2929[features ]
30- default = [" backup-enable" , " runtime_enabled" , " enclave_key" ]
30+ default = [" backup-enable" , " runtime_enabled" , " enclave_key" , " verify-mr-enclave-enable " ]
3131backup-enable = [" anonify-enclave/backup-enable" ]
3232runtime_enabled = []
3333enclave_key = []
34- treekem = []
34+ treekem = []
35+ verify-mr-enclave-enable = [
36+ " frame-runtime/verify-mr-enclave-enable" ,
37+ " frame-enclave/verify-mr-enclave-enable" ,
38+ " anonify-enclave/verify-mr-enclave-enable" ,
39+ " anonify-ecall-types/verify-mr-enclave-enable" ,
40+ ]
0 commit comments