appfw/apparchitecture/tef/forceregapps/A0001010.rss
changeset 46 eea20ed08f4b
parent 29 6a787171e1de
equal deleted inserted replaced
40:951aeeb3da43 46:eea20ed08f4b
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent - Internal Symbian test code  
       
    19 */
       
    20 
       
    21 
       
    22 //  INCLUDES
       
    23 #include <ecom/registryinfo.rh>
       
    24 
       
    25 
       
    26 // RESOURCE DEFINITIONS
       
    27 // -----------------------------------------------------------------------------
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO r_registry
       
    32     {
       
    33     dll_uid = 0xA0001010;
       
    34     interfaces = 
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             interface_uid = 0x101F7D87; // Const for all Data Recognizers
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = 0xA0001010; 
       
    44                     version_no = 1;
       
    45                     display_name = "TForceRegAppRec";
       
    46                     default_data = "";
       
    47                     opaque_data = "";
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of File