cryptomgmtlibs/cryptotokenfw/group/CTFinder.mmp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
       
    17 
    17 /**
    18 /**
    18 @file
    19 @file
    19 
    20 
    20 @SYMPurpose CTFinder.dll API to identify what tokens exist on the device.
    21 @SYMPurpose CTFinder.dll API to identify what tokens exist on the device.
    21 */
    22 */
    29 DEFFILE 		CTFINDER_V2.DEF
    30 DEFFILE 		CTFINDER_V2.DEF
    30 
    31 
    31 UID	0x1000008d 	0x102020E5
    32 UID	0x1000008d 	0x102020E5
    32 VENDORID 0x70000001
    33 VENDORID 0x70000001
    33 
    34 
    34 SYSTEMINCLUDE	/epoc32/include
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 SYSTEMINCLUDE	/epoc32/include/ecom
    36 USERINCLUDE 	../inc/ct
    36 
       
    37 SOURCEPATH		../source/ctfinder
    37 SOURCEPATH		../source/ctfinder
    38 
    38 
    39 SOURCE			CCTTokenTypeFinder.cpp
    39 SOURCE			CCTTokenTypeFinder.cpp
    40 SOURCE			CCTTokenTypeInfo.cpp
    40 SOURCE			CCTTokenTypeInfo.cpp
    41 SOURCE 			TCTAllTokenTypes.cpp
    41 SOURCE 			TCTAllTokenTypes.cpp
    42 SOURCE			TCTFindTokenTypesByInterface.cpp
    42 SOURCE			TCTFindTokenTypesByInterface.cpp
    43 SOURCE			TCTFindTokenTypesByInterfaceAndAttribute.cpp
    43 SOURCE			TCTFindTokenTypesByInterfaceAndAttribute.cpp
    44 
    44 
    45 LIBRARY	euser.lib ecom.lib
    45 LIBRARY	euser.lib ecom.lib
    46 LIBRARY ctframework.lib
    46 LIBRARY ctframework.lib
       
    47 SMPSAFE