harvester/harvesterplugins/AudioPlaylistPlugin/inc/mdsplaylisttopcharacterset.rh
branchRCL_3
changeset 50 85f623e1ef41
parent 49 f23c07ec56e2
child 53 29d87345eaeb
equal deleted inserted replaced
49:f23c07ec56e2 50:85f623e1ef41
     1 /*
       
     2 * Copyright (c) 2009 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:  Contains definitions for structures used in Top Character Set 
       
    15 *                resource files.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __MDSPLAYLISTTOPCHARACTERSET_RH__
       
    22 #define __MDSPLAYLISTTOPCHARACTERSET_RH__
       
    23 
       
    24 // INCLUDES
       
    25 #include "mdsplaylistcharacterset.hrh"         // Enumerations
       
    26 
       
    27 // STRUCTURE DEFINITIONS
       
    28 
       
    29 // -----------------------------------------------------------------------------
       
    30 // MDS_PLAYLIST_CHARACTER_SET
       
    31 // Structure definition character encoding 
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 STRUCT MDS_PLAYLIST_CHARACTER_SET_ENCODING
       
    35     {
       
    36     LONG	character_set_id[];
       
    37     }
       
    38 
       
    39 #endif // __MDSPLAYLISTTOPCHARACTERSET_RH__
       
    40 
       
    41 
       
    42 // End of File