commonuisupport/uikon/test/tlibs/contentmgr/contentmgr.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2007-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 //
       
    15 
       
    16 TARGET          contentmgr.dll
       
    17 TARGETTYPE      DLL
       
    18 UID				0x1000008d 0x00005711
       
    19 VENDORID 		0x70000001
       
    20 CAPABILITY		ALL -Tcb
       
    21 
       
    22 SOURCEPATH		../contentmgr
       
    23 
       
    24 USERINCLUDE		.
       
    25 MW_LAYER_SYSTEMINCLUDE 
       
    26 
       
    27 SOURCE			contentmgr.cpp
       
    28 
       
    29 LIBRARY			euser.lib   efsrv.lib   estor.lib    gdi.lib  fbscli.lib
       
    30 LIBRARY			apmime.lib  apgrfx.lib  eikcore.lib
       
    31 LIBRARY			mediaclientaudio.lib
       
    32 
       
    33 
       
    34 #ifdef WINS
       
    35 DEFFILE 		../../../test/BWINS/contentmgr.def
       
    36 #else
       
    37 DEFFILE 		../../../test/EABI/CONTENTMGR.DEF
       
    38 #endif
       
    39 
       
    40 
       
    41 START BITMAP 	contentmgr.mbm
       
    42 	HEADER
       
    43 	TARGETPATH 	/system/data
       
    44 	SOURCE 		c8 em24.bmp em24m.bmp
       
    45 END
       
    46 
       
    47 SMPSAFE