websrv_pub/web_service_manager_api/tsrc/bc/senservicemanager/group/SenServiceManager.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-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:    Project specification file for senservicemanger 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET          SenServiceManagerBCTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E7
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 VENDORID        VID_DEFAULT
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         SenServiceManagerBCTest.DEF
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          SenServiceManager.cpp
       
    38 SOURCE          SenServiceManagerCases.cpp
       
    39 
       
    40 //RESOURCE        resource_file
       
    41 //RESOURCE        resource_file2
       
    42 
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 SYSTEMINCLUDE   /epoc32/include/libc
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         bafl.lib
       
    52 LIBRARY         flogger.lib
       
    53 LIBRARY         SenServDesc.lib
       
    54 LIBRARY         SenXml.lib
       
    55 LIBRARY					efsrv.lib
       
    56 LIBRARY					SenServMgr.lib
       
    57 LIBRARY					XMLFRAMEWORK.lib
       
    58 library					ecom.lib
       
    59 LIBRARY					avkon.lib 
       
    60 LANG            SC
       
    61 
       
    62 // End of File