javamanager/javainstaller/javasifplugin/build/javasifplugin.mmp
changeset 50 023eef975703
parent 35 85266cc22c7f
child 67 63b81d807542
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
     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 
    55 SYSTEMINCLUDE   ../../../../inc
    56 SYSTEMINCLUDE   /epoc32/include/mw/hb/hbwidgets
    56 SYSTEMINCLUDE   /epoc32/include/mw/usif
       
    57 
    57 
    58 // Libraries
    58 // Libraries
    59 LIBRARY         apgrfx.lib
    59 LIBRARY         apgrfx.lib
    60 LIBRARY         apmime.lib
    60 LIBRARY         apmime.lib
    61 LIBRARY         ecom.lib
    61 LIBRARY         ecom.lib
    62 LIBRARY         efsrv.lib
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         hbwidgets.lib
    63 LIBRARY         sif.lib
    64 LIBRARY         sif.lib
    64 LIBRARY         javacomms.lib
    65 LIBRARY         javacomms.lib
    65 LIBRARY         javaruntimestarterutils.lib
    66 LIBRARY         javaruntimestarterutils.lib