genericopenlibs/openenvcore/ewsd/group/ewsd.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Name        : ewsd.mmp
       
    15 // Part of     : ewsd library
       
    16 // This is a project specific file for building the ewsd library 
       
    17 // This material, including documentation and any related
       
    18 // computer programs, is protected by copyright controlled by
       
    19 // Nokia. All rights are reserved. Copying, including
       
    20 // reproducing, storing, adapting or translating, any
       
    21 // or all of this material requires the prior written consent of
       
    22 // Nokia. This material also contains confidential
       
    23 // information which may not be disclosed to others without the
       
    24 // prior written consent of Nokia.
       
    25 //
       
    26 
       
    27 
       
    28 
       
    29 TARGET        ewsd.dll
       
    30 TARGETTYPE    dll
       
    31 UID           0x1000008d 0x102828D4
       
    32 
       
    33 LANG          SC
       
    34 CAPABILITY    ALL -TCB
       
    35 VENDORID      0x70000001
       
    36 
       
    37 #ifdef WINSCW
       
    38 OPTION CW -stdinc
       
    39 #endif // WINSCW
       
    40 
       
    41 DEFFILE       ewsd.def
       
    42 
       
    43 SOURCEPATH    ../src
       
    44 SOURCE        ewsd.cpp
       
    45 
       
    46 SOURCEPATH	   ../inc
       
    47 DOCUMENT	   pls.dosc
       
    48 DOCUMENT  	   ewsd.dosc       
       
    49 
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 
       
    54 START WINSCW
       
    55 WIN32_LIBRARY   kernel32.lib
       
    56 END // WINSCW
       
    57 
       
    58 nostrictdef
       
    59 
       
    60 
       
    61 SMPSAFE