[format] make format [SDK] Fix protected_fs linux build
Add ios cmake license. ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How has this been tested? https://ci.mesalock-linux.org/m4sterchain/incubator-mesatee/369 ## Checklist - [ ] Fork the repo and create your branch from `master`. - [ ] If you've added code that should be tested, add tests. - [ ] If you've changed APIs, update the documentation. - [ ] Ensure the tests pass (see CI results). - [ ] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/477 -- Commit Summary -- * [SDK] Add iOS/macOS build support for protected_fs -- File Changes -- M common/protected_fs_rs/build.rs (39) M common/protected_fs_rs/protected_fs_c/CMakeLists.txt (9) A common/protected_fs_rs/protected_fs_c/README.md (22) M common/protected_fs_rs/protected_fs_c/build.sh (30) M common/protected_fs_rs/protected_fs_c/inc/non_sgx_protected_fs.h (3) A common/protected_fs_rs/protected_fs_c/ios.toolchain.cmake (740) M common/protected_fs_rs/protected_fs_c/sgx_uprotected_fs/sgx_uprotected_fs.cpp (6) A licenses/LICENSE-ios-cmake.txt (28) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/477.patch https://github.com/apache/incubator-teaclave/pull/477.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/477
