pkiutilities/DeviceToken/Group/DevTokenKeyStorePlugin.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Project definition file for DevTokenDevKeyStorePlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET DevKeyStore.dll
       
    22 TARGETTYPE plugin
       
    23 
       
    24 UID 0x10009D8D 0x101FB669
       
    25 
       
    26 CAPABILITY All -TCB
       
    27 VENDORID VID_DEFAULT
       
    28 
       
    29 START resource ../Data/101FB669.rss
       
    30 TARGET DevKeyStore.rsc
       
    31 END
       
    32  
       
    33 SOURCEPATH ../Src/KeyStore/EComPlugin
       
    34 SOURCE DevTokenKeyStorePlugin.cpp
       
    35 
       
    36 USERINCLUDE ../Inc 
       
    37 
       
    38 SYSTEMINCLUDE   /epoc32/include/ecom    // cryptotokenregistryinfo.rh needs this
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY euser.lib 
       
    42 LIBRARY DevTokenClient.lib
       
    43 
       
    44 SMPSAFE
       
    45