omaprovisioning/provisioning/StreamingAdapter/Group/StreamingAdapter.mmp
branchRCL_3
changeset 26 19bba8228ff0
parent 0 b497e44ab2fc
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 2002-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 specification file for streaming app settings adapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET          wpstreamingadapter.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x101F85CB
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 
       
    30 SOURCEPATH      ../Src
       
    31 SOURCE          Streamingadapter.cpp
       
    32 SOURCE          StreamingadapterGroupProxy.cpp
       
    33 
       
    34 SOURCEPATH      ../Data
       
    35 
       
    36 START RESOURCE 101F85CB.rss
       
    37 TARGET wpstreamingadapter.rsc
       
    38 END
       
    39 
       
    40 START RESOURCE WPStreamingAdapterResource.rss
       
    41 HEADER
       
    42 TARGET wpstreamingadapterresource.rsc
       
    43 TARGETPATH RESOURCE_FILES_DIR
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 
       
    48 USERINCLUDE     .
       
    49 USERINCLUDE     ../Inc
       
    50 USERINCLUDE     ../../Group
       
    51 
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         provisioningengine.lib
       
    58 LIBRARY         mpsettengine.lib
       
    59 LIBRARY         apengine.lib
       
    60 LIBRARY         commdb.lib
       
    61 DEBUGLIBRARY    flogger.lib
       
    62 
       
    63 
       
    64 SMPSAFE
       
    65 //end of file
       
    66