wim/WimPlugin/data/101FB674.rss
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Contains information about Wim implementations and their
       
    15 *               supported interfaces
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //INCLUDES
       
    21 
       
    22 #include "WimImplementationUID.hrh"
       
    23 #include <ecom/registryinfov2.rh>	
       
    24 #include "ct/interfaceuid.hrh" 
       
    25 
       
    26 RESOURCE REGISTRY_INFO theInfo
       
    27     {
       
    28 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    29     dll_uid = 0x101FB674;
       
    30     interfaces = 
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             interface_uid = CT_INTERFACE_UID;
       
    35             implementations = 
       
    36                 {
       
    37                 BINARY_IMPLEMENTATION_INFO
       
    38                     {
       
    39                     implementation_uid = WIM_IMPLEMENTATION_UID;
       
    40                     version_no = 1;
       
    41                     display_name = "Wim Card Token Type";       // Wim card
       
    42                     default_data = {CT_CERT_STORE
       
    43 #ifdef __WIM
       
    44                                     ,CT_WRITEABLE_CERT_STORE,            
       
    45                                     CT_AUTHENTICATION_OBJECT,   
       
    46                                     CT_KEY_STORE
       
    47 #endif
       
    48 									};              
       
    49                     opaque_data  = {CT_MIN_TOKEN_COUNT,   CT_NUM8(0),
       
    50                                     CT_MAX_TOKEN_COUNT,   CT_NUM8(8),
       
    51                                     CT_ACCESS_CONTROLLED, CT_TRUE,
       
    52                                     CT_REMOVABLE,         CT_TRUE,
       
    53                                     CT_SOFTWARE,          CT_FALSE};
       
    54 					rom_only = 1;	// This plugin can be loaded only from ROM
       
    55                     }
       
    56 
       
    57                 };
       
    58             }
       
    59         };
       
    60     }