os/ossrv/stdcpp/tsrc/BC/apps/tlocale/group/tlocale.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     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(__SERIES60_)
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    21         //#include <domain/osextensions/platform_paths.hrh>
    22  //OSEXT_LAYER_SYSTEMINCLUDE
    23 //#endif
    24 
    25 TARGET          tlocale.dll
    26 TARGETTYPE      dll
    27 UID             0x1000008D 0x101FB3E3
    28 
    29 CAPABILITY      ALL -TCB
    30 /* Remove comments and replace 0x00000000 with correct vendor id */
    31 // VENDORID     0x00000000
    32 /* Remove comments and replace 0x00000000 with correct secure id */
    33 // SECUREID     0x00000000
    34 
    35 //TARGETPATH      ?target_path
    36 DEFFILE         tlocale.def
    37 
    38 SOURCEPATH      ../src
    39 SOURCE          tlocale.cpp
    40 SOURCE          tlocaleBlocks.cpp
    41 
    42 USERINCLUDE     ../inc 
    43 
    44 
    45 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis
    46 SYSTEMINCLUDE		/epoc32/include/stdapis
    47 
    48 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis/sys
    49 SYSTEMINCLUDE		/epoc32/include/stdapis/sys
    50 
    51 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis/stlport
    52 SYSTEMINCLUDE       /epoc32/include/stdapis/stlport
    53 
    54 
    55 SYSTEMINCLUDE   	/epoc32/include
    56 SYSTEMINCLUDE   	/epoc32/include/domain/osextensions
    57 SYSTEMINCLUDE   	/epoc32/include/internal
    58  
    59 LIBRARY 		libstdcpp.lib
    60 LIBRARY         euser.lib
    61 LIBRARY 		libc.lib
    62 LIBRARY			libpthread.lib
    63 LIBRARY         stiftestinterface.lib
    64 
    65 LANG            SC
    66 
    67 OPTION CW -wchar_t on
    68 MACRO  _WCHAR_T_DECLARED
    69 
    70 EPOCALLOWDLLDATA
    71 // End of File
    72 
    73 SMPSAFE