cryptomgmtlibs/cryptotokenfw/tframework/TestPlugin.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
       
    20 
       
    21 /**
    19 /**
    22  @file
    20  @file
    23 */
    21 */
    24 
    22 
    25 #include <e32base.h>
    23 #include <e32base.h>
    26 #include <ecom.h>
    24 #include <ecom/ecom.h>
    27 #include <implementationproxy.h>
    25 #include <ecom/implementationproxy.h>
    28 #include <ct.h>
    26 #include <ct.h>
    29 #include "MTestInterface.h"
    27 #include "MTestInterface.h"
    30 
    28 
    31 _LIT(KToken5Info, "Test Token 5");
    29 _LIT(KToken5Info, "Test Token 5");
    32 _LIT(KToken6Info, "Test Token 6");
    30 _LIT(KToken6Info, "Test Token 6");
   289 	{
   287 	{
   290 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
   288 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
   291 
   289 
   292 	return ImplementationTable;
   290 	return ImplementationTable;
   293 	}
   291 	}
       
   292