-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shared Library for Greengrass IPC (#620)
* regenerate code, not formatted * formatting * formatting * generated CMakeLists.txt * regenerated * initial formatting * formatting * generated export macro * change AWS_GREENGRASS_API to AWS_GREENGRASSIPC_API * ConnectionConfig needs to be a dll-interface class due to use by greengrassipc * declspec * add windows build shared libs job to ci * update compile definition name * declspec change * export operations, structures, and enums * revert back cmake file * test with service client model name * update event stream rpc export * remove export for status * keep enum private * rename preprocessor macro name * export enum value and remove sample test * remove enum export * remove forward decl --------- Co-authored-by: Zhihui Xia <zhvxia@amazon.com>
- Loading branch information
Showing
8 changed files
with
802 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.