os/ossrv/stdcpp/tsrc/BC/apps/BCOpenCHeaders/group/BCOpenCHeaders.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*TYPE TESTCLASS*//*
     2 * Copyright (c) 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:       
    15 *
    16 */
    17 
    18 
    19 #if defined(__S60_)
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    21         #include <domain/osextensions/platform_paths.hrh>
    22 #endif
    23 
    24 TARGET          BCOpenCHeaders.dll
    25 TARGETTYPE      dll
    26 UID             0x1000008D 0x101FB3E3
    27 
    28 CAPABILITY      ALL -TCB
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
    30 // VENDORID     0x00000000
    31 /* Remove comments and replace 0x00000000 with correct secure id */
    32 // SECUREID     0x00000000
    33 
    34 //TARGETPATH      ?target_path
    35 DEFFILE         BCOpenCHeaders.def
    36 
    37 SOURCEPATH      ../src
    38 SOURCE          BCOpenCHeaders.cpp
    39 SOURCE          BCOpenCHeadersBlocks.cpp
    40 
    41 //RESOURCE        resource_file
    42 //RESOURCE        resource_file2
    43 
    44 USERINCLUDE     ../inc 
    45 
    46 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis
    47 SYSTEMINCLUDE		/epoc32/include/stdapis
    48 
    49 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/sys
    50 SYSTEMINCLUDE		/epoc32/include/stdapis/sys
    51 
    52 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/stlport
    53 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
    54 
    55 SYSTEMINCLUDE   /epoc32/include 
    56 SYSTEMINCLUDE   /epoc32/include/internal
    57 SYSTEMINCLUDE		/epoc32/include/domain/osextensions
    58 
    59 LIBRARY         euser.lib
    60 LIBRARY         stiftestinterface.lib
    61 LIBRARY         stiftestengine.lib
    62 LIBRARY					libm.lib
    63 LIBRARY					libc.lib
    64 LIBRARY					libpthread.lib
    65 LIBRARY					libstdcpp.lib
    66 
    67 LANG            SC
    68 
    69 /*
    70 START WINS      
    71 ?wins_specific_information
    72 END
    73 
    74 START MARM
    75 ?marm_specific_information
    76 END
    77 */
    78 // Other possible keywords:
    79  
    80 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
    81 /*
    82 START BITMAP ?target
    83 TARGETPATH   ?emulated_path_on_target_machine
    84 HEADER
    85 SOURCE       ?color_depth ?source_bitmap
    86 END
    87 */
    88 // DEFFILE ?filename
    89 // AIF ?filename
    90 
    91 // End of File
    92 
    93 SMPSAFE