webservices/wsoviplugin/data/101F9759.rss
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 1028 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:        Resource definitions for project WSOviPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #include <ecom/registryinfo.rh>
       
    26 
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     // UID for the DLL
       
    30     dll_uid = 0x101F9759;
       
    31     // Declare array of interface info
       
    32     interfaces = 
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             // UID of interface that is implemented
       
    37 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES            
       
    38             interface_uid = 0x101F96F9;
       
    39 #else
       
    40 	    interface_uid = 0x101F9730;
       
    41 #endif
       
    42             implementations = 
       
    43                 {
       
    44                 // frameworkID = "WS-Ovi"
       
    45                 IMPLEMENTATION_INFO
       
    46                     {
       
    47                     implementation_uid = 0x2001950F;
       
    48                     version_no         = 1;
       
    49                     display_name       = "Ovi SIF";
       
    50                     default_data       = "com.nokia.ws.ovi.OviFramework";
       
    51                     opaque_data        = "";
       
    52                     }
       
    53                 
       
    54                 };
       
    55             },
       
    56         INTERFACE_INFO
       
    57             {
       
    58             // UID of interface that is implemented (Session Handler Interface)
       
    59 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES  
       
    60             interface_uid = 0x20000392;
       
    61 #else
       
    62             interface_uid = 0x10282C5B;
       
    63 #endif
       
    64             implementations = 
       
    65                 {
       
    66                 // Validate Handler
       
    67                 IMPLEMENTATION_INFO
       
    68                         {
       
    69                         implementation_uid = 0x20019510;
       
    70                         version_no         = 1;
       
    71                         display_name       = "Ovi Session Handler - Validate";
       
    72                         default_data       = "urn:com.nokia.ws.ovi.handler.validate";
       
    73                         opaque_data        = "";
       
    74                         },
       
    75                 // register Handler
       
    76                 IMPLEMENTATION_INFO
       
    77                         {
       
    78                         implementation_uid = 0x20019511;
       
    79                         version_no         = 1;
       
    80                         display_name       = "Ovi Session Handler - Register";
       
    81                         default_data       = "urn:com.nokia.ws.ovi.handler.register";
       
    82                         opaque_data        = "";
       
    83                         },
       
    84                 // service update Handler
       
    85                 IMPLEMENTATION_INFO
       
    86                         {
       
    87                         implementation_uid = 0x20019516;
       
    88                         version_no         = 1;
       
    89                         display_name       = "Ovi Session Handler - Service Update";
       
    90                         default_data       = "urn:com.nokia.ws.ovi.handler.serviceUpdate";
       
    91                         opaque_data        = "";
       
    92                         }
       
    93                 };
       
    94             },
       
    95          INTERFACE_INFO
       
    96             {
       
    97             // UID of interface that is implemented (Message Handler Interface)
       
    98 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES  
       
    99             interface_uid = 0x20000393;
       
   100 #else
       
   101 	    interface_uid = 0x10282C5C;
       
   102 #endif
       
   103             implementations = 
       
   104                 {
       
   105                 // device handler
       
   106                 IMPLEMENTATION_INFO
       
   107                     {
       
   108                     implementation_uid = 0x20019512;
       
   109                     version_no         = 1;
       
   110                     display_name       = "Ovi Message Handler - Device";
       
   111                     default_data       = "urn:com.nokia.ws.ovi.handler.device";
       
   112                     opaque_data        = "";
       
   113                     },
       
   114                 // security handler
       
   115                 IMPLEMENTATION_INFO
       
   116                     {
       
   117                     implementation_uid = 0x20019513;
       
   118                     version_no         = 1;
       
   119                     display_name       = "Ovi Message Handler - Security";
       
   120                     default_data       = "urn:com.nokia.ws.ovi.handler.security";
       
   121                     opaque_data        = "";
       
   122                     },
       
   123                 // credential collector handler
       
   124                 IMPLEMENTATION_INFO
       
   125                     {
       
   126                     implementation_uid = 0x20019514;
       
   127                     version_no         = 1;
       
   128                     display_name       = "Ovi Message Handler - Credential Collector";
       
   129                     default_data       = "urn:com.nokia.ws.ovi.handler.credentialCollector";
       
   130                     opaque_data        = "";
       
   131                     },
       
   132                 // encoder handler
       
   133                 IMPLEMENTATION_INFO
       
   134                     {
       
   135                     implementation_uid = 0x20019515;
       
   136                     version_no         = 1;
       
   137                     display_name       = "Ovi Message Handler - Encoder";
       
   138                     default_data       = "urn:com.nokia.ws.ovi.handler.encoder";
       
   139                     opaque_data        = "";
       
   140                     }
       
   141                 };
       
   142              }
       
   143         };
       
   144     }