00001 // Copyright: (c) 2006 Nokia Ltd. All rights reserved. 00002 00003 // This file contains the application registration resource. 00004 00005 #include "S60MemoryLab.rls" 00006 #include <appinfo.rh> 00007 #include <S60MemoryLab.rsg> 00008 00009 UID2 KUidAppRegistrationResourceFile 00010 UID3 0x101F8BEE 00011 00012 RESOURCE APP_REGISTRATION_INFO 00013 { 00014 app_file="S60MemoryLab"; 00015 localisable_resource_file = qtn_loc_resource_file_1; 00016 localisable_resource_id = R_LOCALISABLE_APP_INFO; 00017 00018 embeddability=KAppNotEmbeddable; 00019 newfile=KAppDoesNotSupportNewFile; 00020 } 00021