apicompatanamdw/bcdrivers/mw/websrv/web_service_description_api/group/SenServDesc.mmp
changeset 2 0cb2248d0edc
child 19 0b6b101bb0e1
equal deleted inserted replaced
1:61e9400fe245 2:0cb2248d0edc
       
     1 /*TYPE HARDCODED*//*
       
     2 * Copyright (c) 2002 - 2007 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__SERIES60_) && defined(EKA2)
       
    20 
       
    21     #ifndef __SERIES60_30__
       
    22         // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    23         //#include <domain/osextensions/platform_paths.hrh>
       
    24     #endif
       
    25 
       
    26 #endif
       
    27 
       
    28 TARGET          SenServDescBCTest.dll
       
    29 TARGETTYPE      dll
       
    30 UID             0x1000008D 0x101FB3E7
       
    31 
       
    32 CAPABILITY      ALL -TCB
       
    33 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    34 // VENDORID     0x00000000
       
    35 /* Remove comments and replace 0x00000000 with correct secure id */
       
    36 // SECUREID     0x00000000
       
    37 
       
    38 //TARGETPATH      ?target_path
       
    39 DEFFILE         SenServDescBCTest.def
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          SenServDesc.cpp
       
    43 SOURCE          SenServDescCases.cpp
       
    44 
       
    45 //RESOURCE        resource_file
       
    46 //RESOURCE        resource_file2
       
    47 
       
    48 
       
    49 #ifdef SBSV2
       
    50 	APP_LAYER_SYSTEMINCLUDE
       
    51 	USERINCLUDE     ../inc 
       
    52 	#if defined(__S60_)
       
    53 	    APP_LAYER_SYSTEMINCLUDE
       
    54 	    
       
    55 	#else // __S60_ not defined
       
    56 	    SYSTEMINCLUDE   /epoc32/include 
       
    57 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    58 	    
       
    59 	#endif // __S60_
       
    60 
       
    61 	SOURCEPATH      ../src
       
    62 #else // SBSV2 not defined
       
    63 	APP_LAYER_SYSTEMINCLUDE
       
    64 	USERINCLUDE     ../inc 
       
    65 	#if defined(__S60_)
       
    66 	    APP_LAYER_SYSTEMINCLUDE
       
    67 	    
       
    68 	#else // __S60_ not defined
       
    69 	    SYSTEMINCLUDE   /epoc32/include 
       
    70 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    71 	    
       
    72 	#endif // __S60_
       
    73 
       
    74 	SOURCEPATH      ../src
       
    75 #endif // SBSV2
       
    76 
       
    77 
       
    78 #if defined(__SERIES60_) && defined(EKA2)
       
    79 
       
    80     #ifndef __SERIES60_30__
       
    81         APP_LAYER_SYSTEMINCLUDE
       
    82     #endif
       
    83 
       
    84 #endif
       
    85 
       
    86 LIBRARY         euser.lib
       
    87 LIBRARY         stiftestinterface.lib
       
    88 LIBRARY                 bafl.lib
       
    89 LIBRARY                 euser.lib
       
    90 LIBRARY                 SenServDesc.lib
       
    91 LIBRARY                 SenUtils.lib
       
    92 LIBRARY                 SenXml.lib
       
    93 LIBRARY                 XMLFRAMEWORK.lib
       
    94 LIBRARY                 flogger.lib
       
    95 
       
    96 LANG            SC
       
    97 
       
    98 /*
       
    99 START WINS      
       
   100 ?wins_specific_information
       
   101 END
       
   102 
       
   103 START MARM
       
   104 ?marm_specific_information
       
   105 END
       
   106 */
       
   107 // Other possible keywords:
       
   108  
       
   109 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   110 /*
       
   111 START BITMAP ?target
       
   112 TARGETPATH   ?emulated_path_on_target_machine
       
   113 HEADER
       
   114 SOURCE       ?color_depth ?source_bitmap
       
   115 END
       
   116 */
       
   117 // DEFFILE ?filename
       
   118 // AIF ?filename// End of File