upnpsharing/upnpsecurity/data/upnpnotifier.rss
changeset 0 7f85d04be362
equal deleted inserted replaced
-1:000000000000 0:7f85d04be362
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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: Resource file for UpnpAccessController
       
    15 *
       
    16 */
       
    17 
       
    18 // INCLUDE
       
    19 #include <eikon.rh>
       
    20 #include <eikon.rsg>
       
    21 #include <avkon.rsg>
       
    22 #include <avkon.rh>
       
    23 #include <upnpsharing.loc>
       
    24 
       
    25 NAME UNOT
       
    26 
       
    27 RESOURCE RSS_SIGNATURE { }
       
    28 
       
    29 STRUCT STRING { LTEXT buf; }
       
    30 
       
    31 //  RESOURCE DEFINITIONS 
       
    32 
       
    33 
       
    34 // --------------------------------------------------------------------------
       
    35 //
       
    36 //  r_upnpnotifier_incoming_device_text
       
    37 //
       
    38 //  UPnP authorization query, second version
       
    39 //
       
    40 // --------------------------------------------------------------------------
       
    41 //
       
    42 RESOURCE STRING r_upnpnotifier_incoming_device_text
       
    43     {
       
    44     buf = qtn_iupnp_incoming_device;
       
    45     }
       
    46 
       
    47 
       
    48 
       
    49 // End of File