appfw/apparchitecture/tef/app_CTRL.MMP
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19: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".
    36 //systeminclude   /epoc32/include/techview
    36 //systeminclude   /epoc32/include/techview
    37 
    37 
    38 // Application exe specific resource which is localised to the application
    38 // Application exe specific resource which is localised to the application
    39 resource  	App_CTRL.rss
    39 resource  	App_CTRL.rss
    40 start resource  App_CTRL.rss
    40 start resource  App_CTRL.rss
    41 targetpath	/resource/apps
    41 targetpath	/apparctestregfiles
    42 lang 		sc
    42 lang 		sc
    43 end
    43 end
    44 
    44 
    45 // Application exe registration resource file
    45 // Application exe registration resource file
    46 resource  	App_CTRL_reg.rss
    46 resource  	App_CTRL_reg.rss
    47 start resource 	App_CTRL_reg.rss
    47 start resource 	App_CTRL_reg.rss
    48 targetpath 	/private/10003a3f/apps
    48 targetpath 	/apparctestregfiles
    49 lang		sc
    49 lang		sc
    50 end
    50 end
    51 
    51 
    52 // Application localisable resource file
    52 // Application localisable resource file
    53 resource  	App_ctrl_loc.RSS
    53 resource  	App_ctrl_loc.RSS
    54 start resource 	App_ctrl_loc.RSS
    54 start resource 	App_ctrl_loc.RSS
    55 targetpath 	/resource/apps
    55 targetpath 	/apparctestregfiles
    56 lang		sc
    56 lang		sc
    57 end
    57 end
    58 
    58 
    59 SOURCE		app_CTRL.CPP
    59 SOURCE		app_CTRL.CPP
    60 
    60