Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
cefaa6db
Commit
cefaa6db
authored
Mar 31, 2017
by
Thanassis Tsiodras
Browse files
Use '~' to replace hardcoded paths with ones relative to HOME.
parent
f5ea32e7
Changes
36
Hide whitespace changes
Inline
Side-by-side
Demo-opengeode/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -80,6 +80,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_ACN/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -74,7 +74,7 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.13";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
-- copied aadl libraries
\ No newline at end of file
Demo_Ada_GUI/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -74,6 +74,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_Blackbox/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -74,6 +74,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_Bright_Ascension/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -236,6 +236,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("../../..
/home/taste
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("../../..
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_C/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -64,6 +64,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.18";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_CVProperties/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -67,7 +67,7 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.7";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("../
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("../
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
-- copied aadl libraries
\ No newline at end of file
Demo_C_RTEMS/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -64,6 +64,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_Directives/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -207,7 +207,7 @@ public
Type_Source_Name
=>
"IP-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-IP"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn"
,
"drivers/configuration/ip.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn"
,
"drivers/configuration/ip.h"
);
end
configuration_type_ip
;
data
configuration_type_serial
...
...
@@ -215,7 +215,7 @@ public
Type_Source_Name
=>
"Serial-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-UART"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/serial.asn"
,
"drivers/configuration/serial.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/serial.asn"
,
"drivers/configuration/serial.h"
);
end
configuration_type_serial
;
data
configuration_type_spacewire
...
...
@@ -223,7 +223,7 @@ public
Type_Source_Name
=>
"Spacewire-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-SPACEWIRE"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/spacewire.asn"
,
"drivers/configuration/spacewire.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/spacewire.asn"
,
"drivers/configuration/spacewire.h"
);
end
configuration_type_spacewire
;
--------------
...
...
Demo_Distrib/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -28,7 +28,7 @@ FEATURES
PROPERTIES
Taste::Interface_Coordinates => "1145 1062" APPLIES TO link;
Deployment::Configuration => "{devname ""eth0"", address ""127.0.0.1"", version ipv4, port 5115 }";
Deployment::Config => "
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Config => "
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Version => "0.1beta";
END generic_sockets_ip;
...
...
@@ -61,7 +61,7 @@ FEATURES
PROPERTIES
Taste::Interface_Coordinates => "1710 1062" APPLIES TO link;
Deployment::Configuration => "{devname ""eth0"", address ""127.0.0.1"", version ipv4, port 5116 }";
Deployment::Config => "
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Config => "
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Version => "0.1beta";
END generic_sockets_ip;
...
...
@@ -173,6 +173,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_EmptySeq/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -74,6 +74,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_ExternalLib/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -64,6 +64,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_ImportedComponent/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -69,6 +69,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_KeepCase/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -69,6 +69,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.13";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("../
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("../
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_ManyThreads/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -69,6 +69,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.14";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_MessageOrdering/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -205,7 +205,7 @@ public
Type_Source_Name
=>
"IP-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-IP"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn"
,
"drivers/configuration/ip.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn"
,
"drivers/configuration/ip.h"
);
end
configuration_type_ip
;
data
configuration_type_serial
...
...
@@ -213,7 +213,7 @@ public
Type_Source_Name
=>
"Serial-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-UART"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/serial.asn"
,
"drivers/configuration/serial.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/serial.asn"
,
"drivers/configuration/serial.h"
);
end
configuration_type_serial
;
data
configuration_type_spacewire
...
...
@@ -221,7 +221,7 @@ public
Type_Source_Name
=>
"Spacewire-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-SPACEWIRE"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/spacewire.asn"
,
"drivers/configuration/spacewire.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/spacewire.asn"
,
"drivers/configuration/spacewire.h"
);
end
configuration_type_spacewire
;
--------------
...
...
Demo_Mix/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -84,6 +84,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_MultiPlatform/dataview.aadl
View file @
cefaa6db
...
...
@@ -44,7 +44,7 @@ end Stream_Element_Buffer;
DATA
My_Integer
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -83,7 +83,7 @@ END My_Integer_Buffer.impl;
DATA
T_UInt32
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-inst/share/taste-types/taste-types.asn"
);
Source_Text
=>
(
"
~
/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
ASN1
;
...
...
@@ -122,7 +122,7 @@ END T_UInt32_Buffer.impl;
DATA
My_Real
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -161,7 +161,7 @@ END My_Real_Buffer.impl;
DATA
TM_T
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -200,7 +200,7 @@ END TM_T_Buffer.impl;
DATA
T_UInt8
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-inst/share/taste-types/taste-types.asn"
);
Source_Text
=>
(
"
~
/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
ASN1
;
...
...
@@ -239,7 +239,7 @@ END T_UInt8_Buffer.impl;
DATA
Destination_T
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -278,7 +278,7 @@ END Destination_T_Buffer.impl;
DATA
T_Int8
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-inst/share/taste-types/taste-types.asn"
);
Source_Text
=>
(
"
~
/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
ASN1
;
...
...
@@ -317,7 +317,7 @@ END T_Int8_Buffer.impl;
DATA
Display_T
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -356,7 +356,7 @@ END Display_T_Buffer.impl;
DATA
My_Boolean
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -395,7 +395,7 @@ END My_Boolean_Buffer.impl;
DATA
Action_T
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -434,7 +434,7 @@ END Action_T_Buffer.impl;
DATA
T_Boolean
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-inst/share/taste-types/taste-types.asn"
);
Source_Text
=>
(
"
~
/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
ASN1
;
...
...
@@ -473,7 +473,7 @@ END T_Boolean_Buffer.impl;
DATA
TC_T
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
Source_Text
=>
(
"
~
/tool-src/testSuites/Demo_MultiPlatform/dataview.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
ASN1
;
...
...
@@ -512,7 +512,7 @@ END TC_T_Buffer.impl;
DATA
T_Int32
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste
/tool-inst/share/taste-types/taste-types.asn"
);
Source_Text
=>
(
"
~
/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
ASN1
;
...
...
Demo_MultiPlatform/deploymentview.aadl
View file @
cefaa6db
...
...
@@ -475,7 +475,7 @@ public
Type_Source_Name
=>
"IP-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-IP"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn"
,
"drivers/configuration/ip.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/ip.asn"
,
"drivers/configuration/ip.h"
);
end
configuration_type_ip
;
data
configuration_type_serial
...
...
@@ -483,7 +483,7 @@ public
Type_Source_Name
=>
"Serial-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-UART"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/serial.asn"
,
"drivers/configuration/serial.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/serial.asn"
,
"drivers/configuration/serial.h"
);
end
configuration_type_serial
;
data
configuration_type_spacewire
...
...
@@ -491,7 +491,7 @@ public
Type_Source_Name
=>
"Spacewire-Conf-T"
;
Deployment
::
ASN1_Module_Name
=>
"POHICDRIVER-SPACEWIRE"
;
Source_Language
=>
ASN1
;
Source_Text
=>
(
"
/home/taste
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/spacewire.asn"
,
"drivers/configuration/spacewire.h"
);
Source_Text
=>
(
"
~
/tool-inst/include/ocarina/runtime/polyorb-hi-c/src/drivers/configuration/spacewire.asn"
,
"drivers/configuration/spacewire.h"
);
end
configuration_type_spacewire
;
--------------
...
...
Demo_Opengeode_Simple_Nested_States/DeploymentView.aadl
View file @
cefaa6db
...
...
@@ -69,6 +69,6 @@ PROPERTIES
Taste::coordinates => "0 0 2970 2100";
Taste::version => "1.3.17";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
~
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment