localisation/apparchitecture/tef/TAppEmbeddable_embedded.mmp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-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.
    13 // Description:
    13 // Description:
    14 // TAppEmbeddable.mmp
    14 // TAppEmbeddable.mmp
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include <platform_paths.hrh>
    18 TARGET        	tappembeddable_embedded.dll
    19 
       
    20 TARGET        	TAppEmbeddable_embedded.dll
       
    21 TARGETPATH	/sys/bin
    19 TARGETPATH	/sys/bin
    22 TARGETTYPE    	PLUGIN
    20 TARGETTYPE    	PLUGIN
    23 UID 		0x10009d8d 0x10004c5B
    21 UID 		0x10009d8d 0x10004c5B
    24 
    22 
    25 CAPABILITY 	All -Tcb
    23 CAPABILITY 	All -Tcb
    27 
    25 
    28 SOURCEPATH    	.
    26 SOURCEPATH    	.
    29 SOURCE        	TAppEmbeddable.cpp
    27 SOURCE        	TAppEmbeddable.cpp
    30 
    28 
    31 USERINCLUDE   	.
    29 USERINCLUDE   	.
    32 SYSTEMINCLUDE 	/epoc32/include
       
    33 SYSTEMINCLUDE 	/epoc32/include/Ecom
       
    34 SYSTEMINCLUDE 	/epoc32/include/techview
       
    35 
    30 
    36 MW_LAYER_SYSTEMINCLUDE
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 //SYSTEMINCLUDE 	/epoc32/include/ecom
       
    34 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    35 
    37 
    36 
    38 START RESOURCE 	10004c5B.rss
    37 START RESOURCE 	10004c5B.rss
    39 TARGET 		TAppEmbeddable_embedded.rsc
    38 TARGET 		tappembeddable_embedded.rsc
    40 END
    39 END
    41 
    40 
    42 LIBRARY       	APPARC.LIB
    41 LIBRARY       	apparc.lib
    43 LIBRARY       	CONE.LIB 
    42 LIBRARY       	cone.lib 
    44 LIBRARY       	EIKCORE.LIB 
    43 LIBRARY       	eikcore.lib 
    45 LIBRARY       	ECOM.LIB
    44 LIBRARY       	ecom.lib
    46 LIBRARY       	EUSER.LIB
    45 LIBRARY       	euser.lib
    47 LIBRARY       	GDI.LIB
    46 LIBRARY       	gdi.lib
       
    47 
       
    48 SMPSAFE
       
    49 
       
    50 
       
    51 
       
    52