appfw/apparchitecture/tef/TAppEmbeddable_embedded.mmp
changeset 0 2e3d3ce01487
child 19 924385140d98
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // TAppEmbeddable.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        	tappembeddable_embedded.dll
       
    19 TARGETPATH	/sys/bin
       
    20 TARGETTYPE    	PLUGIN
       
    21 UID 		0x10009d8d 0x10004c5B
       
    22 
       
    23 CAPABILITY 	All -Tcb
       
    24 VENDORID 	0x70000001
       
    25 
       
    26 SOURCEPATH    	.
       
    27 SOURCE        	TAppEmbeddable.cpp
       
    28 
       
    29 USERINCLUDE   	.
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 //SYSTEMINCLUDE 	/epoc32/include/ecom
       
    34 //SYSTEMINCLUDE 	/epoc32/include/techview
       
    35 
       
    36 
       
    37 START RESOURCE 	10004c5B.rss
       
    38 TARGET 		tappembeddable_embedded.rsc
       
    39 END
       
    40 
       
    41 LIBRARY       	apparc.lib
       
    42 LIBRARY       	cone.lib 
       
    43 LIBRARY       	eikcore.lib 
       
    44 LIBRARY       	ecom.lib
       
    45 LIBRARY       	euser.lib
       
    46 LIBRARY       	gdi.lib
       
    47 
       
    48 SMPSAFE
       
    49 
       
    50 
       
    51 
       
    52