mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 05:24:06 -08:00
515f743dc0
git-svn-id: https://zxing.googlecode.com/svn/trunk@1332 59b500cc-1b3d-0410-9834-0bbf25fbcc57
24 lines
551 B
XML
24 lines
551 B
XML
/*
|
|
* Copyright (c) 2009 Nokia Corporation.
|
|
*/
|
|
|
|
#include "CameraWrapperExample.hrh"
|
|
#include "ZXingBarcodeReader.rls"
|
|
#include <appinfo.rh>
|
|
#include <ZXingBarcodeReader_0xEF24C10A.rsg>
|
|
|
|
UID2 KUidAppRegistrationResourceFile
|
|
UID3 _UID3
|
|
|
|
RESOURCE APP_REGISTRATION_INFO
|
|
{
|
|
app_file="ZXingBarcodeReader_0xEF24C10A";
|
|
//app_file="ZXingBarcodeReader";
|
|
localisable_resource_file = qtn_loc_resource_file_1;
|
|
localisable_resource_id = R_LOCALISABLE_APP_INFO;
|
|
|
|
embeddability=KAppNotEmbeddable;
|
|
newfile=KAppDoesNotSupportNewFile;
|
|
}
|
|
|