diff -r d5821e136caa -r 17b8877fc4fe sbsv2/raptor/test/smoke_suite/test_resources/mmp/apply/test_mmp_apply.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbsv2/raptor/test/smoke_suite/test_resources/mmp/apply/test_mmp_apply.cpp Tue Nov 24 16:59:34 2009 +0000 @@ -0,0 +1,9 @@ + +#include "e32def.h" + +char test[] = "test mmp keyword APPLY"; + +TInt E32Main() +{ + return 0; +}