locationsystemui/locationsysui/locgpsindicatorplugin/data/10275097.rss
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 1027 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:  This file contains all the resources to launch GPS indicator plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include "locgpsindicatorpluginuids.h"
       
    21 /**
       
    22 * How to use the resource definition:
       
    23 *
       
    24 * IMPLEMENTATION_INFO
       
    25 *   {
       
    26 *   implementation_uid  = <Your implementation UID here>;
       
    27 *   version_no          = 1;
       
    28 *   display_name        = "<Your plugin name here>";
       
    29 *   default_data        = "";
       
    30 *   opaque_data         = "";
       
    31 *   }
       
    32 */
       
    33 RESOURCE REGISTRY_INFO theInfo
       
    34     {
       
    35     dll_uid =  KLocGpsIndicatorDllUID;
       
    36     interfaces =
       
    37         {
       
    38         INTERFACE_INFO
       
    39             {
       
    40             interface_uid = KLocIndicatorIterfaceUID;
       
    41             implementations =
       
    42                 {
       
    43                 IMPLEMENTATION_INFO
       
    44                     {
       
    45                     implementation_uid =  KLocGpsIndicatorDllUID;
       
    46                     version_no = 1;
       
    47                     display_name = "";
       
    48                     default_data = "Default";
       
    49                     opaque_data = "";
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }
       
    55 
       
    56 // End of file