examples/ForumNokia/SMSExample/GUI/data/SMSExample_reg.rss

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 #include <appinfo.rh>
00006 #include <SmsExample.rsg>    // for R_SMSEXAMPLE_LAI
00007 
00008 UID2 KUidAppRegistrationResourceFile
00009 UID3 0xE01FF1e5
00010 
00011 RESOURCE APP_REGISTRATION_INFO
00012     {
00013     app_file="SmsExample";
00014 
00015     //  localized resource, in this implementation not a separate file
00016     //  but the original resource file
00017 
00018     localisable_resource_file="\\resource\\apps\\SmsExample";
00019 
00020     // reference to LOCALISABLE_APP_INFO structure in localization file    
00021     localisable_resource_id = R_SMSEXAMPLE_LAI;    
00022 
00023     hidden = KAppNotHidden;
00024     embeddability = KAppNotEmbeddable;
00025     newfile = KAppDoesNotSupportNewFile;
00026     }
00027     
00028 // end of file
00029 
00030 

Generated by  doxygen 1.6.2