Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
30e18b74
Commit
30e18b74
authored
Jun 15, 2018
by
Thanassis Tsiodras
Browse files
Fix the build, use relative paths.
parent
ef51acba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Demo_DLL/DataView.aadl
View file @
30e18b74
...
...
@@ -46,7 +46,7 @@ end Stream_Element_Buffer;
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
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -88,7 +88,7 @@ END T_UInt32_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
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -130,7 +130,7 @@ END T_Boolean_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
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -172,7 +172,7 @@ END T_Int8_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
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -214,7 +214,7 @@ END T_Int32_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
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -256,7 +256,7 @@ END T_UInt8_Buffer.impl;
DATA
MyInteger
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/home/taste/tool-src/testSuites/Demo_DLL/
DataView.asn"
);
Source_Text
=>
(
"DataView.asn"
);
TASTE
::
Ada_Package_Name
=>
"DataView"
;
Deployment
::
ASN1_Module_Name
=>
"DataView"
;
Source_Language
=>
(
ASN1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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