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

yuanz pushed a commit to branch no-std
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git

commit 1d2728396a84f64182396df5a7777bcb3dc660fb
Author: Sumit Garg <[email protected]>
AuthorDate: Wed Dec 27 15:19:05 2023 +0530

    examples: no_std: Drop redundant Xargo.toml files
    
    Signed-off-by: Sumit Garg <[email protected]>
---
 examples/acipher-rs/ta/Xargo.toml                | 25 ------------------------
 examples/aes-rs/ta/Xargo.toml                    | 25 ------------------------
 examples/authentication-rs/ta/Xargo.toml         | 25 ------------------------
 examples/big_int-rs/ta/Xargo.toml                | 25 ------------------------
 examples/diffie_hellman-rs/ta/Xargo.toml         | 25 ------------------------
 examples/digest-rs/ta/Xargo.toml                 | 25 ------------------------
 examples/hello_world-rs/ta/Xargo.toml            | 25 ------------------------
 examples/hotp-rs/ta/Xargo.toml                   | 25 ------------------------
 examples/random-rs/ta/Xargo.toml                 | 25 ------------------------
 examples/secure_storage-rs/ta/Xargo.toml         | 25 ------------------------
 examples/signature_verification-rs/ta/Xargo.toml | 25 ------------------------
 examples/supp_plugin-rs/ta/Xargo.toml            | 25 ------------------------
 examples/time-rs/ta/Xargo.toml                   | 25 ------------------------
 13 files changed, 325 deletions(-)

diff --git a/examples/acipher-rs/ta/Xargo.toml 
b/examples/acipher-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/acipher-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/aes-rs/ta/Xargo.toml b/examples/aes-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/aes-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/authentication-rs/ta/Xargo.toml 
b/examples/authentication-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/authentication-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/big_int-rs/ta/Xargo.toml 
b/examples/big_int-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/big_int-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/diffie_hellman-rs/ta/Xargo.toml 
b/examples/diffie_hellman-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/diffie_hellman-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/digest-rs/ta/Xargo.toml b/examples/digest-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/digest-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/hello_world-rs/ta/Xargo.toml 
b/examples/hello_world-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/hello_world-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/hotp-rs/ta/Xargo.toml b/examples/hotp-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/hotp-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/random-rs/ta/Xargo.toml b/examples/random-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/random-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/secure_storage-rs/ta/Xargo.toml 
b/examples/secure_storage-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/secure_storage-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/signature_verification-rs/ta/Xargo.toml 
b/examples/signature_verification-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/signature_verification-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/supp_plugin-rs/ta/Xargo.toml 
b/examples/supp_plugin-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/supp_plugin-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }
diff --git a/examples/time-rs/ta/Xargo.toml b/examples/time-rs/ta/Xargo.toml
deleted file mode 100644
index c9ed04e..0000000
--- a/examples/time-rs/ta/Xargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-[dependencies.std]
-path = "../../../rust/rust/library/std"
-
-[patch.crates-io]
-libc =  { path = "../../../rust/libc" }
-compiler_builtins =  { path = "../../../rust/compiler-builtins" }
-rustc-std-workspace-core = { path = 
"../../../rust/rust/library/rustc-std-workspace-core" }
-rustc-std-workspace-alloc = { path = 
"../../../rust/rust/library/rustc-std-workspace-alloc" }


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

Reply via email to