localisation/apparchitecture/tef/TAppEmbeddable_standalone.cpp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // "stub" to start the application architecture with the ECom UID
    14 // "stub" to start the application architecture with the ECom UID
    15 // 
    15 // 
    16 //
    16 //
    17 
       
    18 
       
    19 
    17 
    20 /**
    18 /**
    21  @file
    19  @file
    22  @internalComponent - Internal Symbian test code 
    20  @internalComponent - Internal Symbian test code 
    23 */
    21 */
    29 const TUid KTAppEmbeddableUid = {0x10004c48}; //use original UID of app (before it was converted from app to exe)
    27 const TUid KTAppEmbeddableUid = {0x10004c48}; //use original UID of app (before it was converted from app to exe)
    30 GLDEF_C TInt E32Main()
    28 GLDEF_C TInt E32Main()
    31 	{
    29 	{
    32 	return EikStart::RunApplication(KTAppEmbeddableUid);
    30 	return EikStart::RunApplication(KTAppEmbeddableUid);
    33 	}
    31 	}
       
    32