datasourcemodules/simulationpositioningmodule/Data/101F5009.rss
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // Copyright (c) 2005-2009 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 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME ESIM
       
    20 
       
    21 //  INCLUDES
       
    22 #include <ecom/registryinfov2.rh>
       
    23 #include "epossimulationpsy.hrh"
       
    24 
       
    25 //  RESOURCE DEFINITIONS
       
    26 
       
    27 // ---------------------------------------------------------
       
    28 //
       
    29 //    PSY resources for Simulation PSY
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 RESOURCE REGISTRY_INFO simulation_psy_info
       
    34     {
       
    35     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    36     dll_uid = KPosSimulationPsyDllUid;
       
    37     interfaces =
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = 0x101f7a7c;
       
    42             implementations =
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KPosSimulationPsyImplUid;
       
    47                     version_no = 1;
       
    48                     display_name = "Simulation PSY";
       
    49                     default_data = 0;
       
    50                     opaque_data = 0;
       
    51                     rom_only = 0;
       
    52                     }
       
    53                 };
       
    54             }
       
    55         };
       
    56     }
       
    57 
       
    58 // End of File