localisation/apparchitecture/apfile/apfmimecontentpolicy.rss
branchSymbian3
changeset 57 b8d18c84f71c
parent 56 aa99f2208aad
child 58 7a02f8565ef5
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2002-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 the License "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 NAME CCLS
       
    19 
       
    20 #include <uikon.rh>
       
    21 
       
    22 RESOURCE RSS_SIGNATURE { }
       
    23 
       
    24 RESOURCE TBUF { buf=""; }
       
    25 
       
    26 //----------------------------------------------------
       
    27 //    r_commoneng_closed_content_list
       
    28 //	  Contains all MIME types in closed content list.	    
       
    29 //----------------------------------------------------
       
    30 //
       
    31 RESOURCE ARRAY r_commoneng_closed_content_list
       
    32     {
       
    33     items=
       
    34         {	
       
    35         LBUF { txt="application/vnd.oma.drm.message"; },
       
    36 		LBUF { txt="application/vnd.oma.drm.rights+xml"; },
       
    37 		LBUF { txt="application/vnd.oma.drm.rights+wbxml"; },
       
    38 		LBUF { txt="application/vnd.nokia.ringing-tone"; },
       
    39 		LBUF { txt="audio/amr-wb"; },
       
    40 		LBUF { txt="audio/sp-midi"; },
       
    41 		LBUF { txt="image/vnd.nok.3Dscreensaver"; },
       
    42 		LBUF { txt="image/vnd.nok-wallpaper"; },
       
    43 		LBUF { txt="image/vnd.nok-oplogo"; },
       
    44 		LBUF { txt="image/vnd.nok-oplogo-color"; },
       
    45 		LBUF { txt="application/java"; },
       
    46 		LBUF { txt="application/java-archive"; },
       
    47 		LBUF { txt="application/x-java-archive"; },
       
    48 		LBUF { txt="text/vnd.sun.j2me.app-descriptor"; },
       
    49 		LBUF { txt="application/x-NokiaGameData"; },
       
    50 		LBUF { txt="application/vnd.symbian.install"; },
       
    51 		LBUF { txt="x-epoc/x-sisx-app"; }  
       
    52         };
       
    53     }
       
    54 
       
    55 //----------------------------------------------------
       
    56 //    r_commoneng_closed_extensions_list
       
    57 //	  List of closed file extensions.	
       
    58 //----------------------------------------------------
       
    59 //
       
    60 RESOURCE ARRAY r_commoneng_closed_extensions_list
       
    61     {
       
    62     items=
       
    63         {
       
    64 		LBUF { txt=".dm"; },
       
    65 		LBUF { txt=".dr"; },
       
    66 		LBUF { txt=".drc"; },
       
    67 		LBUF { txt=".ott"; },
       
    68 		LBUF { txt=".awb"; },
       
    69 		LBUF { txt=".mid"; },
       
    70 		LBUF { txt=".c3d"; },
       
    71 		LBUF { txt=".jar"; },
       
    72 		LBUF { txt=".ngd"; },
       
    73 		LBUF { txt=".sis"; },
       
    74 		LBUF { txt=".sisx"; }
       
    75         };
       
    76     }
       
    77 
       
    78 
       
    79 // End of file