aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosProperty/src/cosProperty.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cosProperty/src/cosProperty.app.src')
-rw-r--r--lib/cosProperty/src/cosProperty.app.src45
1 files changed, 45 insertions, 0 deletions
diff --git a/lib/cosProperty/src/cosProperty.app.src b/lib/cosProperty/src/cosProperty.app.src
new file mode 100644
index 0000000000..3099e904f7
--- /dev/null
+++ b/lib/cosProperty/src/cosProperty.app.src
@@ -0,0 +1,45 @@
+{application, cosProperty,
+ [{description, "The Erlang CosProperty application"},
+ {vsn, "%VSN%"},
+ {modules,
+ [
+ 'cosProperty',
+ 'CosPropertyService_PropertySetDefFactory_impl',
+ 'CosPropertyService_PropertySetDef_impl',
+ 'CosPropertyService_PropertySetFactory_impl',
+ 'CosPropertyService_PropertiesIterator_impl',
+ 'CosPropertyService_PropertyNamesIterator_impl',
+ 'oe_CosProperty',
+ 'CosPropertyService_ConflictingProperty',
+ 'CosPropertyService_ConstraintNotSupported',
+ 'CosPropertyService_FixedProperty',
+ 'CosPropertyService_InvalidPropertyName',
+ 'CosPropertyService_MultipleExceptions',
+ 'CosPropertyService_Properties',
+ 'CosPropertyService_PropertiesIterator',
+ 'CosPropertyService_Property',
+ 'CosPropertyService_PropertyDef',
+ 'CosPropertyService_PropertyDefs',
+ 'CosPropertyService_PropertyException',
+ 'CosPropertyService_PropertyExceptions',
+ 'CosPropertyService_PropertyMode',
+ 'CosPropertyService_PropertyModes',
+ 'CosPropertyService_PropertyNames',
+ 'CosPropertyService_PropertyNamesIterator',
+ 'CosPropertyService_PropertyNotFound',
+ 'CosPropertyService_PropertySet',
+ 'CosPropertyService_PropertySetDef',
+ 'CosPropertyService_PropertySetDefFactory',
+ 'CosPropertyService_PropertySetFactory',
+ 'CosPropertyService_PropertyTypes',
+ 'CosPropertyService_ReadOnlyProperty',
+ 'CosPropertyService_UnsupportedMode',
+ 'CosPropertyService_UnsupportedProperty',
+ 'CosPropertyService_UnsupportedTypeCode'
+ ]
+ },
+ {registered, [oe_cosPropertySup]},
+ {applications, [orber, stdlib, kernel]},
+ {env, []},
+ {mod, {cosProperty, []}}
+]}.