-
Notifications
You must be signed in to change notification settings - Fork 8
/
.oppfeatures
67 lines (67 loc) · 2.21 KB
/
.oppfeatures
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<features cppSourceRoots="src" definesFile="src/fico4omnet/features.h">
<feature
id="CAN_common"
name="CAN Common"
description = "The common part of CAN implementation"
initiallyEnabled = "true"
requires = ""
labels = ""
nedPackages = "
fico4omnet.applications.can
fico4omnet.buffer.can
fico4omnet.bus.can
fico4omnet.linklayer.can
fico4omnet.nodes.can
fico4omnet.scheduler.can
"
extraSourceFolders = ""
compileFlags = "-DWITH_CAN_COMMON"
linkerFlags = ""
/>
<feature
id="CAN_examples"
name="CAN examples"
description = "Examples for the CAN implementation"
initiallyEnabled = "true"
requires = "CAN_common"
labels = ""
nedPackages = "
fico4omnet.examples.can
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="FR_common"
name="FlexRay Common"
description = "The common part of FlexRay implementation"
initiallyEnabled = "true"
requires = ""
labels = ""
nedPackages = "
fico4omnet.applications.flexray
fico4omnet.buffer.flexray
fico4omnet.bus.flexray
fico4omnet.linklayer.flexray
fico4omnet.nodes.flexray
fico4omnet.scheduler.flexray
fico4omnet.synchronisation.flexray
"
extraSourceFolders = ""
compileFlags = "-DWITH_FR_COMMON"
linkerFlags = ""
/>
<feature
id="FR_examples"
name="FlexRay examples"
description = "Examples for the FlexRay implementation"
initiallyEnabled = "true"
requires = "FR_common"
labels = ""
nedPackages = "
fico4omnet.examples.flexray
"
extraSourceFolders = ""
linkerFlags = ""
/>
</features>