omadrm/drmplugins/drmfilter/data/101F9710.rss
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     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:  Registration data for transport framework DRM filter interface implementation collection
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // application/vnd.oma.drm.message
       
    20 // OMA-Download-DRM-v1_0-20020905-a, Version 05-September-2002
       
    21 
       
    22 #include "Ecom/RegistryInfoV2.rh"
       
    23 
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25 	{
       
    26 	// resource format version for ROM-only filter
       
    27 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    28 
       
    29 	dll_uid = 0x101F9710;
       
    30 	interfaces=
       
    31 		{
       
    32 		INTERFACE_INFO
       
    33 			{
       
    34 			interface_uid = 0x101F446D;
       
    35 			implementations = 
       
    36 				{
       
    37 				IMPLEMENTATION_INFO
       
    38 					{
       
    39 					implementation_uid = 0x101F9711;
       
    40 					version_no = 1;
       
    41 					display_name = "DRMFilter";
       
    42 					
       
    43 					// For HTTP-TF the default_data must be defined as follows
       
    44 					// 1.Protocol identifier
       
    45 					//    HTTP-TF uses first part (separated with /-character) to identify
       
    46 					//    what protocol this filter will support. It could also be WSP but 
       
    47 					//    then HTTP-TF does not load it with any sessions that based on HTTP.
       
    48 					// 2.Separator
       
    49 					//    /-separator must be always there
       
    50 					// 3.Filter category
       
    51 					//    + = mandatory (HTTP-TF will panic if installation of this filter fails)
       
    52 					//    - = Explicit (Does not install filter)
       
    53 					//      = Implicit (Installs filter but traps possible errors and continues)
       
    54 
       
    55 					default_data = "HTTP/+DRM||WSP/+DRM";
       
    56 					opaque_data = "";
       
    57 
       
    58 					// this implementation CANNOT be overriden by a RAM-based plug-in
       
    59 					rom_only = 1;
       
    60 					}
       
    61 				};
       
    62 			}
       
    63 		};
       
    64 	}
       
    65