messagingappbase/smilengine/engine/group/smil.rss
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2003 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:  
       
    15 *     This file contains all the resources for the module.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 NAME    SUNB
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 
       
    28 //  CONSTANTS  
       
    29 //#define ?constant   ?value
       
    30 
       
    31 //  MACROS  
       
    32 //#define ?macro
       
    33 
       
    34 RESOURCE ARRAY r_test_attribute_array
       
    35 	{
       
    36 	items =
       
    37 		{
       
    38 		LBUF { txt = "14400"; },					//systemBitrate
       
    39 		LBUF { txt = "off"; },						//systemCaptions
       
    40 		LBUF { txt = "en"; },						//systemLanguage
       
    41 		LBUF { txt = "caption"; },					//system-overdub-or-caption
       
    42 		LBUF { txt = "#x20"; },						//systemRequired
       
    43 		LBUF { txt = "24"; },						//systemScreenDepth
       
    44 		LBUF { txt = "512X320"; },					//systemScreenSize
       
    45 		LBUF { txt = "off"; },						//systemAudioDesc
       
    46 		LBUF { txt = "http://www.playboy.com"; },	//systemComponent
       
    47 		LBUF { txt = "EPOC"; },						//systemOperatingSystem
       
    48 		LBUF { txt = "overdub"; }					//systemOverdubOrSubtitle
       
    49 		};
       
    50 	}
       
    51 
       
    52