2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.IdentityModel
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
ifndef NO_MONO_SECURITY
|
|
|
|
MONO_SECURITY=Mono.Security
|
|
|
|
endif
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
LIBRARY = System.IdentityModel.dll
|
2016-11-10 13:04:39 +00:00
|
|
|
LIB_REFS = System System.Xml System.Security $(MONO_SECURITY) System.Runtime.Serialization
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../ecma.pub
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS = \
|
|
|
|
/d:NET_3_0 \
|
|
|
|
$(OTHER_LIB_MCS_FLAGS)
|
|
|
|
|
2016-08-23 13:20:38 +00:00
|
|
|
ifneq (2.1, $(FRAMEWORK_VERSION))
|
|
|
|
LIB_REFS += System.Configuration
|
|
|
|
endif
|
|
|
|
|
2015-07-20 03:39:00 -04:00
|
|
|
ifndef NO_SYSTEM_WEB_DEPENDENCY
|
2016-08-23 13:20:38 +00:00
|
|
|
ifneq (2.1, $(FRAMEWORK_VERSION))
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS += System.Web
|
2015-07-20 03:39:00 -04:00
|
|
|
endif
|
2016-08-23 13:20:38 +00:00
|
|
|
endif
|
2016-08-03 10:59:49 +00:00
|
|
|
|
|
|
|
ifndef NO_SYSTEM_WEB_APPSERVICES_DEPENDENCY
|
|
|
|
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
|
|
|
|
LIB_REFS += System.Web.ApplicationServices
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2019-02-04 20:11:37 +00:00
|
|
|
TEST_RESOURCE_FILES = \
|
|
|
|
Test/Resources/test.cer \
|
|
|
|
Test/Resources/test_neg_serial.cer \
|
|
|
|
Test/Resources/test.pfx \
|
|
|
|
Test/Resources/test2.pfx
|
|
|
|
|
|
|
|
TEST_MCS_FLAGS = $(foreach r, $(TEST_RESOURCE_FILES), -resource:$(r),$(r))
|
2018-05-10 08:37:03 +00:00
|
|
|
TEST_LIB_REFS = System System.Xml System.Security System.Runtime.Serialization
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2018-01-24 17:04:36 +00:00
|
|
|
ifdef MOBILE_PROFILE
|
|
|
|
NO_TEST = yes
|
|
|
|
endif
|
|
|
|
|
2019-02-04 20:11:37 +00:00
|
|
|
EXTRA_DISTFILES = $(TEST_RESOURCE_FILES)
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|