installationservices/swi/group/installserver.mmp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-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 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
    93 #endif
    94 #endif
    94 
    95 
    95 // The following is also included in sishelper; to avoid creating a new 
    96 // The following is also included in sishelper; to avoid creating a new 
    96 // shared DLL it is included here directly.
    97 // shared DLL it is included here directly.
    97 SOURCEPATH	../source/sishelper
    98 SOURCEPATH	../source/sishelper
   129 LIBRARY sislauncherclient.lib
   130 LIBRARY sislauncherclient.lib
   130 LIBRARY hash.lib
   131 LIBRARY hash.lib
   131 LIBRARY sectcbutil.lib
   132 LIBRARY sectcbutil.lib
   132 LIBRARY swiobserverclient.lib
   133 LIBRARY swiobserverclient.lib
   133 LIBRARY swiobservedinfo.lib
   134 LIBRARY swiobservedinfo.lib
   134 
   135 LIBRARY secsettingsclient.lib
   135 
   136 LIBRARY x509.lib
       
   137 LIBRARY pkixcertbase.lib
       
   138  
   136 #ifdef WINS
   139 #ifdef WINS
   137 library			emulator.lib
   140 library			emulator.lib
   138 #endif
   141 #endif
   139 
   142 
   140 start wins
   143 start wins
   141 WIN32_LIBRARY		kernel32.lib
   144 WIN32_LIBRARY		kernel32.lib
   142 end
   145 end
   143 SMPSAFE
   146 SMPSAFE
       
   147