Hi,
I need to publish a property at S60v3 platform so that other applications can to subscribe to it.
Being able to Define() a property, Attach() to it, I am not able to get Its value or change it.
I am using
Define(KMyAppProperty, RProperty::EInt, KAllowAllPolicy, KWritePolicy);
where
static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);
static _LIT_SECURITY_POLICY_C1(KWritePolicy,ECapability_None);
Does anybody have any ideas about this?
Thanks in advance.





