iaupdateapi_stub/group/iaupdateapi.mmp
branchRCL_3
changeset 11 3ba40be8e484
parent 0 ba25891c3a9e
equal deleted inserted replaced
9:51c0f5edf5ef 11:3ba40be8e484
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 
    20 
    21 
    21 
    22 CAPABILITY      CAP_GENERAL_DLL
    22 CAPABILITY      CAP_GENERAL_DLL
    23 
    23 
    24 #if defined(WINS) || defined(WINSCW)
       
    25 TARGET          iaupdateapi.dll
       
    26 #else
       
    27 TARGET          iaupdateapi_stub.dll
    24 TARGET          iaupdateapi_stub.dll
    28 #endif
       
    29 
    25 
    30 LINKAS          iaupdateapi.dll
    26 LINKAS          iaupdateapi.dll
    31 EXPORTLIBRARY   iaupdateapi.lib
    27 EXPORTLIBRARY   iaupdateapi_stub.lib
    32 
    28 
    33 TARGETTYPE      dll
    29 TARGETTYPE      dll
    34 UID             0x1000008d 0x2000F85C
    30 UID             0x1000008d 0x2000F85C
    35 
    31 
    36 
    32