Skip to content

Add ITestPlugin COM-RPC interface for test support lib#494

Draft
smanes0213 wants to merge 2 commits intoR5_3from
development/test-support
Draft

Add ITestPlugin COM-RPC interface for test support lib#494
smanes0213 wants to merge 2 commits intoR5_3from
development/test-support

Conversation

@smanes0213
Copy link
Copy Markdown

  • Add ITestPlugin.h with Echo/Greet methods and @JSON annotation
  • Register ID_TESTPLUGIN in QAIds.h at offset 0x060

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new QA COM-RPC interface intended for test-support plumbing by introducing an ITestPlugin interface and allocating a new interface ID for it.

Changes:

  • Add qa_interfaces/ITestPlugin.h defining ITestPlugin with Echo and Greet methods and // @json annotation.
  • Extend qa_interfaces/QAIds.h with a new ID_TESTPLUGIN identifier.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
qa_interfaces/QAIds.h Allocates a new COM-RPC interface ID (ID_TESTPLUGIN).
qa_interfaces/ITestPlugin.h Introduces the new ITestPlugin interface surface for test support (Echo/Greet).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread qa_interfaces/QAIds.h Outdated
Comment thread qa_interfaces/ITestPlugin.h Outdated
Comment thread qa_interfaces/ITestPlugin.h
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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