cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4_plugin/crypto_h4_plugin.mmp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    28 VENDORID 	0x70000001
    28 VENDORID 	0x70000001
    29 
    29 
    30 CAPABILITY	All
    30 CAPABILITY	All
    31 
    31 
    32 
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 
    34 
    34 USERINCLUDE		.
    35 USERINCLUDE		.
    35 SYSTEMINCLUDE	/epoc32/include 
       
    36 // Need these for export controlled headers required to develop a plugin
    36 // Need these for export controlled headers required to develop a plugin
    37 USERINCLUDE	../../../../../crypto/weakcryptospi/inc
    37 USERINCLUDE	../../../../../crypto/weakcryptospi/inc
    38 USERINCLUDE	../../../../../crypto/weakcryptospi/inc/spi
    38 USERINCLUDE	../../../../../crypto/weakcryptospi/inc/spi
       
    39 USERINCLUDE	../crypto_h4
       
    40 USERINCLUDE ../../../../../crypto/weakcryptospi/test/kms/exported_include
    39 
    41 
    40 SOURCE		pluginentry.cpp
    42 SOURCE		pluginentry.cpp
    41 SOURCE		rijndaelimpl.cpp h4cipherimpl.cpp
    43 SOURCE		rijndaelimpl.cpp h4cipherimpl.cpp
    42 SOURCE		randomimpl.cpp 
    44 SOURCE		randomimpl.cpp 
    43 
    45