Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Mobile_API files from RPC Spec submodule #3270

Merged
merged 6 commits into from
Mar 4, 2020

Conversation

Jack-Byrne
Copy link
Collaborator

@Jack-Byrne Jack-Byrne commented Mar 3, 2020

This PR is ready for review.

Risk

This PR makes minor API changes.

Testing Plan

Build SDL Core and ensure none of the build steps have changed.

Summary

The implementation of [SDL 0234] Proxy Library RPC Generation created an RPC Spec submodule where the Mobile_API.xml and Mobile_API.xsd files would be pulled from the RPC Spec repository. To avoid maintaining two seperate .xml and .xsd files between the core repository and the rpc spec, I have removed the files from the Core repository.

The cmake process will check if the user has initialized the rpc spec submodule and will throw an error if the directory does not exist.

If the submodule directory exists, cmake will copy the .xml and .xsd files from the rpc_spec submodule directory to Cores directory src/components/interfaces/.

Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants