javamanager/javainstaller/javasifplugin/build/javasifplugin.mmp
changeset 61 bf7ee68962da
parent 47 f40128debb5d
child 76 4ad59aaee882
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    40 TARGET          javasifplugin.rsc
    40 TARGET          javasifplugin.rsc
    41 END
    41 END
    42 
    42 
    43 // Sources
    43 // Sources
    44 SOURCEPATH      ../src
    44 SOURCEPATH      ../src
       
    45 SOURCE          asyncwaitcallback.cpp
    45 SOURCE          javasifplugin.cpp
    46 SOURCE          javasifplugin.cpp
    46 SOURCE          proxy.cpp
    47 SOURCE          proxy.cpp
    47 SOURCE          resultsserver.cpp
    48 SOURCE          resultsserver.cpp
    48 
    49 
    49 
    50 
    50 // Includes
    51 // Includes
    51 USERINCLUDE     .
    52 USERINCLUDE     .
    52 USERINCLUDE     ../inc
    53 USERINCLUDE     ../inc
    53 USERINCLUDE     ../../../../inc
    54 USERINCLUDE     ../../../../inc
    54 
    55 
       
    56 SYSTEMINCLUDE   /epoc32/include/mw/hb/hbwidgets
       
    57 
    55 // Libraries
    58 // Libraries
    56 LIBRARY         apgrfx.lib
    59 LIBRARY         apgrfx.lib
    57 LIBRARY         apmime.lib
    60 LIBRARY         apmime.lib
    58 LIBRARY         ecom.lib
    61 LIBRARY         ecom.lib
    59 LIBRARY         efsrv.lib
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         hbwidgets.lib
    60 LIBRARY         sif.lib
    64 LIBRARY         sif.lib
    61 LIBRARY         javacomms.lib
    65 LIBRARY         javacomms.lib
    62 LIBRARY         javaruntimestarterutils.lib
    66 LIBRARY         javaruntimestarterutils.lib