aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosNotification/src/cosNotification.app.src
blob: 52ce164d46458d52cfcdcef43b2ba65f5a70e866 (plain) (blame)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{application, cosNotification,
 [{description, "The Erlang CosNotification application"},
  {vsn, "%VSN%"},
  {modules,
       [
	'CosNotification_Common',
	'CosNotifyChannelAdmin_ConsumerAdmin_impl',
	'CosNotifyChannelAdmin_EventChannelFactory_impl',
	'CosNotifyChannelAdmin_EventChannel_impl',
	'CosNotifyChannelAdmin_SupplierAdmin_impl',
	'PullerConsumer_impl',
	'PullerSupplier_impl',
	'PusherConsumer_impl',
	'PusherSupplier_impl',
	'cosNotificationApp',
	'CosNotifyFilter_Filter_impl',
	'CosNotifyFilter_MappingFilter_impl',
	'CosNotifyFilter_FilterFactory_impl',
	'cosNotification_Scanner',
	'cosNotification_Grammar',
	'cosNotification_Filter',
	'cosNotification_eventDB',
	'oe_CosNotification',
	'oe_cosNotificationAppComm',
	'oe_CosNotificationComm_Event',
	'CosNotification',
	'CosNotification_AdminPropertiesAdmin',
	'CosNotification_EventHeader',
	'CosNotification_EventType',
	'CosNotification_FixedEventHeader',
	'CosNotification_NamedPropertyRange',
	'CosNotification_Property',
	'CosNotification_PropertyError',
	'CosNotification_PropertyRange',
	'CosNotification_QoSAdmin',
	'CosNotification_StructuredEvent',
	'CosNotification_UnsupportedAdmin',
	'CosNotification_UnsupportedQoS',
	'CosNotification_EventBatch',
	'CosNotification_EventTypeSeq',
	'CosNotification_NamedPropertyRangeSeq',
	'CosNotification_PropertyErrorSeq',
	'CosNotification_PropertySeq',
	'oe_CosNotifyChannelAdmin',
	'CosNotifyChannelAdmin_AdminLimit',
	'CosNotifyChannelAdmin_AdminLimitExceeded',
	'CosNotifyChannelAdmin_AdminNotFound',
	'CosNotifyChannelAdmin_ChannelNotFound',
	'CosNotifyChannelAdmin_ConnectionAlreadyActive',
	'CosNotifyChannelAdmin_ConnectionAlreadyInactive',
	'CosNotifyChannelAdmin_ConsumerAdmin',
	'CosNotifyChannelAdmin_EventChannel',
	'CosNotifyChannelAdmin_EventChannelFactory',
	'CosNotifyChannelAdmin_NotConnected',
	'CosNotifyChannelAdmin_ProxyConsumer',
	'CosNotifyChannelAdmin_ProxyNotFound',
	'CosNotifyChannelAdmin_ProxyPullConsumer',
	'CosNotifyChannelAdmin_ProxyPullSupplier',
	'CosNotifyChannelAdmin_ProxyPushConsumer',
	'CosNotifyChannelAdmin_ProxyPushSupplier',
	'CosNotifyChannelAdmin_ProxySupplier',
	'CosNotifyChannelAdmin_SequenceProxyPullConsumer',
	'CosNotifyChannelAdmin_SequenceProxyPullSupplier',
	'CosNotifyChannelAdmin_SequenceProxyPushConsumer',
	'CosNotifyChannelAdmin_SequenceProxyPushSupplier',
	'CosNotifyChannelAdmin_StructuredProxyPullConsumer',
	'CosNotifyChannelAdmin_StructuredProxyPullSupplier',
	'CosNotifyChannelAdmin_StructuredProxyPushConsumer',
	'CosNotifyChannelAdmin_StructuredProxyPushSupplier',
	'CosNotifyChannelAdmin_SupplierAdmin',
	'CosNotifyChannelAdmin_AdminIDSeq',
	'CosNotifyChannelAdmin_ChannelIDSeq',
	'CosNotifyChannelAdmin_ProxyIDSeq',
	'oe_CosNotifyComm',
	'CosNotifyComm_InvalidEventType',
	'CosNotifyComm_NotifyPublish',
	'CosNotifyComm_NotifySubscribe',
	'CosNotifyComm_PullConsumer',
	'CosNotifyComm_PullSupplier',
	'CosNotifyComm_PushConsumer',
	'CosNotifyComm_PushSupplier',
	'CosNotifyComm_SequencePullConsumer',
	'CosNotifyComm_SequencePullSupplier',
	'CosNotifyComm_SequencePushConsumer',
	'CosNotifyComm_SequencePushSupplier',
	'CosNotifyComm_StructuredPullConsumer',
	'CosNotifyComm_StructuredPullSupplier',
	'CosNotifyComm_StructuredPushConsumer',
	'CosNotifyComm_StructuredPushSupplier',
	'oe_CosNotifyFilter',
	'CosNotifyFilter_CallbackNotFound',
	'CosNotifyFilter_ConstraintExp',
	'CosNotifyFilter_ConstraintInfo',
	'CosNotifyFilter_ConstraintNotFound',
	'CosNotifyFilter_DuplicateConstraintID',
	'CosNotifyFilter_Filter',
	'CosNotifyFilter_FilterAdmin',
	'CosNotifyFilter_FilterFactory',
	'CosNotifyFilter_FilterNotFound',
	'CosNotifyFilter_InvalidConstraint',
	'CosNotifyFilter_InvalidGrammar',
	'CosNotifyFilter_InvalidValue',
	'CosNotifyFilter_MappingConstraintInfo',
	'CosNotifyFilter_MappingConstraintPair',
	'CosNotifyFilter_MappingFilter',
	'CosNotifyFilter_UnsupportedFilterableData',
	'CosNotifyFilter_CallbackIDSeq',
	'CosNotifyFilter_ConstraintExpSeq',
	'CosNotifyFilter_ConstraintIDSeq',
	'CosNotifyFilter_ConstraintInfoSeq',
	'CosNotifyFilter_FilterIDSeq',
	'CosNotifyFilter_MappingConstraintInfoSeq',
	'CosNotifyFilter_MappingConstraintPairSeq'
       ]
  },
  {registered, [cosNotificationSup, oe_cosNotificationFactory]},
  {applications, [orber, stdlib, kernel]},
  {env, []},
  {mod, {cosNotificationApp, []}},
  {runtime_dependencies, ["stdlib-2.5","orber-3.6.27","kernel-3.0","erts-7.0",
			  "cosTime-1.1.14","cosEvent-2.1.15"]}
]}.