videofeeds/omaprovisioning/data/IptvOmaProvisioningAdapter.rss
changeset 0 96612d01cf9f
child 2 dec420019252
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2006 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 the License "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:    Resources for Iptv OMA Provisioning adapter.*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include "IptvOmaProvisioningAdapterUIDs.h"
       
    23 #include <eikon.rh>
       
    24 #include <ipvideo.loc>
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 // ---------------------------------------------------------
       
    28 //   
       
    29 //    theInfo
       
    30 //    Resource defining the Iptv Oma Provisioning Adapter plugin.
       
    31 //
       
    32 // ---------------------------------------------------------
       
    33 //
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35 	{
       
    36 	dll_uid = PROVISIONING_IPTV_ADAPTER_DLL_UID3;
       
    37 	interfaces = 
       
    38 		{
       
    39 		INTERFACE_INFO
       
    40 			{
       
    41 			interface_uid = PROVISIONING_ADAPTER_INTERFACE;
       
    42 			implementations = 
       
    43 				{
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = PROVISIONING_IPTV_ADAPTER_UID;
       
    47 					version_no = 1;
       
    48 					display_name = "Video Center settings provisioning||Implements a IPTV OMA Provisioning Adapter||Copyright © 2006 Nokia Corporation.";
       
    49 					default_data = "";
       
    50 					opaque_data = "10";
       
    51 					}
       
    52 
       
    53 				};
       
    54 			}
       
    55 		};
       
    56 	}
       
    57 
       
    58 // -----------------------------------------------------------------------------
       
    59 // r_iptv_oma_client_prov_summary_title
       
    60 // 
       
    61 // -----------------------------------------------------------------------------
       
    62 //
       
    63 RESOURCE LBUF r_iptv_oma_client_prov_summary_title
       
    64 	{
       
    65 	txt = qtn_vcx_ns_service_settings_title; 
       
    66 	}
       
    67 
       
    68 // ---------------------------------------------------------------------------
       
    69 // r_iptv_video_store_list
       
    70 // "Nokia video store"
       
    71 // NOTE Replaces provisioned logical text.
       
    72 // ---------------------------------------------------------------------------
       
    73 //
       
    74 RESOURCE LBUF r_iptv_video_store_list
       
    75     {
       
    76     txt = qtn_iptv_video_store_list;
       
    77     }
       
    78 
       
    79 // End of file