javacommons/security/build/exports.inf
changeset 35 85266cc22c7f
parent 26 dc7c549001d5
child 83 26b2b12093af
--- a/javacommons/security/build/exports.inf	Thu May 27 12:49:31 2010 +0300
+++ b/javacommons/security/build/exports.inf	Fri Jun 11 13:33:44 2010 +0300
@@ -27,9 +27,12 @@
 
 #include <platform_paths.hrh>
 
+// Configuration interface for javasecurity
 #ifdef RD_JAVA_S60_RELEASE_10_1_ONWARDS 
+// Public configuration interface is named as CI_javasecurity.confml
+// and it is located outside of jrt package. The name of private
+// configuration interface is javasecurity2.confml.
 ../conf/javasecurity2.confml        APP_LAYER_CONFML(javasecurity.confml)
-../conf/CI_javasecurity.confml      APP_LAYER_CONFML(CI_javasecurity.confml)
 #else
 ../conf/javasecurity.confml         APP_LAYER_CONFML(javasecurity.confml)
 #endif /* RD_JAVA_S60_RELEASE_10_1_ONWARDS */