2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Security
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
ifndef NO_MONO_SECURITY
|
2018-05-10 08:37:03 +00:00
|
|
|
MONO_SECURITY = Mono.Security
|
2016-11-10 13:04:39 +00:00
|
|
|
endif
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
LIBRARY = System.Security.dll
|
2018-05-10 08:37:03 +00:00
|
|
|
API_BIN_REFS := System.Numerics System.Core
|
|
|
|
LIB_REFS = $(MONO_SECURITY) System System.Xml
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../msfinal.pub
|
2018-10-09 08:20:59 +00:00
|
|
|
LIB_MCS_FLAGS = -unsafe -nowarn:414,618 -d:SECURITY_DEP
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LOCAL_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2018-08-07 15:19:03 +00:00
|
|
|
XTEST_LIB_REFS = System.Core System Facades/System.Linq Facades/System.Threading.Tasks
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
EXTRA_DISTFILES = \
|
|
|
|
Test/System.Security.Cryptography.Xml/sample.pfx \
|
|
|
|
Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \
|
|
|
|
Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml \
|
|
|
|
Test/System.Security.Cryptography.Xml/EncryptedXmlSample3.xml \
|
|
|
|
Test/System.Security.Cryptography.Pkcs/detached.data \
|
|
|
|
Test/System.Security.Cryptography.Pkcs/detached.p7
|
|
|
|
|
|
|
|
include ../../build/library.make
|