isolationserver/messagequeue/group/messagequeuelibrary.mmp
changeset 10 59927b2d3b75
parent 0 d0f3a028347a
equal deleted inserted replaced
0:d0f3a028347a 10:59927b2d3b75
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : isosearch.c
       
     4 *  Part of     : isolation server.
       
     5 *  Version     : %version: bh1cfmsg#13 %
       
     6 *
       
     7 *  Copyright © 2007-2008 Nokia.  All rights reserved.
       
     8 *  Redistribution and use in source and binary forms, with or without modification, 
       
     9 *  are permitted provided that the following conditions are met:
       
    10 *  Redistributions of source code must retain the above copyright notice, this list 
       
    11 *  of conditions and the following disclaimer.Redistributions in binary form must 
       
    12 *  reproduce the above copyright notice, this list of conditions and the following 
       
    13 *  disclaimer in the documentation and/or other materials provided with the distribution.
       
    14 *  Neither the name of the Nokia Corporation nor the names of its contributors may be used 
       
    15 *  to endorse or promote products derived from this software without specific prior written 
       
    16 *  permission.
       
    17 *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
       
    18 *  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
       
    19 *  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT 
       
    20 *  SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
       
    21 *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
       
    22 *  OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
    23 *  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
       
    24 *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
       
    25 *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    26 * ============================================================================
       
    27 * Template version: 1.0
       
    28 */
       
    29 
       
    30 #include<platform_paths.hrh>
       
    31 TARGET          opencmessagequeuelibrary.dll
       
    32 TARGETTYPE      DLL
       
    33 UID             0x1000008d 0x2001241B 
       
    34 
       
    35 
       
    36 CAPABILITY      ALL -TCB
       
    37 VENDORID     	VID_DEFAULT
       
    38 
       
    39 VERSION      10.0
       
    40 
       
    41 #ifndef WINSCW
       
    42 EPOCALLOWDLLDATA
       
    43 #endif //WINSCW
       
    44 
       
    45 #ifdef WINSCW
       
    46 MACRO 			EMULATOR
       
    47 #endif
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 
       
    51 
       
    52 /*
       
    53 #ifdef WINSCW
       
    54 SOURCE		  mesgq_wsd.cpp
       
    55 #endif 
       
    56 */
       
    57 
       
    58 SOURCE          msgqcheck.c
       
    59 SOURCE          msgqclean.c
       
    60 SOURCE          msgqcreate.c
       
    61 SOURCE          msgqdelete.c
       
    62 SOURCE          msgqmaxcheck.c
       
    63 SOURCE          msgqrecv.c
       
    64 SOURCE          msgqsend.c
       
    65 SOURCE          msgqinternals.cpp
       
    66 
       
    67 
       
    68 USERINCLUDE     ../inc 
       
    69 
       
    70 MW_LAYER_SYSTEMINCLUDE
       
    71 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    72 
       
    73 
       
    74 LIBRARY         	libc.lib
       
    75 
       
    76 #ifdef WINSCW
       
    77 LIBRARY		euser.lib
       
    78 LIBRARY		ewsd.lib
       
    79 #endif
       
    80 #ifdef GCCE
       
    81 STATICLIBRARY  libcrt0_gcce.lib
       
    82 #else
       
    83 STATICLIBRARY  libcrt0.lib
       
    84 #endif
       
    85 
       
    86 
       
    87 LANG            SC
       
    88 
       
    89 // End of File