localisation/apparchitecture/tef/TRApaLsSessionStartAppTest.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2005-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 "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent - Internal Symbian test code 
       
    21 */
       
    22 
       
    23 #if !defined(__TRAPALSSESSIONSTARTAPPTEST_H__)
       
    24 #define __TRAPALSSESSIONSTARTAPPTEST_H__
       
    25 
       
    26 #if !defined(__E32STD_H__)
       
    27 #include <E32STD.H>
       
    28 #endif
       
    29 
       
    30 /** KLitLongURL must be > 256 characters long, in this case it's 259 characters long
       
    31     The name is a little mis-leading, as it's not a real URL. URL is used in the name
       
    32     because one of the use cases for needing document names longer than 256 characters
       
    33     is when starting a very long URL to be handled by a web browser application
       
    34 */
       
    35 
       
    36 
       
    37 _LIT(KLitTRApaLsSessionStartAppTest, "Z:\\system\\data\\TRApaLsSessionStartAppTest.tst");
       
    38 
       
    39 
       
    40 
       
    41 const TUid KUidMimeTRApaLsSessionStartAppTestRecognizer={0x10004c50};
       
    42 const TInt KNumDataTypes = 1;
       
    43 _LIT8(KLitMimeType_TRApaLsSessionStartAppTest, "x-epoc/start-app-test");
       
    44 #endif