pppcompressionplugins/predictorcompression/group/PREDCOMP.MMP
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 1997-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 // predcomp.dll PPP RFC1978 compression plug-in
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET          predcomp.dll
       
    24 TARGETTYPE      DLL
       
    25 TARGETPATH	/system/libs
       
    26 DEFFILE		PREDCMP.DEF
       
    27 UID      0x10003d45 0x10000c49  
       
    28 VENDORID 0x70000001
       
    29 
       
    30 SOURCEPATH	../SRC
       
    31 SOURCE          COMP.CPP DECOMP.CPP FCS.CPP PREDLOG.CPP
       
    32 
       
    33 USERINCLUDE     ../INC
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 LIBRARY         euser.lib nifman.lib esock.lib mbufmgr.lib
       
    36 LIBRARY         nodemessages.lib
       
    37 DEBUGLIBRARY	comsdbgutil.lib
       
    38 
       
    39 START WINS
       
    40 BASEADDRESS     0x46500000
       
    41 END
       
    42 
       
    43 START MARM
       
    44 END
       
    45 
       
    46 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    47 
       
    48 UNPAGED
       
    49 
       
    50 SMPSAFE