tags
TAGS
*~
-tizen/Emulator
+tizen/emulator
tizen/src/build_info.h
tizen/src/skin/client/src/about.properties
tizen/src/skin/client/bin
cd $SRCDIR/tizen/
if test -e "Makefile"
then
- ./qemu_configure.sh
+ ./emulator_configure.sh
make clean
fi
rm -rf $SRCDIR/*.zip
build()
{
cd $SRCDIR/tizen/
- ./qemu_configure.sh
+ ./emulator_configure.sh
make
}
# install
install()
{
- BIN_DIR=$SRCDIR/package/emulator.package.linux/data
+ BIN_DIR=$SRCDIR/package/emulator-qemu-x86.package.linux/data/tools
mkdir -p $BIN_DIR
cd $SRCDIR/tizen
make install
mv emulator $BIN_DIR
-# cp $SRCDIR/package/emulator.install.linux $BIN_DIR/../
-# cp $SRCDIR/package/emulator.remove.linux $BIN_DIR/../
}
[ "$1" = "clean" ] && clean
cd $SRCDIR/tizen/
if test -e "Makefile"
then
- ./qemu_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
+ ./emulator_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
make clean
fi
rm -rf $SRCDIR/*.zip
prepare
cd $SRCDIR/tizen/
- ./qemu_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
+ ./emulator_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS"
make
if [ -f "../i386-softmmu/qemu-system-i386.exe" ]
then
prepare
- BIN_DIR=$SRCDIR/package/emulator.package.windows/data
+ BIN_DIR=$SRCDIR/package/emulator-qemu-x86.package.windows/data/tools
mkdir -p $BIN_DIR
-Package: emulator
-Version:1.3.0
+Package: emulator-qemu-x86
+Version: 1.3.0
OS: linux
Build-host-os: linux
Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
-Install-dependency: emulator-kernel [ linux ], emulator-manager [ linux ], emulator-dll [ linux ]
+Install-dependency: emulator-kernel-x86 [ linux ], vgabios [ linux ]
Source: emulator
Description: Tizen Emulator
-Package: emulator
-Version:1.3.0
+Package: emulator-qemu-x86
+Version: 1.3.0
OS: windows
Build-host-os: windows
Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
Build-dependency: SDL-1.2.14 [ windows ], apache-ant-1.8.3-bin [ windows ], gtk-bundle_2.16.6 [ windows ], directx-dev [ windows ]
-Install-dependency: emulator-kernel [ windows ], emulator-manager [ windows ], emulator-dll [ windows ]
+Install-dependency: emulator-kernel-x86 [ windows ], vgabios [ windows ]
Source: emulator
Description: Tizen Emulator
--disable-vnc-jpeg \
--disable-vnc-png \
--enable-gl
-# --enable-ffmpeg
-# --enable-v4l2 \
-# --enable-debug \
-# --enable-profiler \
-# --enable-gles2 --gles2dir=/usr
;;
MINGW*)
cd distrib/libav
--disable-vnc-jpeg \
--disable-vnc-png \
--enable-gl $1
-# --enable-ffmpeg
-# --disable-vnc-jpeg \
-# --disable-jpeg
;;
esac
endif
cp ../../qemu-img $(EMUL_DIR)/bin
- cp -dpr skin/client/skins $(EMUL_DIR)
cp -dpr ../license $(EMUL_DIR)
- cp -dpr ../../pc-bios/bios.bin $(EMUL_DIR)/x86/data/pc-bios
- cp -dpr ../../pc-bios/linuxboot.bin $(EMUL_DIR)/x86/data/pc-bios
- cp -dpr ../../pc-bios/pxe-rtl8139.rom $(EMUL_DIR)/x86/data/pc-bios
- cp -dpr ../../pc-bios/pxe-virtio.rom $(EMUL_DIR)/x86/data/pc-bios
- cp -dpr ../../pc-bios/vgabios-maruvga.bin $(EMUL_DIR)/x86/data/pc-bios
+ cp -dpr ../../pc-bios/bios.bin $(EMUL_DIR)/data/bios
+ cp -dpr ../../pc-bios/linuxboot.bin $(EMUL_DIR)/data/bios
+ cp -dpr ../../pc-bios/pxe-rtl8139.rom $(EMUL_DIR)/data/bios
+ cp -dpr ../../pc-bios/pxe-virtio.rom $(EMUL_DIR)/data/bios