Commit c3af4d2d authored by garciay's avatar garciay
Browse files

STF545: Add acPort support for Pki

parent 19386aa9
......@@ -37,6 +37,17 @@ module LibItsPki_TestSystem {
// LibItsGeoNetworking
import from LibItsGeoNetworking_TestSystem all;
// LibItsPki
import from LibItsPki_TypesAndValues all;
/**
* @desc Adapter control port
*/
type port AdapterControlPort message {
out AcPkiPrimitive;
in AcPkiResponse;
} // End of AdapterControlPort
type port PkiPort message {
inout InnerEcRequest, InnerEcResponse;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment