This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-testing
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/v1.1.1-testing by this push:
     new 702b857  Fix more sgx_tservices
702b857 is described below

commit 702b857ddcca60b53510ff22520f57e7f744c2da
Author: Yu Ding <[email protected]>
AuthorDate: Tue Mar 17 18:14:27 2020 -0700

    Fix more sgx_tservices
---
 samplecode/localattestation/attestation/Cargo.toml      | 1 -
 samplecode/localattestation/enclave1/Cargo.toml         | 1 -
 samplecode/localattestation/enclave2/Cargo.toml         | 1 -
 samplecode/localattestation/enclave3/Cargo.toml         | 1 -
 samplecode/pcl/pcl-seal/enclave/ue_send_recv/Cargo.toml | 1 -
 samplecode/static-data-distribution/app/Cargo.toml      | 1 -
 samplecode/wasmi/enclave/sgxwasm/Cargo.toml             | 1 -
 7 files changed, 7 deletions(-)

diff --git a/samplecode/localattestation/attestation/Cargo.toml 
b/samplecode/localattestation/attestation/Cargo.toml
index f7b1076..0fe7a53 100644
--- a/samplecode/localattestation/attestation/Cargo.toml
+++ b/samplecode/localattestation/attestation/Cargo.toml
@@ -35,7 +35,6 @@ sgx_tprotected_fs = { path = "../../../sgx_tprotected_fs" }
 sgx_trts = { path = "../../../sgx_trts" }
 sgx_tse = { path = "../../../sgx_tse" }
 sgx_tseal = { path = "../../../sgx_tseal" }
-sgx_tservice = { path = "../../../sgx_tservice" }
 sgx_tstd = { path = "../../../sgx_tstd" }
 sgx_tunittest = { path = "../../../sgx_tunittest" }
 sgx_types = { path = "../../../sgx_types" }
diff --git a/samplecode/localattestation/enclave1/Cargo.toml 
b/samplecode/localattestation/enclave1/Cargo.toml
index f4cbc9d..9da182e 100644
--- a/samplecode/localattestation/enclave1/Cargo.toml
+++ b/samplecode/localattestation/enclave1/Cargo.toml
@@ -38,7 +38,6 @@ sgx_tprotected_fs = { path = "../../../sgx_tprotected_fs" }
 sgx_trts = { path = "../../../sgx_trts" }
 sgx_tse = { path = "../../../sgx_tse" }
 sgx_tseal = { path = "../../../sgx_tseal" }
-sgx_tservice = { path = "../../../sgx_tservice" }
 sgx_tstd = { path = "../../../sgx_tstd" }
 sgx_tunittest = { path = "../../../sgx_tunittest" }
 sgx_types = { path = "../../../sgx_types" }
diff --git a/samplecode/localattestation/enclave2/Cargo.toml 
b/samplecode/localattestation/enclave2/Cargo.toml
index 18892c0..214479d 100644
--- a/samplecode/localattestation/enclave2/Cargo.toml
+++ b/samplecode/localattestation/enclave2/Cargo.toml
@@ -38,7 +38,6 @@ sgx_tprotected_fs = { path = "../../../sgx_tprotected_fs" }
 sgx_trts = { path = "../../../sgx_trts" }
 sgx_tse = { path = "../../../sgx_tse" }
 sgx_tseal = { path = "../../../sgx_tseal" }
-sgx_tservice = { path = "../../../sgx_tservice" }
 sgx_tstd = { path = "../../../sgx_tstd" }
 sgx_tunittest = { path = "../../../sgx_tunittest" }
 sgx_types = { path = "../../../sgx_types" }
diff --git a/samplecode/localattestation/enclave3/Cargo.toml 
b/samplecode/localattestation/enclave3/Cargo.toml
index caff807..bf9a485 100644
--- a/samplecode/localattestation/enclave3/Cargo.toml
+++ b/samplecode/localattestation/enclave3/Cargo.toml
@@ -38,7 +38,6 @@ sgx_tprotected_fs = { path = "../../../sgx_tprotected_fs" }
 sgx_trts = { path = "../../../sgx_trts" }
 sgx_tse = { path = "../../../sgx_tse" }
 sgx_tseal = { path = "../../../sgx_tseal" }
-sgx_tservice = { path = "../../../sgx_tservice" }
 sgx_tstd = { path = "../../../sgx_tstd" }
 sgx_tunittest = { path = "../../../sgx_tunittest" }
 sgx_types = { path = "../../../sgx_types" }
diff --git a/samplecode/pcl/pcl-seal/enclave/ue_send_recv/Cargo.toml 
b/samplecode/pcl/pcl-seal/enclave/ue_send_recv/Cargo.toml
index 3006fc2..4313441 100644
--- a/samplecode/pcl/pcl-seal/enclave/ue_send_recv/Cargo.toml
+++ b/samplecode/pcl/pcl-seal/enclave/ue_send_recv/Cargo.toml
@@ -38,7 +38,6 @@ sgx_tprotected_fs = { path = 
"../../../../../sgx_tprotected_fs" }
 sgx_trts = { path = "../../../../../sgx_trts" }
 sgx_tse = { path = "../../../../../sgx_tse" }
 sgx_tseal = { path = "../../../../../sgx_tseal" }
-sgx_tservice = { path = "../../../../../sgx_tservice" }
 sgx_tstd = { path = "../../../../../sgx_tstd" }
 sgx_tunittest = { path = "../../../../../sgx_tunittest" }
 sgx_types = { path = "../../../../../sgx_types" }
diff --git a/samplecode/static-data-distribution/app/Cargo.toml 
b/samplecode/static-data-distribution/app/Cargo.toml
index 2523c10..3ceb7a9 100644
--- a/samplecode/static-data-distribution/app/Cargo.toml
+++ b/samplecode/static-data-distribution/app/Cargo.toml
@@ -32,7 +32,6 @@ sgx_tprotected_fs = { path = "../../../sgx_tprotected_fs" }
 sgx_trts = { path = "../../../sgx_trts" }
 sgx_tse = { path = "../../../sgx_tse" }
 sgx_tseal = { path = "../../../sgx_tseal" }
-sgx_tservice = { path = "../../../sgx_tservice" }
 sgx_tstd = { path = "../../../sgx_tstd" }
 sgx_tunittest = { path = "../../../sgx_tunittest" }
 sgx_types = { path = "../../../sgx_types" }
diff --git a/samplecode/wasmi/enclave/sgxwasm/Cargo.toml 
b/samplecode/wasmi/enclave/sgxwasm/Cargo.toml
index 9144799..36deb2d 100644
--- a/samplecode/wasmi/enclave/sgxwasm/Cargo.toml
+++ b/samplecode/wasmi/enclave/sgxwasm/Cargo.toml
@@ -35,7 +35,6 @@ sgx_tprotected_fs = { path = "../../../../sgx_tprotected_fs" }
 sgx_trts = { path = "../../../../sgx_trts" }
 sgx_tse = { path = "../../../../sgx_tse" }
 sgx_tseal = { path = "../../../../sgx_tseal" }
-sgx_tservice = { path = "../../../../sgx_tservice" }
 sgx_tstd = { path = "../../../../sgx_tstd" }
 sgx_tunittest = { path = "../../../../sgx_tunittest" }
 sgx_types = { path = "../../../../sgx_types" }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to