examples/ForumNokia/Document_Handler_Example/TestApp/data/TestApp_reg.rss

00001 /*
00002 * ============================================================================
00003 *  Name       : TestApp_reg.rss
00004 *  Part of    : TestApp
00005 *  Description: 
00006 *  Version:
00007 *
00008 *  Copyright © 2002-2005 Nokia. All rights reserved.
00009 *  This material, including documentation and any related 
00010 *  computer programs, is protected by copyright controlled by 
00011 *  Nokia. All rights are reserved. Copying, including 
00012 *  reproducing, storing, adapting or translating, any 
00013 *  or all of this material requires the prior written consent of 
00014 *  Nokia. This material also contains confidential 
00015 *  information which may not be disclosed to others without the 
00016 *  prior written consent of Nokia.
00017 * ==============================================================================
00018 */
00019 
00020 // INCLUDES
00021 #include <appinfo.rh>
00022 #include <TestApp.rsg>
00023 
00024 // CONSTANTS
00025 UID2 KUidAppRegistrationResourceFile
00026 UID3 0x0F084DF8 // Define your application UID here
00027 
00028 // RESOURCE DEFINITIONS
00029 RESOURCE APP_REGISTRATION_INFO
00030     {
00031     app_file = "TestApp";
00032     hidden = KAppNotHidden;
00033     embeddability=KAppEmbeddable;
00034     newfile=KAppDoesNotSupportNewFile;
00035     launch = KAppLaunchInForeground;
00036     }
00037 
00038 // End of File

Generated by  doxygen 1.6.2