servicediscoveryandcontrol/pnp/test/upnp/chunkmgr/group/chunkmgr.mmp
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET		  chunkmgr.dll
       
    20 TARGETTYPE	  dll
       
    21 UID			 0x1000008d 0x2000D05A // TODO new UID3
       
    22 CAPABILITY	 CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    23 
       
    24 USERINCLUDE	 ../inc
       
    25 SYSTEMINCLUDE   /epoc32/include
       
    26 
       
    27 SOURCEPATH ../src
       
    28 SOURCE	cchunkallocator.cpp
       
    29 SOURCE	cchunkmanager.cpp
       
    30 SOURCE	cmemchunk.cpp
       
    31 SOURCE	rchunkpool.cpp
       
    32 SOURCE	rmemcell.cpp
       
    33 SOURCE	rmemchunk.cpp
       
    34 
       
    35 
       
    36 LIBRARY		 euser.lib
       
    37 
       
    38 SMPSAFE