localisation/apparchitecture/tef/TAppEmbeddableUiNotStandAlone_v2.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 // TAppEmbeddableUiNotStandAlone.mmp
    14 // TAppEmbeddableUiNotStandAlone.mmp
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include <platform_paths.hrh>
       
    19 
    18 
    20 TARGET        	TAppEmbeddableUiNotStandAlone.dll
    19 TARGET        	tappembeddableuinotstandalone.dll
    21 TARGETPATH	/sys/bin
    20 TARGETPATH	/sys/bin
    22 TARGETTYPE    	PLUGIN
    21 TARGETTYPE    	PLUGIN
    23 UID           	0x10009d8d 0x10004c5E
    22 UID           	0x10009d8d 0x10004c5E
    24 
    23 
    25 CAPABILITY 	All -Tcb
    24 CAPABILITY 	All -Tcb
    27 
    26 
    28 SOURCEPATH    	.
    27 SOURCEPATH    	.
    29 SOURCE        	TAppEmbeddableUiNotStandAlone.cpp
    28 SOURCE        	TAppEmbeddableUiNotStandAlone.cpp
    30 
    29 
    31 USERINCLUDE   	.
    30 USERINCLUDE   	.
    32 SYSTEMINCLUDE 	/epoc32/include
       
    33 SYSTEMINCLUDE 	/epoc32/include/techview
       
    34 SYSTEMINCLUDE 	/epoc32/include/Ecom
       
    35 
    31 
    36 MW_LAYER_SYSTEMINCLUDE
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    35 //SYSTEMINCLUDE 	/epoc32/include/ecom
    37 
    36 
    38 //reg added for Datacaging
    37 //reg added for Datacaging
    39 START RESOURCE	TAppEmbeddableUiNotStandAlone_reg.rss
    38 START RESOURCE	TAppEmbeddableUiNotStandAlone_reg.rss
    40 TARGETPATH	/private/10003a3f/apps
    39 TARGETPATH	/private/10003a3f/apps
    41 END
    40 END
    42 
    41 
    43 START RESOURCE 	10004c5E.rss
    42 START RESOURCE 	10004c5E.rss
    44 TARGET 		TAppEmbeddableUiNotStandAlone.rsc
    43 TARGET 		tappembeddableuinotstandalone.rsc
    45 END
    44 END
    46 
    45 
    47 LIBRARY       	APPARC.LIB
    46 LIBRARY       	apparc.lib
    48 LIBRARY       	CONE.LIB 
    47 LIBRARY       	cone.lib 
    49 LIBRARY       	EIKCORE.LIB 
    48 LIBRARY       	eikcore.lib 
    50 LIBRARY       	ECOM.LIB
    49 LIBRARY       	ecom.lib
    51 LIBRARY       	EUSER.LIB
    50 LIBRARY       	euser.lib
    52 LIBRARY       	GDI.LIB
    51 LIBRARY       	gdi.lib
       
    52 
       
    53 SMPSAFE