calendarui/caldav/data/2002B503.rss
branchRCL_3
changeset 31 97232defd20e
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
       
     1 /*
       
     2 * Copyright (c) 2010 Sun Microsystems, Inc. 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 Contributor:
       
    10 * Maximilian Odendahl
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: registration file for Caldav ECOM plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CALENCALDAVPLUGINREG_H
       
    19 #define CALENCALDAVPLUGINREG_H
       
    20 
       
    21 
       
    22 #include "CalDavUids.h"
       
    23 #include "caldav.loc"
       
    24 
       
    25 #include <ecom/registryinfo.rh>
       
    26 #include <calendar.loc>
       
    27 
       
    28 RESOURCE REGISTRY_INFO registry_info
       
    29     {
       
    30     dll_uid = CALENCALDAVPLUGIN_DLL_UID;
       
    31     interfaces =
       
    32         {
       
    33         INTERFACE_INFO
       
    34             {
       
    35             interface_uid = CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID;
       
    36             implementations =
       
    37                 {
       
    38                 IMPLEMENTATION_INFO 
       
    39                     {
       
    40                     implementation_uid = CALEN_CALDAV_IMPLEMENTATION_UID;
       
    41                     version_no = 1;
       
    42                     display_name = qtn_caldav;
       
    43                     default_data = "language(*)";
       
    44                     opaque_data  = "";
       
    45                     }
       
    46                 };
       
    47             }
       
    48         };
       
    49     }
       
    50 
       
    51 #endif
       
    52 // End of file