installationservices/swi/group/installserver.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-2009 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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
    88 SOURCEPATH	../source/sisregistry/common
    88 SOURCEPATH	../source/sisregistry/common
    89 SOURCE globalidformat.cpp
    89 SOURCE globalidformat.cpp
    90 SOURCEPATH	../source/swis/server
    90 SOURCEPATH	../source/swis/server
    91 SOURCE registrywrapper.cpp
    91 SOURCE registrywrapper.cpp
    92 SOURCE installswtypehelper.cpp
    92 SOURCE installswtypehelper.cpp
    93 SOURCE appregextractor.cpp
       
    94 #endif
    93 #endif
    95 
    94 
    96 // The following is also included in sishelper; to avoid creating a new 
    95 // The following is also included in sishelper; to avoid creating a new 
    97 // shared DLL it is included here directly.
    96 // shared DLL it is included here directly.
    98 SOURCEPATH	../source/sishelper
    97 SOURCEPATH	../source/sishelper
   130 LIBRARY sislauncherclient.lib
   129 LIBRARY sislauncherclient.lib
   131 LIBRARY hash.lib
   130 LIBRARY hash.lib
   132 LIBRARY sectcbutil.lib
   131 LIBRARY sectcbutil.lib
   133 LIBRARY swiobserverclient.lib
   132 LIBRARY swiobserverclient.lib
   134 LIBRARY swiobservedinfo.lib
   133 LIBRARY swiobservedinfo.lib
   135 LIBRARY secsettingsclient.lib
   134 
   136 LIBRARY x509.lib
   135 
   137 LIBRARY pkixcertbase.lib
       
   138  
       
   139 #ifdef WINS
   136 #ifdef WINS
   140 library			emulator.lib
   137 library			emulator.lib
   141 #endif
   138 #endif
   142 
   139 
   143 start wins
   140 start wins
   144 WIN32_LIBRARY		kernel32.lib
   141 WIN32_LIBRARY		kernel32.lib
   145 end
   142 end
   146 SMPSAFE
   143 SMPSAFE
   147