IAV_Primula: "Hello World" for IAV_Primula - #77
Conversation
* Added component template for IAV_Primula * Add "Hello World" * test fix * renamed lib to main * Changed documentation part from template to IAV_Primula * Add gitattributes for LF in iav_primula Rust files * Enforce LF for iav_primula BUILD file to satisfy buildifier * Format iav_primula test BUILD for buildifier * copyright header changed * Update BUILD in tests --------- Co-authored-by: cpelka <carolina.pelka@iav.de>
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
* "Build Documentation" fix
|
The created documentation from the pull request is available at: docu-html |
| :id: doc__iav_primula_arc_inspection | ||
| :status: draft | ||
| :safety: QM | ||
| :security: NO |
There was a problem hiding this comment.
should be YES as all this is security relevant.
same point applies to all other places.
| Functional Requirements | ||
| ----------------------- | ||
|
|
||
| .. comp_req:: Provide hello message function |
There was a problem hiding this comment.
do we need this requirement? hello world is just a dummy first implementation, so IMHO we dont need to write this as a requirement. or other option is to remember to remove it when the hello world implementation is removed.
There was a problem hiding this comment.
I have added this requirement so that we can get familiar with the tool environment. If the "Hello World" function is removed, I will remove the requirement as well.
@sunildevda: Thanks for the review. I’ll have a look at it. |
…tructure Update after Review
Summary
PR for Task #52.
Motivation
First step for IAV_Primula in the inc_security_crypto repo.
Changes
Adapt the component template for IAV_Primula integration.
Behaviour
External behavior not available.
Testing
Scope
Check that the component template has been implemented correctly.