appfw/apparchitecture/tef/m_ctrl_v2.mmp
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    41 userinclude     .
    41 userinclude     .
    42 
    42 
    43 // Application exe specific resource which is localised to the application
    43 // Application exe specific resource which is localised to the application
    44 resource  	M_CTRL.rss
    44 resource  	M_CTRL.rss
    45 start resource  M_CTRL.rss
    45 start resource  M_CTRL.rss
    46 targetpath	/resource/apps
    46 targetpath	/apparctestregfiles
    47 lang 		sc
    47 lang 		sc
    48 end
    48 end
    49 
    49 
    50 // Application exe registration resource file
    50 // Application exe registration resource file
    51 start resource 	M_CTRL_reg.rss
    51 start resource 	M_CTRL_reg.rss
    52 targetpath 	/private/10003a3f/import/apps
    52 targetpath 	/apparctestregfiles
    53 lang		sc
    53 lang		sc
    54 end
    54 end
    55 
    55 
    56 // Application localisable resource file
    56 // Application localisable resource file
    57 start resource 	M_CTRL_loc.RSS
    57 start resource 	M_CTRL_loc.RSS
    58 targetpath 	/resource/apps
    58 targetpath 	/apparctestregfiles
    59 lang		sc
    59 lang		sc
    60 end
    60 end
    61 
    61 
    62 SOURCE		M_CTRL_V2.CPP
    62 SOURCE		M_CTRL_V2.CPP
    63 
    63