Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
6c2d5567
Commit
6c2d5567
authored
Nov 13, 2019
by
Maxime Perrotin
Browse files
Copy interface view in GUI folders during build
this is needed for the msc2py conversion
parent
4ec35304
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/makefile.tmplt
View file @
6c2d5567
...
...
@@ -197,6 +197,9 @@ dataview/C/built: ${DATAVIEW_UNIQ} ${DATAVIEW_ACN} ${CP_FILES}
@@--
Copy
default
UserWidgets.py
file
for
user
to
customise
the
GUI
widgets
# User can edit at will the customisable user widgets python module:
cp -u $(shell taste-config --prefix)/share/AutoGUI/UserWidgets.py binaries/@_LOWER
:
Function_Names_@_GUI
@@--
Copy
InterfaceView.aadl,
it
is
needed
to
replay
MSC
scenarios
# Interface view must be placed in the gui folder to allow replaying MSCs
cp -u ../InterfaceView.aadl binaries/@_LOWER
:
Function_Names_@_GUI
@@END_IF@@
@@--
End
of
GUI-specifics
@@END_TABLE@@
touch
$@
...
...
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