localisation/apparchitecture/tef/ChildIII.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 
       
    18 /**
    16 /**
    19  @file
    17  @file
    20  @internalComponent - Internal Symbian test code
    18  @internalComponent - Internal Symbian test code
    21 */
    19 */
    22 
    20 
    23 #include <platform_paths.hrh>
    21 TARGET        	childiii.exe
    24 
       
    25 TARGET        	ChildIII.exe
       
    26 TARGETTYPE    	exe
    22 TARGETTYPE    	exe
    27 UID           	0x100039CE 0x10207f86
    23 UID           	0x100039CE 0x10207f86
    28 VENDORID 	0x70000001
    24 VENDORID 	0x70000001
    29 SOURCEPATH    	.
    25 SOURCEPATH    	.
    30 SOURCE        	ChildIII_Main.cpp
    26 SOURCE        	ChildIII_Main.cpp
    31 USERINCLUDE   	.
    27 USERINCLUDE   	.
    32 SYSTEMINCLUDE 	/epoc32/include
       
    33 SYSTEMINCLUDE 	/epoc32/include/techview
       
    34 
    28 
    35 MW_LAYER_SYSTEMINCLUDE
    29 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 //SYSTEMINCLUDE 	/epoc32/include/techview
    36 
    32 
    37 START RESOURCE	ChildIII.RSS
    33 START RESOURCE	ChildIII.rss
    38 HEADER
    34 HEADER
    39 TARGETPATH	/Resource/Apps
    35 TARGETPATH	/resource/apps
    40 end
    36 end
    41 
    37 
    42 START RESOURCE	ChildIII_reg.rss
    38 START RESOURCE	ChildIII_reg.rss
    43 TARGETPATH	/private/10003a3f/apps
    39 TARGETPATH	/private/10003a3f/apps
    44 END
    40 END
    45 
    41 
    46 LIBRARY       	APPARC.LIB
    42 LIBRARY       	apparc.lib
    47 LIBRARY       	CONE.LIB 
    43 LIBRARY       	cone.lib 
    48 LIBRARY		EFSRV.LIB
    44 LIBRARY		efsrv.lib
    49 LIBRARY       	EIKCORE.LIB 
    45 LIBRARY       	eikcore.lib 
    50 LIBRARY       	EUSER.LIB
    46 LIBRARY       	euser.lib
    51 LIBRARY       	GDI.LIB
    47 LIBRARY       	gdi.lib
       
    48 
       
    49 SMPSAFE