policymanagement/pmdmadapter/group/pmadapter.mmp
changeset 0 b497e44ab2fc
child 21 504e41245867
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 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: Implementation of policymanagement components
       
    15 *
       
    16 */
       
    17   
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 CAPABILITY      CAP_ECOM_PLUGIN
       
    24 TARGET          pmadapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x1020781F
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 APP_LAYER_SYSTEMINCLUDE
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    32 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    33 SYSTEMINCLUDE 	/epoc32/include/devman
       
    34 #else
       
    35 // nothing
       
    36 #endif
       
    37 
       
    38 USERINCLUDE     ../inc 
       
    39 USERINCLUDE     ../../include
       
    40 USERINCLUDE     ../../dmutilserver/inc
       
    41 USERINCLUDE     ../../../inc // domain private headers
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          pmadapter.cpp
       
    45 SOURCE					nsmldmuri.cpp
       
    46 
       
    47 START RESOURCE  pmadapter.rss
       
    48 TARGET          pmadapter.rsc
       
    49 END
       
    50 
       
    51 
       
    52 LIBRARY         euser.lib 
       
    53 LIBRARY         ecom.lib 
       
    54 LIBRARY			    efsrv.lib 
       
    55 LIBRARY			    policyengine.lib
       
    56 LIBRARY         imut.lib 
       
    57 LIBRARY			    centralrepository.lib 
       
    58 LIBRARY			    flogger.lib
       
    59 
       
    60 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    61 LIBRARY			    devmancmdmgr.lib
       
    62 LIBRARY			    dmtreeclient.lib
       
    63 #else
       
    64 LIBRARY 		    nsmldmclientserverutils.lib
       
    65 #endif
       
    66 
       
    67 
       
    68 
       
    69 SMPSAFE
       
    70 // End of File
       
    71