omaprovisioning/provisioning/alwaysonadapter/Group/alwaysonadapter.mmp
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     1 /*
       
     2 * Copyright (c) 2006-2006 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:  Project definition file for Always-On settings adapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          wpalwaysonadapter.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x200159E4
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../Src
       
    30 SOURCE          alwaysonadapter.cpp
       
    31 SOURCE          alwaysonadaptergroupproxy.cpp
       
    32 
       
    33 SOURCEPATH      ../Data
       
    34 
       
    35 START RESOURCE 200159E4.rss
       
    36 TARGET wpalwaysonadapter.rsc
       
    37 END
       
    38 
       
    39 USERINCLUDE     .
       
    40 USERINCLUDE     ../Inc
       
    41 USERINCLUDE     ../../Group
       
    42 
       
    43 //SYSTEMINCLUDE   /epoc32/include /epoc32/include/ecom
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         provisioningengine.lib
       
    49 LIBRARY         CommonEngine.lib
       
    50 LIBRARY         centralrepository.lib
       
    51 
       
    52 DEBUGLIBRARY    flogger.lib
       
    53 
       
    54 
       
    55 SMPSAFE
       
    56 //end of file
       
    57