Home | History | Annotate | Download | only in settings
      1 [./TestPluginNode]
      2 _data=libtestdataplugin.so
      3 /=[a|b]
      4 /a=leaf1
      5 /b=leaf2
      6 
      7 [.]
      8 _exec=libtestexecplugin.so
      9 
     10 
     11 # Test Contraint plugins means:
     12 # all dependent node must either ALL exist or NON-exist, i.e. current node CAN exist alone
     13 [./SyncML/Con/*]
     14 _const=libmandatoryconstplugin.so
     15 /PX
     16 /NAP
     17 
     18 [./TestRWPluginNode]
     19 _data=libtestrwplugin.so
     20 
     21 
     22 # Test for commit plug-in - for leaf node, interior node and indirect update
     23 [./SyncML/DMAcc/*]
     24 _commit=libtestcommitplugin.so
     25 print=on
     26 id=root
     27 
     28 # Test for commit plug-in - for leaf node, interior node and indirect update
     29 [./DMAcc/*]
     30 _commit=libtestcommitplugin.so
     31 print=on
     32 id=root
     33 
     34 [./UnitTest/Profiles/*/CurProfile]
     35 _commit=libtestcommitplugin.so
     36 print=on
     37 id=profile
     38 
     39 [./UnitTest/Profiles11/*/CurProfile]
     40 _commit=libtestcommitplugin.so
     41 print=on
     42 id=profile11
     43 
     44