os/ossrv/genericopenlibs/openenvcore/ewsd/group/ewsd.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 VERSION 				10.1
    37 
    38 #ifdef WINSCW
    39 OPTION CW -stdinc
    40 #endif // WINSCW
    41 
    42 DEFFILE       ewsd.def
    43 
    44 SOURCEPATH    ../src
    45 SOURCE        ewsd.cpp
    46 
    47 SOURCEPATH	   ../inc
    48 DOCUMENT	   pls.dosc
    49 DOCUMENT  	   ewsd.dosc       
    50 
    51 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    52 
    53 LIBRARY         euser.lib
    54 
    55 START WINSCW
    56 WIN32_LIBRARY   kernel32.lib
    57 END // WINSCW
    58 
    59 nostrictdef
    60 
    61 
    62 SMPSAFE