17640caaf912a7eefacc3e2108c5afd70f7b072a4noda# Copyright 2008, The Android Open Source Project
27640caaf912a7eefacc3e2108c5afd70f7b072a4noda#
37640caaf912a7eefacc3e2108c5afd70f7b072a4noda# Licensed under the Apache License, Version 2.0 (the "License");
47640caaf912a7eefacc3e2108c5afd70f7b072a4noda# you may not use this file except in compliance with the License.
57640caaf912a7eefacc3e2108c5afd70f7b072a4noda# You may obtain a copy of the License at
67640caaf912a7eefacc3e2108c5afd70f7b072a4noda#
77640caaf912a7eefacc3e2108c5afd70f7b072a4noda#     http://www.apache.org/licenses/LICENSE-2.0
87640caaf912a7eefacc3e2108c5afd70f7b072a4noda#
97640caaf912a7eefacc3e2108c5afd70f7b072a4noda# Unless required by applicable law or agreed to in writing, software
107640caaf912a7eefacc3e2108c5afd70f7b072a4noda# distributed under the License is distributed on an "AS IS" BASIS,
117640caaf912a7eefacc3e2108c5afd70f7b072a4noda# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127640caaf912a7eefacc3e2108c5afd70f7b072a4noda# See the License for the specific language governing permissions and
137640caaf912a7eefacc3e2108c5afd70f7b072a4noda# limitations under the License.
147640caaf912a7eefacc3e2108c5afd70f7b072a4noda
157640caaf912a7eefacc3e2108c5afd70f7b072a4nodaLOCAL_PATH:= $(call my-dir)
167640caaf912a7eefacc3e2108c5afd70f7b072a4nodainclude $(CLEAR_VARS)
177640caaf912a7eefacc3e2108c5afd70f7b072a4noda
187640caaf912a7eefacc3e2108c5afd70f7b072a4noda# We only want this apk build for tests.
197640caaf912a7eefacc3e2108c5afd70f7b072a4nodaLOCAL_MODULE_TAGS := tests
207640caaf912a7eefacc3e2108c5afd70f7b072a4noda
21a639b311e93ad14d9ee5c2b2c215ed2d86c32d2aWink SavilleLOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
227640caaf912a7eefacc3e2108c5afd70f7b072a4noda
237640caaf912a7eefacc3e2108c5afd70f7b072a4noda# Include all test java files.
247640caaf912a7eefacc3e2108c5afd70f7b072a4nodaLOCAL_SRC_FILES := $(call all-java-files-under, src)
257640caaf912a7eefacc3e2108c5afd70f7b072a4nodaLOCAL_SRC_FILES += \
267640caaf912a7eefacc3e2108c5afd70f7b072a4noda        src/com/android/smspush/unitTests/IDataVerify.aidl
277640caaf912a7eefacc3e2108c5afd70f7b072a4noda
287640caaf912a7eefacc3e2108c5afd70f7b072a4noda
297640caaf912a7eefacc3e2108c5afd70f7b072a4noda# Notice that we don't have to include the src files of Email because, by
307640caaf912a7eefacc3e2108c5afd70f7b072a4noda# running the tests using an instrumentation targeting Eamil, we
317640caaf912a7eefacc3e2108c5afd70f7b072a4noda# automatically get all of its classes loaded into our environment.
327640caaf912a7eefacc3e2108c5afd70f7b072a4noda
337640caaf912a7eefacc3e2108c5afd70f7b072a4nodaLOCAL_PACKAGE_NAME := WAPPushManagerTests
347640caaf912a7eefacc3e2108c5afd70f7b072a4noda
357640caaf912a7eefacc3e2108c5afd70f7b072a4nodaLOCAL_INSTRUMENTATION_FOR := WAPPushManager
367640caaf912a7eefacc3e2108c5afd70f7b072a4noda
377640caaf912a7eefacc3e2108c5afd70f7b072a4nodainclude $(BUILD_PACKAGE)
387640caaf912a7eefacc3e2108c5afd70f7b072a4noda
39